r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
eng::Text Struct Reference

#include <IRenderer.hpp>

+ Collaboration diagram for eng::Text:

Public Attributes

std::string font_name
 
Color color
 
std::string content
 
unsigned int size
 
float x
 
float y
 
std::string name
 

Detailed Description

Definition at line 22 of file IRenderer.hpp.

Member Data Documentation

◆ color

Color eng::Text::color

Definition at line 25 of file IRenderer.hpp.

◆ content

std::string eng::Text::content

Definition at line 26 of file IRenderer.hpp.

◆ font_name

std::string eng::Text::font_name

Definition at line 24 of file IRenderer.hpp.

◆ name

std::string eng::Text::name

Definition at line 30 of file IRenderer.hpp.

◆ size

unsigned int eng::Text::size

Definition at line 27 of file IRenderer.hpp.

◆ x

float eng::Text::x

Definition at line 28 of file IRenderer.hpp.

◆ y

float eng::Text::y

Definition at line 29 of file IRenderer.hpp.


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