Class FontFamily

java.lang.Object
org.xhtmlrenderer.pdf.FontFamily

public class FontFamily extends Object
  • Method Details

    • getName

      public String getName()
    • getFontDescriptions

      public List<FontDescription> getFontDescriptions()
    • addFontDescription

      public void addFontDescription(FontDescription description)
    • match

      public @Nullable FontDescription match(int desiredWeight, org.xhtmlrenderer.css.constants.IdentValue style)