iv::FontMesh::Location Struct Reference

#include <FontMesh.hpp>

Public Member Functions

 Location ()
 
bool operator== (Location const &b)
 

Public Attributes

float2 size
 
float line_spacing
 Lines in inner block should be this much pixels apart (distance of baselines is ascender - descender + line_spacing). More...
 
LineState line_state
 
unsigned skip_characters
 

Detailed Description

Definition at line 29 of file FontMesh.hpp.

Constructor & Destructor Documentation

◆ Location()

iv::FontMesh::Location::Location ( )
inline

Definition at line 38 of file FontMesh.hpp.

Member Function Documentation

◆ operator==()

bool iv::FontMesh::Location::operator== ( Location const &  b)
inline

Definition at line 39 of file FontMesh.hpp.

Member Data Documentation

◆ size

float2 iv::FontMesh::Location::size

Definition at line 31 of file FontMesh.hpp.

◆ line_spacing

float iv::FontMesh::Location::line_spacing

Lines in inner block should be this much pixels apart (distance of baselines is ascender - descender + line_spacing).

Definition at line 32 of file FontMesh.hpp.

◆ line_state

LineState iv::FontMesh::Location::line_state

Definition at line 34 of file FontMesh.hpp.

◆ skip_characters

unsigned iv::FontMesh::Location::skip_characters

Definition at line 36 of file FontMesh.hpp.


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