Uses of Class
org.docx4j.fonts.fop.fonts.FontType
| 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.
|
-
Uses of FontType in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts declared as FontType Modifier and Type Field Description static FontTypeFontType. MMTYPE1Adobe Multiple Master Type 1 fontsstatic FontTypeFontType. OTHERCollective identifier for "other" font typesstatic FontTypeFontType. TRUETYPETrueType fontsstatic FontTypeFontType. TYPE0Adobe Type 0 fonts (composite font)static FontTypeFontType. TYPE1Adobe Type 1 fontsstatic FontTypeFontType. TYPE3Adobe Type 3 fonts ("user-defined" fonts)Methods in org.docx4j.fonts.fop.fonts that return FontType Modifier and Type Method Description static FontTypeFontType. byName(java.lang.String name)Returns the FontType by name.static FontTypeFontType. byValue(int value)Returns the FontType by value.FontTypeCustomFont. getFontType()Returns the type of the font.FontTypeFontMetrics. getFontType()Returns the type of the font.FontTypeLazyFont. getFontType()Returns the type of the font.Methods in org.docx4j.fonts.fop.fonts with parameters of type FontType Modifier and Type Method Description voidCustomFont. setFontType(FontType fontType)Sets the font type.voidMutableFont. setFontType(FontType fontType)Sets the font type. -
Uses of FontType in org.docx4j.fonts.fop.fonts.base14
Methods in org.docx4j.fonts.fop.fonts.base14 that return FontType Modifier and Type Method Description FontTypeCourier. getFontType()FontTypeCourierBold. getFontType()FontTypeCourierBoldOblique. getFontType()FontTypeCourierOblique. getFontType()FontTypeHelvetica. getFontType()FontTypeHelveticaBold. getFontType()FontTypeHelveticaBoldOblique. getFontType()FontTypeHelveticaOblique. getFontType()FontTypeSymbol. getFontType()FontTypeTimesBold. getFontType()FontTypeTimesBoldItalic. getFontType()FontTypeTimesItalic. getFontType()FontTypeTimesRoman. getFontType()FontTypeZapfDingbats. getFontType()