MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_text_format.cc ファイル

MGL テキストフォーマット [詳解]

関数

STL::string MGL::Text::Format (const STL::string &text, const FormatArgs &args) noexcept
 文字列のフォーマット
 
STL::vector< IndexedCharacterMGL::Text::Format (const IndexedCharacter *indexedText, const IndexConverter &indexConverter, const FormatArgs &args) noexcept
 インデックス文字列のフォーマット
 

詳解

MGL テキストフォーマット

日付
Since: May 29, 2021. 15:24:35 JST.
著者
Acerola

関数詳解

◆ Format() [1/2]

STL::vector< IndexedCharacter > MGL::Text::Format ( const IndexedCharacter * indexedText,
const IndexConverter & indexConverter,
const FormatArgs & args )
noexcept

インデックス文字列のフォーマット

引数
[in]indexedText変換元のインデックス文字列
[in]indexConverter引数の文字列をインデックス化するためのコンバータ
[in]args引数
戻り値
変換後のインデックス文字列

◆ Format() [2/2]

STL::string MGL::Text::Format ( const STL::string & text,
const FormatArgs & args )
noexcept

文字列のフォーマット

引数
[in]text変換元の文字列
[in]args引数
戻り値
変換後の文字列