Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h66 HORIZONTAL_ORIGIN_RIGHT = 0x20, //!< 原点を文字列の右端に置く。 enumerator
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp575 value |= font::WideTextWriter::HORIZONTAL_ORIGIN_RIGHT; in SetTextPos()
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp829 else if (IsDrawFlagSet(HORIZONTAL_ORIGIN_MASK, HORIZONTAL_ORIGIN_RIGHT)) in AdjustCursor()