Godot Nature of Code  1.2.0
Nature of Code implemented in Godot Engine
Properties | List of all members
Assets.SimpleDefaultFont Class Reference

Contains lazy-loaded fonts to use. More...

Properties

static Font Regular [get]
 Regular font. More...
 

Detailed Description

Contains lazy-loaded fonts to use.

Definition at line 11 of file SimpleDefaultFont.cs.

Property Documentation

◆ Regular

Font Assets.SimpleDefaultFont.Regular
staticget

Regular font.

Definition at line 16 of file SimpleDefaultFont.cs.

17  {
18  get => LoadDefaultFont();
19  }

The documentation for this class was generated from the following file: