Searched refs:FX_LAYOUTSTYLE_CombText (Results 1 – 4 of 4) sorted by relevance
30 FX_LAYOUTSTYLE_CombText = 0x400 enumerator
33 m_bCombText = (m_dwLayoutStyles & FX_LAYOUTSTYLE_CombText) != 0; in SetLayoutStyles()
862 if ((dwStyles & FX_LAYOUTSTYLE_CombText) != 0) { in GetDisplayPos()938 bool bCombText = !!(pTxtRun->dwStyles & FX_LAYOUTSTYLE_CombText); in GetCharRects()
734 style |= FX_LAYOUTSTYLE_CombText; in SetCombText()737 style &= ~FX_LAYOUTSTYLE_CombText; in SetCombText()