Home
last modified time | relevance | path

Searched refs:HORIZONTAL_ORIGIN_CENTER (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_TextWriterBase.h63 HORIZONTAL_ORIGIN_CENTER = 0x10, //!< 原点を文字列の水平方向中央に置く。 enumerator
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp570 value |= font::WideTextWriter::HORIZONTAL_ORIGIN_CENTER; in SetTextPos()
/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp823 if (IsDrawFlagSet(HORIZONTAL_ORIGIN_MASK, HORIZONTAL_ORIGIN_CENTER)) in AdjustCursor()