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