EXTLOGFONT 構造体

宣言文
Type EXTLOGFONT
        elfLogFont  As LOGFONT
        elfFullName(LF_FULLFACESIZE) As Byte
        elfStyle(LF_FACESIZE) As Byte
        elfVersion As Long
        elfStyleSize As Long
        elfMatch As Long
        elfReserved As Long
        elfVendorId(ELF_VENDOR_SIZE) As Byte
        elfCulture As Long
        elfPanose As PANOSE
End Type
備考
Structure EXTLOGFONT
        elfLogFont  As LOGFONT
        elfFullName(LF_FULLFACESIZE) As Byte
        elfStyle(LF_FACESIZE) As Byte
        elfVersion As Integer
        elfStyleSize As Integer
        elfMatch As Integer
        elfReserved As Integer
        elfVendorId(ELF_VENDOR_SIZE) As Byte
        elfCulture As Integer
        elfPanose As PANOSE
End Structure