Source position: jwawingdi.pas line 4597
function CreateFontA( |
nHeight: Integer; |
nWidth: Integer; |
nEscapement: Integer; |
nOrientation: Integer; |
fnWeight: Integer; |
fdwItalic: DWORD; |
fdwUnderline: DWORD; |
fdwStrikeOut: DWORD; |
fdwCharSet: DWORD; |
fdwOutputPrecision: DWORD; |
fdwClipPrecision: DWORD; |
fdwQuality: DWORD; |
fdwPitchAndFamily: DWORD; |
lpszFace: LPCSTR |
):HFONT; |