Class FontEditor

Inheritance Relationships

Base Type

Class Documentation

class FontEditor : public Blam::DebugUI::ImGUIDrawingGroup

Class for the Font Editor.

Allows modification of certain font properties in real-time.

Public Functions

FontEditor()

Empty constructor.

~FontEditor()

Empty destructor.

void Draw()

Draws the contents of the group.

The specific functionality will vary for each drawing group, but in general it will call the needed ImGUI functions to draw onscreen. This function is called on the render loop every frame, for every object in the draw list.

void SetActiveFont(std::string font_id)