Go to: Synopsis. Return value. Flags. MEL examples.
fontDialog [-FontList string]
fontDialog is undoable, queryable, and editable.
On Windows systems only, the command can be invoked with no flags; in this case it displays a font picking window, and returns the name of the font that the user picked. If the user picked no font, then an empty string is returned.string
In query mode, return type is based on queried flag.
| Long name (short name) | argument types | Properties | ||
|---|---|---|---|---|
-FontList(-fl)
|
string
|
|||
|
||||
string $gString = `fontDialog`; string $gStrings[] = `fontDialog -FontList`;