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._fontCacheprivate final List<FontDescription> FontFamily._fontDescriptionsMethods in org.xhtmlrenderer.pdf that return FontDescriptionModifier and TypeMethodDescriptionstatic FontDescriptionTrueTypeUtil.extractDescription(String path, byte[] contents, com.lowagie.text.pdf.BaseFont font, boolean isFromFontFace, @Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride) static FontDescriptionTrueTypeUtil.extractDescription(String path, com.lowagie.text.pdf.BaseFont font, @Nullable IdentValue fontWeightOverride) private @Nullable FontDescriptionFontFamily.findByWeight(List<FontDescription> matches, int desiredWeight, int searchMode) private static FontDescriptionITextFontResolver.fontDescription(@Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride, String uri, byte[] ttfAfm, com.lowagie.text.pdf.BaseFont font) ITextFSFont.getFontDescription()@Nullable FontDescriptionFontFamily.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 TypeMethodDescriptionvoidFontFamily.addFontDescription(FontDescription description) Method parameters in org.xhtmlrenderer.pdf with type arguments of type FontDescriptionModifier and TypeMethodDescriptionprivate @Nullable FontDescriptionFontFamily.findByWeight(List<FontDescription> matches, int desiredWeight, int searchMode) Constructors in org.xhtmlrenderer.pdf with parameters of type FontDescription