Table of Contents

 
Font data
 
 

Font Objects

Here is where all the font objects are listed. You can select an object ID to display its properties for editing

Font ID

here is where you define the ID for the font object. The ID is the string that will be used to reference the object in code. The ID can be anything but must follow these two rules:

  • IDs can not contain spaces (underscores "_" are a good alternative)
  • no two objects can have the same ID

Also, when you edit the ID of an object, the changes are immediately effective on its listing in the object list.

Font Path

Here you define the path to the font file. All fonts must be Truetype fonts, extension .ttf

 

Prev: Image data
Next: Text data