Skip to content

UIRichTextLabel.Font Property

Definition

Namespace: Brine2D.UI

Font to use for rendering. When null, the renderer's default font is used.

C#
public Brine2D.Rendering.IFont? Font { get; set; }

Property Value

IFont