I have a pdf document made in latex. I have to make a new document following the same template but I only have the pdf, not the source .tex file.
Some important words/sentences are "boldly emphasized" but I don't know which command I have to use to do this. (not with the \emph cmd)

An example can be found in the image above (launchRiskEstimation, sensorData and receivedAt)
\texttt{<your text>}or{\ttfamily <your text>}. Welcome to TeX.SX! – Paul Gessler Mar 23 '14 at 19:47\textbf. – twsh Mar 23 '14 at 19:48\emph, for instance\DeclareTextFontCommand\code{\ttfamily\mdseries\upshape}. – Manuel Mar 23 '14 at 20:43