|

the software that grows
with you
| |
|
V32GetFont()
|
| Opens Windows Font Selection Dialog. |
|
Syntax
|
| V32GetFont() |
|
Arguments
|
| None |
|
Returns
|
| Array of four elements { cFontName,
nSize, lBold, lItalic }if user selects 'OK' and { '', 0, .f., .f. } if
user cancels the operation. |
|
Description
|
| |
|
Usage
|
| local aFontInfo_:= V32GetFont() |
|
Tips
|
| Windows user interface to select a font
with its other attributes. It can be useful with PageScript. |
|