diff --git a/desktop-src/Controls/em-settypographyoptions.md b/desktop-src/Controls/em-settypographyoptions.md index f3f9a32ff3c..5f861858cba 100644 --- a/desktop-src/Controls/em-settypographyoptions.md +++ b/desktop-src/Controls/em-settypographyoptions.md @@ -31,14 +31,14 @@ Specifies one or both of the following values. -| Value | Meaning | -|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------| -|
**TO\_ADVANCEDTYPOGRAPHY**
| Advanced line breaking and line formatting is turned on.
| -|
**TO\_SIMPLELINEBREAK**
| Faster line breaking for simple text (requires **TO\_ADVANCEDTYPOGRAPHY**).
| - - - - +| Value | Meaning | +|---|---| +| **TO\_ADVANCEDTYPOGRAPHY**
`0x0001` | Advanced line breaking and line formatting is turned on. | +| **TO\_SIMPLELINEBREAK**
`0x0002` | Faster line breaking for simple text (requires **TO\_ADVANCEDTYPOGRAPHY**). | +| **TO\_DISABLECUSTOMTEXTOUT**
`0x0004` | ??? | +| **TO\_ADVANCEDLAYOUT**
`0x0008` | ??? | +| **TO\_DEFAULTCOLOREMOJI**
`0x1000` | Enable the display of colored emoji (requires **TO\_DISPLAYFONTCOLOR**). | +| **TO\_DISPLAYFONTCOLOR**
`0x2000` | Enable the display of colored fonts. |