![]() | |
Vector |
The VectorFontFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | BezierInterpolate | |
![]() | CreateIndividualTextMeshes | CreateIndividualTextMeshes creates StandardMesh objects for each character from the specified text. |
![]() | CreateIndividualTextOutlinePositions | 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. |
![]() | CreateTextMesh | 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. |
![]() | CreateTextOutlinePositions | Returns an array of Vector3 arrays that define outline positions for the specified text. |
![]() | GetBoundingRectangle | Returns the start or top-left position (as Vector3) and size (as Vector2) of the rectangle that contains the specified text. |
![]() | GetTextSize | Returns the size of the specified text. |