Home
last modified time | relevance | path

Searched refs:VERTICAL_ORIGIN_BASELINE (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/include/nw/font/
Dfont_TextWriterBase.h71 VERTICAL_ORIGIN_BASELINE = 0x300, //!< 原点を文字列の下端に置く。 enumerator
/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp807 u32 blineFlag = HORIZONTAL_ALIGN_LEFT | HORIZONTAL_ORIGIN_LEFT | VERTICAL_ORIGIN_BASELINE; in AdjustCursor()
864 if (IsDrawFlagSet(VERTICAL_ORIGIN_MASK, VERTICAL_ORIGIN_BASELINE)) in AdjustCursor()