FlatUI
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Enumerations Groups Pages
flatui::FontVertex Struct Reference

This struct holds all the font vertex data. More...

#include <font_buffer.h>

Detailed Description

This struct holds all the font vertex data.

Public Member Functions

 FontVertex (float x, float y, float z, float u, float v)
 The constructor for a FontVertex. More...
 

Constructor & Destructor Documentation

flatui::FontVertex::FontVertex ( float  x,
float  y,
float  z,
float  u,
float  v 
)
inline

The constructor for a FontVertex.

Parameters
[in]xA float representing the x position of the vertex.
[in]yA float representing the y position of the vertex.
[in]zA float representing the z position of the vertex.
[in]uA float representing the u value in the UV mapping.
[in]vA float representing the v value in the UV mapping.

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