Class TrueTypeFont.WindowsMetrics

  • Enclosing class:
    TrueTypeFont

    protected static class TrueTypeFont.WindowsMetrics
    extends java.lang.Object
    The components of table 'OS/2'.
    • Field Detail

      • xAvgCharWidth

        short xAvgCharWidth
        A variable.
      • usWeightClass

        int usWeightClass
        A variable.
      • usWidthClass

        int usWidthClass
        A variable.
      • fsType

        short fsType
        A variable.
      • ySubscriptXSize

        short ySubscriptXSize
        A variable.
      • ySubscriptYSize

        short ySubscriptYSize
        A variable.
      • ySubscriptXOffset

        short ySubscriptXOffset
        A variable.
      • ySubscriptYOffset

        short ySubscriptYOffset
        A variable.
      • ySuperscriptXSize

        short ySuperscriptXSize
        A variable.
      • ySuperscriptYSize

        short ySuperscriptYSize
        A variable.
      • ySuperscriptXOffset

        short ySuperscriptXOffset
        A variable.
      • ySuperscriptYOffset

        short ySuperscriptYOffset
        A variable.
      • yStrikeoutSize

        short yStrikeoutSize
        A variable.
      • yStrikeoutPosition

        short yStrikeoutPosition
        A variable.
      • sFamilyClass

        short sFamilyClass
        A variable.
      • panose

        byte[] panose
        A variable.
      • achVendID

        byte[] achVendID
        A variable.
      • fsSelection

        int fsSelection
        A variable.
      • usFirstCharIndex

        int usFirstCharIndex
        A variable.
      • usLastCharIndex

        int usLastCharIndex
        A variable.
      • sTypoAscender

        short sTypoAscender
        A variable.
      • sTypoDescender

        short sTypoDescender
        A variable.
      • sTypoLineGap

        short sTypoLineGap
        A variable.
      • usWinAscent

        int usWinAscent
        A variable.
      • usWinDescent

        int usWinDescent
        A variable.
      • ulCodePageRange1

        int ulCodePageRange1
        A variable.
      • ulCodePageRange2

        int ulCodePageRange2
        A variable.
      • sCapHeight

        int sCapHeight
        A variable.
    • Constructor Detail

      • WindowsMetrics

        protected WindowsMetrics()