Uses of Class
org.docx4j.fonts.fop.fonts.CIDFontType
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
-
Uses of CIDFontType in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts declared as CIDFontType Modifier and Type Field Description static CIDFontTypeCIDFontType. CIDTYPE0CID Font Type 0 (based on Type 1 format)static CIDFontTypeCIDFontType. CIDTYPE2CID Font Type 2 (based on TrueType format)Methods in org.docx4j.fonts.fop.fonts that return CIDFontType Modifier and Type Method Description static CIDFontTypeCIDFontType. byName(java.lang.String name)Returns the CIDFontType by name.static CIDFontTypeCIDFontType. byValue(int value)Returns the CID FontType by value.abstract CIDFontTypeCIDFont. getCIDType()Returns the type of the CID font.CIDFontTypeMultiByteFont. getCIDType()Returns the type of the CID font.Methods in org.docx4j.fonts.fop.fonts with parameters of type CIDFontType Modifier and Type Method Description voidMultiByteFont. setCIDType(CIDFontType cidType)Sets the CIDType.