- Function/Meaning
-
Font name
- Type
-
Property of the Font class (read/write)
- Description
-
Represents the font name. You can also set a value.
Multiple candidates can be specified by separating them with commas. In this case, an existing font will be used, with priority given to those listed first. Whether a font actually exists is determined by referring to the OS font list. If none of the candidates match, the default font is used (fixed as "MS PGothic" in the current version).
If you start with a comma followed by a font name, it will attempt to specify that font to the OS even if the OS does not enumerate it (for example, ",My Original Font"). This allows the use of non-enumerable fonts registered with the AddFontResource Win32 API, etc.