gettextstyle
This function is used to get current text style.
void gettextstyle(LOGFONT *font);
Parameters
font
A pointer of the LOGFONT structure.
Return Value
None
Examples
See the example of settextstyle function.
This function is used to get current text style.
void gettextstyle(LOGFONT *font);
A pointer of the LOGFONT structure.
None
See the example of settextstyle function.