Generates font textures using a signed distance field.
Class registration and implementation information is as follows:
| Category | Documentation |
|---|---|
| Implementation | C++ |
| Module | Core-App-Geometry |
| Class Hierarchy | Node » FontNode |
| Data Interface Name | FontNode |
| Type Status | Active |
| Is Final Type | Yes |
Properties are as follows:
| Property | Documentation |
|---|---|
| Texture Size | Sets the size of the texture in pixels. The font texture is always square so this is the only dimension you can set. |
| Signed Distance Field Radius | Sets the radius in pixels of the signed distance field used during font generation. |
| Font Face | The name of the font used to generate text. Must be a font installed on your system. |
| Point Size | The size of the font. Ex 32pt. |
| Bold | If true, sets the font bold. |
| Italic | If true, sets the font italic. |
Properties are as follows:
| Property | Documentation |
|---|---|
| Name | Sets orthe name of the node. Do not use / or \ [forward slash and backslash] in the node name as this produces conflicts with resolving link nodes that reference external files. |
| Class | Sets the class of the node. |
| ID | Sets the ID of the node. This must be unique for each document, but different documents can use the same ID. |
| Import Disabled | Determines whether or not the node is imported during an import process such as when nodes are imported from a template during document creation. Note that this flag is mostly in Simdify Scripting language. |
| Export Disabled | Determines whether or not the node is exported during an export process, or possibly other purposes. This flag is set to No and current Simdify exporters ignore it (but it can be very useful if you need to modify the exporters). |
| Guid | Enumerates the Node's GUID. |