Skip to main content

Meta_Font

Module: Metanodes / Definitions

A Font provides text rendering for Buttons and other UI elements that display text.

#include <meta_gui.hpp>

Public Types

TypeName
enumCharacterSet { ANSI, DEFAULT }
Types for Idx_CharacterSet.
enumIDX { Idx_Typeface, Idx_PointSize, Idx_Bold, Idx_Italic, Idx_CharacterSet }
Property index.

Public Attributes

TypeName
const intsm_MaxFontSize

Public Types Documentation

enum CharacterSet

EnumeratorValueDescription
ANSIUse ANSI; English (Symbols - C: "ANSI_Charset", Lua: __Font_ANSI_Charset)
DEFAULTUse the locale default character set (Symbols - C: "Default_Charset", Lua: __Font_Default_Charset)

Types for Idx_CharacterSet.

enum IDX

EnumeratorValueDescription
Idx_Typefacestring - The name of the font (as reported / found by the operating system)
Idx_PointSizeint - The size of the characters
Idx_Boldbool - Whether the characters should be bold
Idx_Italicbool - Whether the characters should be italic
Idx_CharacterSetCharacterSet (int) - (Windows only) Character set to use

Property index.

Public Attributes Documentation

sm_MaxFontSize

static const int sm_MaxFontSize = 150;