WCon_SetFont

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > WCon >

WCon_SetFont

 

Description

 

Sets font to be used by WCon_Window

 

Syntax

 

WCon_SetFont(fontName, fontWidth, fontHeight)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

fontName

String

No

font name, must be monospaced one

fontWidth

Numeric

No

font width in pixels

fontHeight

Numeric

No

font height in pixels

 

Remarks

 

MUST be used BEFORE WCon_Window call

 

Restrictions

 

See also

 

Examples