Uses of Class
org.apache.pdfbox.pdmodel.font.Standard14Fonts.FontName
-
Packages that use Standard14Fonts.FontName Package Description org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.tools -
-
Uses of Standard14Fonts.FontName in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font with type parameters of type Standard14Fonts.FontName Modifier and Type Field Description private static java.util.Map<java.lang.String,Standard14Fonts.FontName>Standard14Fonts. ALIASESContains all base names and alias names for the known fonts.private static java.util.Map<Standard14Fonts.FontName,FontMetrics>Standard14Fonts. FONTSContains the font metrics for the standard 14 fonts.private static java.util.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.FontName Modifier and Type Method Description static Standard14Fonts.FontNameStandard14Fonts. getMappedFontName(java.lang.String fontName)Returns the base name of the font which the given font name maps to.static Standard14Fonts.FontNameStandard14Fonts.FontName. valueOf(java.lang.String name)Returns 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.FontName Modifier and Type Method Description private voidPDSimpleFont. assignGlyphList(Standard14Fonts.FontName fontName)private static GlyphListStandard14Fonts. getGlyphList(Standard14Fonts.FontName baseName)static java.awt.geom.GeneralPathStandard14Fonts. getGlyphPath(Standard14Fonts.FontName baseName, java.lang.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(java.lang.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.FontName Constructor Description PDFont(Standard14Fonts.FontName baseFont)Constructor for Standard 14.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 Modifier and Type Field Description private Standard14Fonts.FontNameTextToPDF. standardFont
-