mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-28 01:51:49 +03:00
Add font::is_rtl(uint32_t flags)
This will return if the given flags indicate RTL properties (such as textboxes being right-aligned).
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
ed0c9b6b1f
commit
27e83b6008
@@ -85,7 +85,8 @@ std::string string_unwordwrap(const std::string& s);
|
||||
bool glyph_dimensions(uint32_t flags, uint8_t* glyph_w, uint8_t* glyph_h);
|
||||
|
||||
int len(uint32_t flags, const char* text);
|
||||
int height(const uint32_t flags);
|
||||
int height(uint32_t flags);
|
||||
bool is_rtl(uint32_t flags);
|
||||
|
||||
void print(
|
||||
uint32_t flags,
|
||||
|
||||
Reference in New Issue
Block a user