Send the WM_CHOOSEFONT_GETLOGFONT message to a Font dialog box to retrieve information about the user’s current font selections.
WM_CHOOSEFONT_GETLOGFONT wParam = 0; // not used, must be zero lParam = (LPLOGFONT) lplf; // address of struct. with font data
This message does not return a value.
The ChooseFont function creates a Font dialog box. When the user closes the Font dialog box, the ChooseFont function returns information about the user’s font selections in the CHOOSEFONT structure. The lpLogFont member of the CHOOSEFONT structure is a pointer to a LOGFONT structure.
Use the WM_CHOOSEFONT_GETLOGFONT message to get information about the user’s current font selections while the Font dialog box is open. For example, if you enable the Apply button in the Font dialog box, send the message to get the font information to apply to the current text selection.
Typically, you enable a CFHookProc hook procedure to process WM_COMMAND messages for the Apply button. When the user clicks the Apply button, the hook procedure sends the WM_CHOOSEFONT_GETLOGFONT message to the dialog box.
CFHookProc, ChooseFont, CHOOSEFONT, LOGFONT, WM_COMMAND
file: /Techref/os/win/api/win32/mess/src/msg22_12.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/8 08:03,
3.129.63.242:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/mess/src/msg22_12.htm"> WM_CHOOSEFONT_GETLOGFONT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.