Paragraph.GetCharacterActualSize Method

GeonBit.UI

ParagraphGetCharacterActualSize Method
Get the size, in pixels, of a single character in paragraph.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector2 GetCharacterActualSize()

Return Value

Type: Vector2
Actual size, in pixels, of a single character.
See Also