Searched refs:FX_LAYOUTSTYLE_CombText (Results 1 – 4 of 4) sorted by relevance
29 FX_LAYOUTSTYLE_CombText = 0x400 enumerator
55 m_bCombText = (m_dwLayoutStyles & FX_LAYOUTSTYLE_CombText) != 0; in SetLayoutStyles()
844 if ((dwStyles & FX_LAYOUTSTYLE_CombText) != 0) { in GetDisplayPos()924 bool bCombText = !!(pTxtRun->dwStyles & FX_LAYOUTSTYLE_CombText); in GetCharRects()
712 style |= FX_LAYOUTSTYLE_CombText; in SetCombText()715 style &= ~FX_LAYOUTSTYLE_CombText; in SetCombText()