CodePudding user response:
The font you downloaded on the system trayCodePudding user response:
Put the font on the Windows/Fonts, word or text editing tools to see if can call, and then in the program can use
CodePudding user response:
Choose fonts have CFontDialogCodePudding user response:
M_Font. CreateFont (FONT_SIZE,//size
0,
0,
0,
0,
FALSE,
FALSE,
FALSE,
DEFAULT_CHARSET,
OUT_DEFAULT_PRECIS,
CLIP_DEFAULT_PRECIS,
DEFAULT_QUALITY,
DEFAULT_PITCH,
_T (" tahoma "));
Call the SetFont text box (& amp; M_Font);
CodePudding user response:
Visual inspection method should be feasible on the second floorCodePudding user response:
For the MSDN example, try myself