Package org.xhtmlrenderer.pdf
Class FontFamily
- java.lang.Object
-
- org.xhtmlrenderer.pdf.FontFamily
-
public class FontFamily extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFontDescription(FontDescription description)List<FontDescription>getFontDescriptions()StringgetName()FontDescriptionmatch(int desiredWeight, IdentValue style)
-
-
-
Method Detail
-
getName
public String getName()
-
getFontDescriptions
public List<FontDescription> getFontDescriptions()
-
addFontDescription
public void addFontDescription(FontDescription description)
-
match
public FontDescription match(int desiredWeight, IdentValue style)
-
-