 |
ChooseFont ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Creates a Font dialog box that enables the user to choose attributes for a logical font. These attributes include a typeface name, style (bold, italic, or regular), point size, effects (underline, strikeout, and text color), and a script (or character set). |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL ChooseFont(
LPCHOOSEFONT lpcf //initialization data
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER ChooseFont IN comdlg32;
STRING @lpcf
|
 |
 |
 |
| Parameters: |
 |
lpcf
[in/out] Pointer to a CHOOSEFONT structure that contains information used to initialize the dialog box. |
 |
 |
| Return value: |
 |
| If the user clicks the OK button of the dialog box, the return value is nonzero. |
 |
 |
| Word Index links for the ChooseFont : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-20 12:00:00 | | Modified: | 2001-11-26 16:03:44 | Visited in last 7 days: 14 |