DiGrande.it

Blind, Braille and Embossing Technologies

This site uses cookies to personalize content and ads, provide social media features and analyze links. By closing this banner or continuing to browse, you consent to their use.
Read the DiGrande.it Cookie Policy

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)