bn::system_font class

Contains information of the font used to show assert and profiling messages.

Constructors, destructors, conversion operators

system_font()
Default constructor.
system_font(const TFont& tte_font)
Constructor.

Public functions

auto tte_font() const -> const TFont&
Returns an instance of TFont struct.

Function documentation

bn::system_font::system_font(const TFont& tte_font)

Constructor.

Parameters
tte_font Instance of TFont struct.