Class Java2DFontResolver.FontDescription

java.lang.Object
com.openhtmltopdf.java2d.Java2DFontResolver.FontDescription
All Implemented Interfaces:
MinimalFontDescription
Direct Known Subclasses:
Java2DFontResolver.FileFontDescription, Java2DFontResolver.InputStreamFontDescription
Enclosing class:
Java2DFontResolver

private abstract static class Java2DFontResolver.FontDescription extends Object implements MinimalFontDescription
  • Field Details

    • _weight

      protected final int _weight
    • _style

      protected final IdentValue _style
    • _font

      protected Font _font
  • Constructor Details

    • FontDescription

      private FontDescription(int weight, IdentValue style)
  • Method Details