Uses of Interface
org.docx4j.fonts.fop.fonts.FontMetrics
| Package | Description |
|---|---|
| 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 FontMetrics in org.docx4j.fonts.fop.fonts
Subinterfaces of FontMetrics in org.docx4j.fonts.fop.fonts Modifier and Type Interface Description interfaceFontDescriptorThis interface enhances the font metrics interface with access methods to value needed to register fonts in various target formats like PDF or PostScript.Classes in org.docx4j.fonts.fop.fonts that implement FontMetrics 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 fontclassTypefaceBase class for font classesMethods in org.docx4j.fonts.fop.fonts that return FontMetrics Modifier and Type Method Description FontMetricsFont. getFontMetrics()Returns the associated font metrics object.FontMetricsFontInfo. getMetricsFor(java.lang.String fontName)Returns the FontMetrics for a particular fontMethods in org.docx4j.fonts.fop.fonts with parameters of type FontMetrics Modifier and Type Method Description voidFontInfo. addMetrics(java.lang.String internalFontKey, FontMetrics metrics)Adds font metrics for a specific font.Constructors in org.docx4j.fonts.fop.fonts with parameters of type FontMetrics Constructor Description Font(java.lang.String key, FontTriplet triplet, FontMetrics met, int fontSize)Main constructor -
Uses of FontMetrics in org.docx4j.fonts.fop.fonts.base14
Classes in org.docx4j.fonts.fop.fonts.base14 that implement FontMetrics Modifier and Type Class Description classCourierclassCourierBoldclassCourierBoldObliqueclassCourierObliqueclassHelveticaclassHelveticaBoldclassHelveticaBoldObliqueclassHelveticaObliqueclassSymbolclassTimesBoldclassTimesBoldItalicclassTimesItalicclassTimesRomanclassZapfDingbats -
Uses of FontMetrics in org.docx4j.fonts.fop.render.java2d
Subinterfaces of FontMetrics in org.docx4j.fonts.fop.render.java2d Modifier and Type Interface Description interfaceFontMetricsMapperAdds method to retrieve the actualFontfor use byJava2DRenderers.Classes in org.docx4j.fonts.fop.render.java2d that implement FontMetrics 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.