From 9b83919815f6a6ce5d73da1c28483970d0ca5589 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Feb 2021 14:22:28 -0600 Subject: added dev/MinGfx/ --- ...lassmingfx_1_1_text_shader_1_1_text_format.html | 213 +++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 dev/MinGfx/docs/html/classmingfx_1_1_text_shader_1_1_text_format.html (limited to 'dev/MinGfx/docs/html/classmingfx_1_1_text_shader_1_1_text_format.html') diff --git a/dev/MinGfx/docs/html/classmingfx_1_1_text_shader_1_1_text_format.html b/dev/MinGfx/docs/html/classmingfx_1_1_text_shader_1_1_text_format.html new file mode 100644 index 0000000..2a238e2 --- /dev/null +++ b/dev/MinGfx/docs/html/classmingfx_1_1_text_shader_1_1_text_format.html @@ -0,0 +1,213 @@ + + + + + + + +MinGfx Toolkit: mingfx::TextShader::TextFormat Class Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
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: +
+ + + + + -- cgit v1.2.3