Skip to content

TheDrawFont.FontType Enum

The type of font.

C#
public enum TheDrawFont.FontType

An outline font.

C#
Outline = 0

A block-based font.

C#
Block = 1

A font supporting color.

C#
Color = 2