Uses of Enum
org.apache.pdfbox.pdmodel.font.Standard14Fonts.FontName
Packages that use Standard14Fonts.FontName
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of Standard14Fonts.FontName in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type Standard14Fonts.FontNameModifier and TypeFieldDescriptionprivate static final Map<String, Standard14Fonts.FontName> Standard14Fonts.ALIASESContains all base names and alias names for the known fonts.private static final Map<Standard14Fonts.FontName, FontMetrics> Standard14Fonts.FONTSContains the font metrics for the standard 14 fonts.private static final Map<Standard14Fonts.FontName, FontBoxFont> Standard14Fonts.GENERIC_FONTSContains the mapped fonts for the standard 14 fonts.Methods in org.apache.pdfbox.pdmodel.font that return Standard14Fonts.FontNameModifier and TypeMethodDescriptionstatic Standard14Fonts.FontNameStandard14Fonts.getMappedFontName(String fontName) Returns the base name of the font which the given font name maps to.static Standard14Fonts.FontNameReturns the enum constant of this type with the specified name.static Standard14Fonts.FontName[]Standard14Fonts.FontName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.pdmodel.font with parameters of type Standard14Fonts.FontNameModifier and TypeMethodDescriptionprivate voidPDSimpleFont.assignGlyphList(Standard14Fonts.FontName fontName) private static GlyphListStandard14Fonts.getGlyphList(Standard14Fonts.FontName baseName) static GeneralPathStandard14Fonts.getGlyphPath(Standard14Fonts.FontName baseName, String glyphName) Returns the path for the character with the given name for the specified Standard 14 font.private static FontBoxFontStandard14Fonts.getMappedFont(Standard14Fonts.FontName baseName) Returns the mapped font for the specified Standard 14 font.private static voidStandard14Fonts.loadMetrics(Standard14Fonts.FontName fontName) Loads the metrics for the base font specified by name.private static voidStandard14Fonts.mapName(String alias, Standard14Fonts.FontName baseName) Adds an alias name for a standard font to the map of known aliases to the map of aliases (alias as key, standard name as value).private static voidStandard14Fonts.mapName(Standard14Fonts.FontName baseName) Adds a standard font name to the map of known aliases, to simplify the logic of finding font metrics by name.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type Standard14Fonts.FontNameModifierConstructorDescription(package private)PDFont(Standard14Fonts.FontName baseFont) Constructor for Standard 14.(package private)PDSimpleFont(Standard14Fonts.FontName baseFont) Constructor for Standard 14.PDType1Font(Standard14Fonts.FontName baseFont) Creates a Type 1 standard 14 font for embedding. -
Uses of Standard14Fonts.FontName in org.apache.pdfbox.tools
Fields in org.apache.pdfbox.tools declared as Standard14Fonts.FontName