CoriEngine
Loading...
Searching...
No Matches
Cori::Graphics::Internal::FontData Struct Reference

#include <FontData.hpp>

Public Member Functions

 FontData ()

Public Attributes

std::shared_ptr< Texture2Dm_Atlas
std::vector< msdf_atlas::GlyphGeometry > m_Glyphs
msdf_atlas::FontGeometry m_FontGeometry
double m_FinalScale {}

Detailed Description

Definition at line 9 of file FontData.hpp.

Constructor & Destructor Documentation

◆ FontData()

Cori::Graphics::Internal::FontData::FontData ( )
inline

Definition at line 10 of file FontData.hpp.

Member Data Documentation

◆ m_Atlas

std::shared_ptr<Texture2D> Cori::Graphics::Internal::FontData::m_Atlas

Definition at line 11 of file FontData.hpp.

◆ m_FinalScale

double Cori::Graphics::Internal::FontData::m_FinalScale {}

Definition at line 14 of file FontData.hpp.

◆ m_FontGeometry

msdf_atlas::FontGeometry Cori::Graphics::Internal::FontData::m_FontGeometry

Definition at line 13 of file FontData.hpp.

◆ m_Glyphs

std::vector<msdf_atlas::GlyphGeometry> Cori::Graphics::Internal::FontData::m_Glyphs

Definition at line 12 of file FontData.hpp.


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