Uses of Class
org.openpdf.pdf.FontDescription
Packages that use FontDescription
-
Uses of FontDescription in org.openpdf.pdf
Fields in org.openpdf.pdf declared as FontDescriptionFields in org.openpdf.pdf with type parameters of type FontDescriptionModifier and TypeFieldDescriptionprivate final Map<String,FontDescription> ITextFontResolver._fontCacheprivate final List<FontDescription>FontFamily._fontDescriptionsMethods in org.openpdf.pdf that return FontDescriptionModifier and TypeMethodDescriptionstatic FontDescriptionTrueTypeUtil.extractDescription(String path, byte[] contents, BaseFont font, boolean isFromFontFace, @Nullable IdentValue fontWeightOverride, @Nullable IdentValue fontStyleOverride) static FontDescriptionTrueTypeUtil.extractDescription(String path, 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, BaseFont font) ITextFSFont.getFontDescription()@Nullable FontDescriptionFontFamily.match(int desiredWeight, IdentValue style) Methods in org.openpdf.pdf that return types with arguments of type FontDescriptionMethods in org.openpdf.pdf with parameters of type FontDescriptionModifier and TypeMethodDescriptionvoidFontFamily.addFontDescription(FontDescription description) Method parameters in org.openpdf.pdf with type arguments of type FontDescriptionModifier and TypeMethodDescriptionprivate @Nullable FontDescriptionFontFamily.findByWeight(List<FontDescription> matches, int desiredWeight, int searchMode) Constructors in org.openpdf.pdf with parameters of type FontDescription