Uses of Record Class
org.xhtmlrenderer.pdf.FontDescription.Decorations
Packages that use FontDescription.Decorations
-
Uses of FontDescription.Decorations in org.xhtmlrenderer.pdf
Fields in org.xhtmlrenderer.pdf declared as FontDescription.DecorationsModifier and TypeFieldDescriptionprivate final FontDescription.Decorations
FontDescription._decorations
Methods in org.xhtmlrenderer.pdf that return FontDescription.DecorationsModifier and TypeMethodDescriptionprivate static FontDescription.Decorations
FontDescription.defaultDecorations
(com.lowagie.text.pdf.BaseFont font, int weight) private static FontDescription.Decorations
TrueTypeUtil.readFontDecorations
(String path, byte[] contents, com.lowagie.text.pdf.BaseFont font, @Nullable IdentValue fontWeightOverride) private static FontDescription.Decorations
TrueTypeUtil.readFontDecorations
(String path, com.lowagie.text.pdf.BaseFont font, @Nullable IdentValue fontWeightOverride) private static FontDescription.Decorations
TrueTypeUtil.readFontDecorations
(String path, com.lowagie.text.pdf.BaseFont font, com.lowagie.text.pdf.RandomAccessFileOrArray rf, @Nullable IdentValue fontWeightOverride) Constructors in org.xhtmlrenderer.pdf with parameters of type FontDescription.DecorationsModifierConstructorDescriptionFontDescription
(com.lowagie.text.pdf.BaseFont font, boolean isFromFontFace, IdentValue style, FontDescription.Decorations decorations)