EM_GETTYPOGRAPHYOPTIONS message
Returns the current state of the typography options of a rich edit control.
Parameters
-
wParam
-
Not used; must be zero.
-
lParam
-
Not used; must be zero.
Return value
Returns the current typography options. For a list of options, see EM_SETTYPOGRAPHYOPTIONS.
Remarks
You can turn on advanced line breaking by sending the EM_SETTYPOGRAPHYOPTIONS message. Advanced and normal line breaking may also be turned on automatically by the rich edit control if it is needed for certain languages.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Redistributable |
Rich Edit 3.0 |
Header |
|
See also
-
Reference
-
Conceptual