Class OpenTypeParser.WindowsMetrics

java.lang.Object
com.itextpdf.io.font.OpenTypeParser.WindowsMetrics
Enclosing class:
OpenTypeParser

static class OpenTypeParser.WindowsMetrics extends Object
The components of table 'OS/2'.
  • Field Details

    • xAvgCharWidth

      short xAvgCharWidth
    • usWeightClass

      int usWeightClass
    • usWidthClass

      int usWidthClass
    • fsType

      short fsType
    • ySubscriptXSize

      short ySubscriptXSize
    • ySubscriptYSize

      short ySubscriptYSize
    • ySubscriptXOffset

      short ySubscriptXOffset
    • ySubscriptYOffset

      short ySubscriptYOffset
    • ySuperscriptXSize

      short ySuperscriptXSize
    • ySuperscriptYSize

      short ySuperscriptYSize
    • ySuperscriptXOffset

      short ySuperscriptXOffset
    • ySuperscriptYOffset

      short ySuperscriptYOffset
    • yStrikeoutSize

      short yStrikeoutSize
    • yStrikeoutPosition

      short yStrikeoutPosition
    • sFamilyClass

      short sFamilyClass
    • panose

      byte[] panose
    • achVendID

      byte[] achVendID
    • fsSelection

      int fsSelection
    • usFirstCharIndex

      int usFirstCharIndex
    • usLastCharIndex

      int usLastCharIndex
    • sTypoAscender

      short sTypoAscender
    • sTypoDescender

      short sTypoDescender
    • sTypoLineGap

      short sTypoLineGap
    • usWinAscent

      int usWinAscent
    • usWinDescent

      int usWinDescent
    • ulCodePageRange1

      int ulCodePageRange1
    • ulCodePageRange2

      int ulCodePageRange2
    • sxHeight

      int sxHeight
    • sCapHeight

      int sCapHeight
  • Constructor Details

    • WindowsMetrics

      WindowsMetrics()