Castor3D 0.17.0
Multiplatform 3D engine
Public Attributes | List of all members
castor::TextLineMetrics Struct Reference

The metrics for a line of text. More...

#include <GraphicsModule.hpp>

Public Attributes

float top {}
 
float width {}
 
float yMin { 100 }
 
float yMax {}
 
uint32_t firstCharIndex {}
 
Vector< float > chars {}
 

Detailed Description

The metrics for a line of text.

Member Data Documentation

◆ chars

Vector< float > castor::TextLineMetrics::chars {}

◆ firstCharIndex

uint32_t castor::TextLineMetrics::firstCharIndex {}

◆ top

float castor::TextLineMetrics::top {}

◆ width

float castor::TextLineMetrics::width {}

◆ yMax

float castor::TextLineMetrics::yMax {}

◆ yMin

float castor::TextLineMetrics::yMin { 100 }

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