Uses of Class
org.docx4j.fonts.fop.fonts.Typeface
| Package | Description |
|---|---|
| org.docx4j.fonts | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.base14 |
Base 14 fonts used for PDF and PostScript.
|
| org.docx4j.fonts.fop.render.java2d |
-
Uses of Typeface in org.docx4j.fonts
Fields in org.docx4j.fonts declared as Typeface Modifier and Type Field Description protected TypefacePhysicalFont. typefaceMethods in org.docx4j.fonts that return Typeface Modifier and Type Method Description TypefacePhysicalFont. getTypeface() -
Uses of Typeface in org.docx4j.fonts.fop.fonts
Subclasses of Typeface in org.docx4j.fonts.fop.fonts Modifier and Type Class Description classBase14FontBase class for all Base 14 fonts.classCFFToType1FontclassCIDFontAbstract base class for CID fonts.classCustomFontAbstract base class for custom fonts loaded from files, for example.classLazyFontThis class is used to defer the loading of a font until it is really used.classMultiByteFontGeneric MultiByte (CID) fontclassSingleByteFontGeneric SingleByte fontMethods in org.docx4j.fonts.fop.fonts that return Typeface Modifier and Type Method Description TypefaceXMLFontMetricsReader. getFont()Deprecated.Get the generated font objectTypefaceLazyFont. getRealFont()Gets the real font.Methods in org.docx4j.fonts.fop.fonts that return types with arguments of type Typeface Modifier and Type Method Description java.util.Map<java.lang.String,Typeface>FontInfo. getFonts()Gets a Map of all registered fonts.java.util.Map<java.lang.String,Typeface>FontInfo. getUsedFonts()This is used by the renderers to retrieve all the fonts used in the document. -
Uses of Typeface in org.docx4j.fonts.fop.fonts.base14
Subclasses of Typeface in org.docx4j.fonts.fop.fonts.base14 Modifier and Type Class Description classCourierclassCourierBoldclassCourierBoldObliqueclassCourierObliqueclassHelveticaclassHelveticaBoldclassHelveticaBoldObliqueclassHelveticaObliqueclassSymbolclassTimesBoldclassTimesBoldItalicclassTimesItalicclassTimesRomanclassZapfDingbats -
Uses of Typeface in org.docx4j.fonts.fop.render.java2d
Subclasses of Typeface in org.docx4j.fonts.fop.render.java2d Modifier and Type Class Description classCustomFontMetricsMapperFontMetricsMapper that delegates most methods to an underlyingFontMetricsinstance.classSystemFontMetricsMapperThis class implements org.docx4j.fonts.fop.layout.FontMetrics and is added to the hash table in FontInfo.Methods in org.docx4j.fonts.fop.render.java2d that return Typeface Modifier and Type Method Description TypefaceCustomFontMetricsMapper. getRealFont()