Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Font Class Reference

Data Structures

class  Builder
 
class  Character
 

Public Member Functions

 Font (const std::filesystem::path &path, int size)
 
 Font (Font &&)=default
 

Data Fields

tenno::shared_ptr< Shadershader
 
Vao vao
 
Buffer vbo
 
std::map< char, Charactercharacters
 

Detailed Description

Definition at line 24 of file font.hpp.

Constructor & Destructor Documentation

◆ Font()

Font::Font ( const std::filesystem::path &  path,
int  size 
)

Definition at line 20 of file font.cpp.

◆ ~Font()

Font::~Font ( )

Definition at line 116 of file font.cpp.

Field Documentation

◆ characters

std::map<char, Character> brenta::Font::characters

Definition at line 42 of file font.hpp.

◆ shader

tenno::shared_ptr<Shader> brenta::Font::shader

Definition at line 39 of file font.hpp.

◆ vao

Vao brenta::Font::vao

Definition at line 40 of file font.hpp.

◆ vbo

Buffer brenta::Font::vbo

Definition at line 41 of file font.hpp.


The documentation for this class was generated from the following files: