Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_TextWriterBase.h70 VERTICAL_ORIGIN_TOP = 0x000, //!< 原点を文字列の上端に置く。 enumerator
88 HORIZONTAL_ALIGN_LEFT | HORIZONTAL_ORIGIN_LEFT | VERTICAL_ORIGIN_TOP;
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TextBox.cpp583 value |= font::WideTextWriter::VERTICAL_ORIGIN_TOP; in SetTextPos()
/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp810 u32 topFlag = HORIZONTAL_ALIGN_LEFT | HORIZONTAL_ORIGIN_LEFT | VERTICAL_ORIGIN_TOP; in AdjustCursor()