<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Resources > Fonts > CreateFont |
Deprecated function |
This function has been deprecated. Do not use this function anymore. This function could be removed in future thinBasic versions. |
Description
Create a font.
Syntax
hFont = CreateFont( _
Height , _
Width , _
Escapement , _
Orientation , _
Weight , _
Italic , _
Underline , _
StrikeOut , _
CharSet , _
OutputPrecision , _
ClipPrecision , _
Quality , _
PitchAndFamily , _
FontName )
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
This function is the equivalent of API function CreateFont
Restrictions
See also
Examples