インデックスコンバータクラス
Definition mgl_text_index_converter.h:24
STL::unique_ptr< Text::IndexedCharacter[]> ToIndexedString(const char *text, bool enableFormat, bool enableTag) const noexcept
文字列をインデックス化
Definition mgl_text_index_converter.cc:28
virtual Text::IndexedCharacter ToIndexedCharacter(char32_t character, Render::FontFaceType faceType) const noexcept=0
文字をインデックス文字に変換
virtual char32_t ToUTF32(Text::IndexedCharacter indexedCharacter, Render::FontFaceType faceType) const noexcept=0
インデックス文字をUTF-32の文字に変換
virtual bool HasFontFace(Render::FontFaceType faceType) const noexcept=0
指定したフェイスを保持しているかを取得
uint16_t IndexedCharacter
インデックス化文字
Definition mgl_text_defs.h:30