Click or drag to resize
Ab4d.SharpEngine logo

VectorFontFactory Methods

The VectorFontFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberBezierInterpolate 
Public methodCreateIndividualTextMeshes CreateIndividualTextMeshes creates StandardMesh objects for each character from the specified text.
Public methodCreateIndividualTextOutlinePositions CreateIndividualTextOutlinePositions generates 2D outline positions for the specified text. The returned list contains tuples with the following values: index of the character in the text, the character and the outline positions. Note that each character can have multiple Vector2 array, that means that multiple items in the returned list can be created from a single character. The coordinate axis (0, 0) starts at the baseline of the first character.
Public methodCreateTextMesh CreateTextMesh creates a StandardMesh with the specified text and at the specified position, direction and size. The text is represented by one StandardMesh that is created from triangulated character glyphs.
Public methodCreateTextOutlinePositions Returns an array of Vector3 arrays that define outline positions for the specified text.
Public methodGetBoundingRectangle Returns the start or top-left position (as Vector3) and size (as Vector2) of the rectangle that contains the specified text.
Public methodGetTextSize Returns the size of the specified text.
Top
See Also