#include <Engine.hpp>
◆ Engine()
cobbletext::Engine::Engine |
( |
std::shared_ptr< Library > |
library | ) |
|
|
explicit |
◆ ~Engine()
cobbletext::Engine::~Engine |
( |
| ) |
|
◆ addInlineObject()
void cobbletext::Engine::addInlineObject |
( |
InlineObjectID |
id, |
|
|
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
◆ addText()
void cobbletext::Engine::addText |
( |
const uint8_t * |
data, |
|
|
uint32_t |
length, |
|
|
Encoding |
encoding |
|
) |
| |
◆ addTextUTF16() [1/2]
void cobbletext::Engine::addTextUTF16 |
( |
const char16_t * |
text, |
|
|
int32_t |
length |
|
) |
| |
◆ addTextUTF16() [2/2]
void cobbletext::Engine::addTextUTF16 |
( |
std::u16string_view |
text | ) |
|
◆ addTextUTF32() [1/2]
void cobbletext::Engine::addTextUTF32 |
( |
const char32_t * |
text, |
|
|
int32_t |
length |
|
) |
| |
◆ addTextUTF32() [2/2]
void cobbletext::Engine::addTextUTF32 |
( |
std::u32string_view |
text | ) |
|
◆ addTextUTF8() [1/2]
void cobbletext::Engine::addTextUTF8 |
( |
const char * |
text, |
|
|
int32_t |
length |
|
) |
| |
◆ addTextUTF8() [2/2]
void cobbletext::Engine::addTextUTF8 |
( |
std::string_view |
text | ) |
|
◆ advances()
std::vector<AdvanceInfo> cobbletext::Engine::advances |
( |
| ) |
|
◆ clear()
void cobbletext::Engine::clear |
( |
| ) |
|
◆ clearTiles()
void cobbletext::Engine::clearTiles |
( |
| ) |
|
◆ layOut()
void cobbletext::Engine::layOut |
( |
| ) |
|
◆ packTiles()
bool cobbletext::Engine::packTiles |
( |
uint32_t |
width, |
|
|
uint32_t |
height |
|
) |
| |
◆ rasterize()
void cobbletext::Engine::rasterize |
( |
| ) |
|
◆ tiles()
std::vector<TileInfo> cobbletext::Engine::tiles |
( |
| ) |
|
◆ tilesValid()
bool cobbletext::Engine::tilesValid |
( |
| ) |
|
◆ customProperty
◆ font
FontID cobbletext::Engine::font = 0 |
◆ fontSize
double cobbletext::Engine::fontSize = 12 |
◆ language
std::string cobbletext::Engine::language |
◆ lineLength
uint32_t cobbletext::Engine::lineLength = 0 |
◆ locale
std::string cobbletext::Engine::locale |
◆ outputInfo
◆ script
std::string cobbletext::Engine::script |
◆ scriptDirection
◆ textAlignment
The documentation for this class was generated from the following file: