Source position: jwawingdi.pas line 2491
type tagEXTLOGFONTA = record |
elfLogFont: LOGFONTA; |
elfFullName: array [0..LF_FULLFACESIZE-1] of Byte; |
elfStyle: array [0..LF_FACESIZE-1] of Byte; |
elfVersion: DWORD; |
elfStyleSize: DWORD; |
elfMatch: DWORD; |
elfReserved: DWORD; |
elfVendorId: array [0..ELF_VENDOR_SIZE-1] of Byte; |
elfCulture: DWORD; |
elfPanose: PANOSE; |
end; |