Uses of Class
org.docx4j.fonts.foray.font.format.Panose
Packages that use Panose
Package
Description
Classes for font handling.
Classes for TrueType fonts.
-
Uses of Panose in org.docx4j.fonts
Fields in org.docx4j.fonts declared as PanoseMethods in org.docx4j.fonts that return PanoseMethods in org.docx4j.fonts with parameters of type PanoseModifier and TypeMethodDescriptionprivate StringBestMatchingMapper.findClosestPanoseMatch(String documentFontName, Panose documentFontPanose, Map<String, PhysicalFont> physicalFontSpace, int matchThreshold) Logic to search panose space for closest matching physical font file.private PhysicalFontBestMatchingMapper.getAssociatedPhysicalFont(String documentFontName, String orignalKey, Panose soughtPanose) void -
Uses of Panose in org.docx4j.fonts.fop.fonts
Fields in org.docx4j.fonts.fop.fonts declared as PanoseModifier and TypeFieldDescriptionprivate PanoseCustomFont.panoseprotected PanoseEmbedFontInfo.panoseMethods in org.docx4j.fonts.fop.fonts that return PanoseMethods in org.docx4j.fonts.fop.fonts with parameters of type Panose -
Uses of Panose in org.docx4j.fonts.fop.fonts.truetype
Fields in org.docx4j.fonts.fop.fonts.truetype declared as PanoseModifier and TypeFieldDescriptionprivate PanoseOpenFont.panoseArray containing the Panose information.Methods in org.docx4j.fonts.fop.fonts.truetype that return Panose -
Uses of Panose in org.docx4j.fonts.foray.font.format
Methods in org.docx4j.fonts.foray.font.format that return PanoseModifier and TypeMethodDescriptionstatic PanosePanose.forceInstance(byte[] panoseArray) Creates a new Panose instance without any error checking.Panose.getBold()Returns the bold version of this Panose instance.Panose.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 PanoseModifier and TypeMethodDescriptionlongPanose.difference(Panose otherPanose, byte[] weights) Computes the weighted "closeness" of another Panose to this value.