MCPcopy Index your code
hub / github.com/apache/pdfbox / setFont

Method setFont

tools/src/main/java/org/apache/pdfbox/tools/TextToPDF.java:419–422  ·  view source on GitHub ↗

@param aFont The font to set.

(PDFont aFont)

Source from the content-addressed store, hash-verified

417 * @param aFont The font to set.
418 */
419 public void setFont(PDFont aFont)
420 {
421 this.font = aFont;
422 }
423
424 /**
425 * @return Returns the fontSize, truncated to integer.

Callers 15

callMethod · 0.95
createDocumentMethod · 0.45
createPDFFromTextMethod · 0.45
createTextViewMethod · 0.45
initUIMethod · 0.45
initUIMethod · 0.45
initUIMethod · 0.45
initUIMethod · 0.45
UpperPaneMethod · 0.45
ASCIIPaneMethod · 0.45
paintInSelectedMethod · 0.45
AddressPaneMethod · 0.45

Calls

no outgoing calls

Tested by 1

createDocumentMethod · 0.36