Uses of Class
org.docx4j.fonts.foray.font.format.Panose
| Package | Description |
|---|---|
| org.docx4j.fonts | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.truetype |
Classes for TrueType fonts.
|
| org.docx4j.fonts.foray.font.format |
-
Uses of Panose in org.docx4j.fonts
Methods in org.docx4j.fonts that return Panose Modifier and Type Method Description PanosePhysicalFont. getPanose()Methods in org.docx4j.fonts with parameters of type Panose Modifier and Type Method Description voidPhysicalFont. setPanose(Panose panose) -
Uses of Panose in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts declared as Panose Modifier and Type Field Description protected PanoseEmbedFontInfo. panose -
Uses of Panose in org.docx4j.fonts.fop.fonts.truetype
Methods in org.docx4j.fonts.fop.fonts.truetype that return Panose Modifier and Type Method Description PanoseTTFFile. getPanose() -
Uses of Panose in org.docx4j.fonts.foray.font.format
Methods in org.docx4j.fonts.foray.font.format that return Panose Modifier and Type Method Description static PanosePanose. forceInstance(byte[] panoseArray)Creates a new Panose instance without any error checking.PanosePanose. getBold()Returns the bold version of this Panose instance.PanosePanose. getItalic()Returns the italic version of this Panose instance.static PanosePanose. makeInstance(byte[] panoseArray)Creates a new Panose instance, first checking it for validity.Methods in org.docx4j.fonts.foray.font.format with parameters of type Panose Modifier and Type Method Description longPanose. difference(Panose otherPanose, byte[] weights)Computes the weighted "closeness" of another Panose to this value.