Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h72 VERTICAL_ORIGIN_BOTTOM = 0x200, //!< 原点を文字列の 1 行目ベースラインに置く。 enumerator
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp782 || IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM) in PrintImpl()
840 else if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BOTTOM)) in AdjustCursor()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp589 value |= font::WideTextWriter::VERTICAL_ORIGIN_BOTTOM; in SetTextPos()