Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
call
Method · 0.95
createDocument
Method · 0.45
createPDFFromText
Method · 0.45
createTextView
Method · 0.45
initUI
Method · 0.45
initUI
Method · 0.45
initUI
Method · 0.45
initUI
Method · 0.45
UpperPane
Method · 0.45
ASCIIPane
Method · 0.45
paintInSelected
Method · 0.45
AddressPane
Method · 0.45
Calls
no outgoing calls
Tested by
1
createDocument
Method · 0.36