#include <glyph.h>
|
| Glyph ()=default |
|
| Glyph (const FT_Face &face, unsigned char ch) |
|
std::vector< unsigned char > & | getPixels () |
|
glm::ivec2 | getSize () const |
|
std::array< glm::vec2, 6 > | vertices (float x, float y, float scale) |
|
◆ Glyph() [1/2]
◆ Glyph() [2/2]
jGL::Glyph::Glyph |
( |
const FT_Face & |
face, |
|
|
unsigned char |
ch |
|
) |
| |
◆ getPixels()
std::vector< unsigned char > & jGL::Glyph::getPixels |
( |
| ) |
|
|
inline |
◆ getSize()
glm::ivec2 jGL::Glyph::getSize |
( |
| ) |
const |
|
inline |
◆ vertices()
std::array< glm::vec2, 6 > jGL::Glyph::vertices |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
scale |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: