<FontNode>

Generates font textures using a signed distance field.

Registration

Class registration and implementation information is as follows:

Category Documentation
ImplementationC++
ModuleCore-App-Geometry
Class HierarchyNode » FontNode
Data Interface NameFontNode
Type StatusActive
Is Final TypeYes

<FontNode> Properties

Properties are as follows:

Property Documentation
Texture SizeSets 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 RadiusSets the radius in pixels of the signed distance field used during font generation.
Font FaceThe name of the font used to generate text. Must be a font installed on your system.
Point SizeThe size of the font. Ex 32pt.
BoldIf true, sets the font bold.
ItalicIf true, sets the font italic.

<Node> Properties

Properties are as follows:

Property Documentation
NameSets the 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.
ClassSets the class of the node.
IDSets the ID of the node. This must be unique for each document, but different documents can use the same ID.
Export DisabledDetermines whether or not the node is exported during an export process, or possibly other purposes.
GuidEnumerates the Node's GUID.