neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
text_category_map.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  neogfx
 
namespace  neogfx::detail
 

Typedefs

typedef std::pair< uint32_t, text_categoryneogfx::detail::text_category_MAP_VALUE_TYPE
 

Functions

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)
 

Variables

const text_category_MAP_VALUE_TYPE neogfx::detail::text_category_MAP []