Manuals Menu

 

FontName- Sets the name of the current font

 
Set the name of the current font, keeping the size and style unchanged. - FontName(N) Parameters: - (string) N: name of the font to be set. Description: Use FontName to set the name of the current font. The other characteristics of the font will remain unchanged. Examples: // Draw the text Biblos with the Arial font FontName("Arial") Text("Biblos",10,10,hsTopLeft)