Home
last modified time | relevance | path

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

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