![]() |
WGX library Architecture - Reference Manual - Guides |
|
Functions | |
BOOL __stdcall | WgxGetLogFontStructureFromFile (char *path, LOGFONT *lf) |
Retrieves a LOGFONT structure from a file. | |
BOOL __stdcall | WgxSaveLogFontStructureToFile (char *path, LOGFONT *lf) |
Saves a LOGFONT structure to a file. |
BOOL __stdcall WgxGetLogFontStructureFromFile | ( | char * | path, | |
LOGFONT * | lf | |||
) |
Retrieves a LOGFONT structure from a file.
[in] | path | the path to the configuration file. |
[out] | lf | pointer to the LOGFONT structure. |
height = -12 width = 0 escapement = 0 orientation = 0 weight = 400 italic = 0 underline = 0 strikeout = 0 charset = 0 outprecision = 3 clipprecision = 2 quality = 1 pitchandfamily = 34 facename = "Arial Black"
BOOL __stdcall WgxSaveLogFontStructureToFile | ( | char * | path, | |
LOGFONT * | lf | |||
) |
Saves a LOGFONT structure to a file.
[in] | path | the path to the configuration file. |
[out] | lf | pointer to the LOGFONT structure. |