Go to the source code of this file.
|
text_category | neogfx::get_text_category (const i_emoji_atlas &aEmojiAtlas, const char32_t *aCodePoint, const char32_t *aCodePointEnd) |
|
text_category | neogfx::get_text_category (const i_emoji_atlas &aEmojiAtlas, char32_t aCodePoint) |
|
text_direction | neogfx::get_text_direction (const i_emoji_atlas &aEmojiAtlas, const char32_t *aCodePoint, const char32_t *aCodePointEnd, std::optional< text_direction > aLineDirection=std::nullopt, std::optional< text_direction > aCurrentDirection=std::nullopt) |
|
text_direction | neogfx::get_text_direction (const i_emoji_atlas &aEmojiAtlas, char32_t aCodePoint, std::optional< text_direction > aLineDirection=std::nullopt, std::optional< text_direction > aCurrentDirection=std::nullopt) |
|