AbstractFontFactory |
Base functionality useful for many implementations.
|
CaseInsensitiveNameFontFactory |
Searches for fonts according to name (case insensitive) and styles.
|
ChainedFontFactory |
Holds a list of FontFactory instances which it delegates calls to, one after the other.
|
DefaultFontFactory |
Supplies a composite FontFactory which is able to cover typical use-cases in many
scenarios.
|
FamilyNameFontFactory |
|
FontNameFontFactory |
Looks for fonts according to their FontName .
|
FontsPropertiesFontFactory |
|
FuzzyPostscriptNameFontFactory |
Tries to split the given PostScriptName into the name and additional attributes.
|
FuzzyStandard14FontFactory |
Searches for Standard14 Fonts in a very rough way: Any PostScriptName that contains
"Helvetica", "Courier", or "Times" is recognized as a Standard14 Font.
|
FuzzyStyleFontFactory |
|
LiberalStandard14FontFactory |
Handles the Standard14 Font Name as defined by PDF32000-1:2008, as well as some additional,
well-known, similar Font names.
|
LogicalFontFactory |
Looks for fonts which fit logical names.
|
NameFontFactory |
Searches for fonts according to name and styles.
|
PostScriptNameFontFactory |
Looks for fonts according to their PostScriptName (which should be unique)
|
Standard14FontFactory |
Provides FontSource s for the Standard 14 Font Name constants defined by the PDF Format.
|
StyleEnricher |
Enriches a given instance of FontAttributeSet by adding style attributes (bold, italic)
guessed from the font's name.
|
StyleFontFactory |
Finds a font based solely on Style information, disregarding the name.
|
WellKnownNameFontFactory |
Returns replacement fonts for some well-known font names such as Arial, Helvetica, Courier, or
Times.
|