Uses of Class
org.docx4j.fonts.fop.fonts.FontType
Packages that use FontType
Package
Description
Classes for font handling.
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 FontTypeModifier and TypeFieldDescriptionstatic final FontTypeFontType.CIDTYPE0static final FontTypeFontType.MMTYPE1Adobe Multiple Master Type 1 fontsstatic final FontTypeFontType.OTHERCollective identifier for "other" font typesstatic final FontTypeFontType.TRUETYPETrueType fontsstatic final FontTypeFontType.TYPE0Adobe Type 0 fonts (composite font)static final FontTypeFontType.TYPE1Adobe Type 1 fontsstatic final FontTypeFontType.TYPE1Cstatic final FontTypeFontType.TYPE3Adobe Type 3 fonts ("user-defined" fonts)Methods in org.docx4j.fonts.fop.fonts that return FontTypeModifier and TypeMethodDescriptionstatic FontTypeReturns the FontType by name.static FontTypeFontType.byValue(int value) Returns the FontType by value.CustomFont.getFontType()Returns the type of the font.FontMetrics.getFontType()Returns the type of the font.LazyFont.getFontType()Returns the type of the font.Methods in org.docx4j.fonts.fop.fonts with parameters of type FontTypeModifier and TypeMethodDescriptionvoidCustomFont.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 FontTypeModifier and TypeMethodDescriptionCourier.getFontType()CourierBold.getFontType()CourierBoldOblique.getFontType()CourierOblique.getFontType()Helvetica.getFontType()HelveticaBold.getFontType()HelveticaBoldOblique.getFontType()HelveticaOblique.getFontType()Symbol.getFontType()TimesBold.getFontType()TimesBoldItalic.getFontType()TimesItalic.getFontType()TimesRoman.getFontType()ZapfDingbats.getFontType() -
Uses of FontType in org.docx4j.fonts.fop.render.java2d
Methods in org.docx4j.fonts.fop.render.java2d that return FontTypeModifier and TypeMethodDescriptionfinal FontTypeCustomFontMetricsMapper.getFontType()Returns the type of the font.SystemFontMetricsMapper.getFontType()Returns the type of the font.