Sprite.Font Property
Animation Studio Reference

Sprite.Font Property

Get or set the font for the sprite. The font is used to render the sprite as text. DrawText must be set to true, to display the sprite as Textsprite.

[Visual Basic]
Public Property Font As Font
[C#]
public System.Drawing.Font Font {get; set;}

See Also

Sprite Class | AnimationStudio Namespace | TextColor