Searched refs:FX_TXTLAYOUTSTYLE_CombText (Results 1 – 4 of 4) sorted by relevance
40 #define FX_TXTLAYOUTSTYLE_CombText 0x0400 macro
95 m_bCombText = (m_dwLayoutStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in SetLayoutStyles()1419 if ((dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0) { in GetDisplayPos()1584 FX_BOOL bCombText = (pTxtRun->dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in GetCharRects()
1453 FX_BOOL bCombText = (dwStyles & FX_TXTLAYOUTSTYLE_CombText) != 0; in GetCharRects()
1521 dwStyle |= FX_TXTLAYOUTSTYLE_CombText; in UpdateTxtBreak()1523 dwStyle &= ~FX_TXTLAYOUTSTYLE_CombText; in UpdateTxtBreak()