OUTLINETEXTMETRIC 構造体

宣言文
Type OUTLINETEXTMETRIC
        otmSize As Long
        otmTextMetrics As TEXTMETRIC
        otmFiller As Byte
        otmPanoseNumber As PANOSE
        otmfsSelection As Long
        otmfsType As Long
        otmsCharSlopeRise As Long
        otmsCharSlopeRun As Long
        otmItalicAngle As Long
        otmEMSquare As Long
        otmAscent As Long
        otmDescent As Long
        otmLineGap As Long
        otmsCapEmHeight As Long
        otmsXHeight As Long
        otmrcFontBox As Rect
        otmMacAscent As Long
        otmMacDescent As Long
        otmMacLineGap As Long
        otmusMinimumPPEM As Long
        otmptSubscriptSize As POINTAPI
        otmptSubscriptOffset As POINTAPI
        otmptSuperscriptSize As POINTAPI
        otmptSuperscriptOffset As POINTAPI
        otmsStrikeoutSize As Long
        otmsStrikeoutPosition As Long
        otmsUnderscorePosition As Long
        otmsUnderscoreSize As Long
        otmpFamilyName As String
        otmpFaceName As String
        otmpStyleName As String
        otmpFullName As String
End Type
備考
Structure OUTLINETEXTMETRIC
        otmSize As Integer
        otmTextMetrics As TEXTMETRIC
        otmFiller As Byte
        otmPanoseNumber As PANOSE
        otmfsSelection As Integer
        otmfsStructure As Integer
        otmsCharSlopeRise As Integer
        otmsCharSlopeRun As Integer
        otmItalicAngle As Integer
        otmEMSquare As Integer
        otmAscent As Integer
        otmDescent As Integer
        otmLineGap As Integer
        otmsCapEmHeight As Integer
        otmsXHeight As Integer
        otmrcFontBox As Rect
        otmMacAscent As Integer
        otmMacDescent As Integer
        otmMacLineGap As Integer
        otmusMinimumPPEM As Integer
        otmptSubscriptSize As POINTAPI
        otmptSubscriptOffset As POINTAPI
        otmptSuperscriptSize As POINTAPI
        otmptSuperscriptOffset As POINTAPI
        otmsStrikeoutSize As Integer
        otmsStrikeoutPosition As Integer
        otmsUnderscorePosition As Integer
        otmsUnderscoreSize As Integer
        otmpFamilyName As String
        otmpFaceName As String
        otmpStyleName As String
        otmpFullName As String
End Structure