Uses of Class
org.xhtmlrenderer.pdf.FontDescription
-
Packages that use FontDescription Package Description org.xhtmlrenderer.pdf -
-
Uses of FontDescription in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return FontDescription Modifier and Type Method Description FontDescriptionITextFSFont. getFontDescription()FontDescriptionFontFamily. match(int desiredWeight, IdentValue style)Methods in org.xhtmlrenderer.pdf that return types with arguments of type FontDescription Modifier and Type Method Description List<FontDescription>FontFamily. getFontDescriptions()Methods in org.xhtmlrenderer.pdf with parameters of type FontDescription Modifier and Type Method Description voidFontFamily. addFontDescription(FontDescription description)static voidTrueTypeUtil. populateDescription(String path, byte[] contents, com.lowagie.text.pdf.BaseFont font, FontDescription description)static voidTrueTypeUtil. populateDescription(String path, com.lowagie.text.pdf.BaseFont font, FontDescription description)Constructors in org.xhtmlrenderer.pdf with parameters of type FontDescription Constructor Description ITextFSFont(FontDescription font, float size)
-