MinGfx Toolkit  1.0
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
Public Member Functions | Public Attributes | List of all members
mingfx::TextShader::TextFormat Class Reference

Detailed Description

Definition at line 60 of file text_shader.h.

#include <text_shader.h>

Public Member Functions

 TextFormat ()
 

Public Attributes

float size
 
Color color
 
HorizAlign h_align
 
VertAlign v_align
 

Constructor & Destructor Documentation

◆ TextFormat()

mingfx::TextShader::TextFormat::TextFormat ( )
inline

Definition at line 63 of file text_shader.h.

Member Data Documentation

◆ color

Color mingfx::TextShader::TextFormat::color

Definition at line 70 of file text_shader.h.

◆ h_align

HorizAlign mingfx::TextShader::TextFormat::h_align

Definition at line 71 of file text_shader.h.

◆ size

float mingfx::TextShader::TextFormat::size

Definition at line 69 of file text_shader.h.

◆ v_align

VertAlign mingfx::TextShader::TextFormat::v_align

Definition at line 72 of file text_shader.h.


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