Uses of Class
org.xhtmlrenderer.pdf.FontDescription
Packages that use FontDescription
-
Uses of FontDescription in org.xhtmlrenderer.pdf
Fields in org.xhtmlrenderer.pdf declared as FontDescriptionFields in org.xhtmlrenderer.pdf with type parameters of type FontDescriptionModifier and TypeFieldDescriptionprivate final Map
<String, FontDescription> ITextFontResolver._fontCache
private final List
<FontDescription> FontFamily._fontDescriptions
Methods in org.xhtmlrenderer.pdf that return FontDescriptionModifier and TypeMethodDescriptionstatic FontDescription
TrueTypeUtil.extractDescription
(String path, byte[] contents, com.lowagie.text.pdf.BaseFont font, boolean isFromFontFace, @Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride) static FontDescription
TrueTypeUtil.extractDescription
(String path, com.lowagie.text.pdf.BaseFont font, @Nullable IdentValue fontWeightOverride) private @Nullable FontDescription
FontFamily.findByWeight
(List<FontDescription> matches, int desiredWeight, int searchMode) private static FontDescription
ITextFontResolver.fontDescription
(@Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride, String uri, byte[] ttfAfm, com.lowagie.text.pdf.BaseFont font) ITextFSFont.getFontDescription()
@Nullable FontDescription
FontFamily.match
(int desiredWeight, IdentValue style) Methods in org.xhtmlrenderer.pdf that return types with arguments of type FontDescriptionMethods in org.xhtmlrenderer.pdf with parameters of type FontDescriptionModifier and TypeMethodDescriptionvoid
FontFamily.addFontDescription
(FontDescription description) Method parameters in org.xhtmlrenderer.pdf with type arguments of type FontDescriptionModifier and TypeMethodDescriptionprivate @Nullable FontDescription
FontFamily.findByWeight
(List<FontDescription> matches, int desiredWeight, int searchMode) Constructors in org.xhtmlrenderer.pdf with parameters of type FontDescription