CRichEditCtx.EnableAdvancedTypographymethod
Enables advanced typography.
Syntax
FUNCTION EnableAdvancedTypography () AS BOOLEAN
Return value
A boolean true (-1) or false (0).
Description
Enables advanced typography.
Remarks
Advanced typography is needed for justified paragraphs, hyphenation, and other typographic features. Advanced line breaking is turned on automatically by the rich edit control when needed, such as for handling complex scripts like Arabic and Hebrew, and for mathematics.
Reference
- Defined in AfxNova/CRichEditCtx.inc:1903
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class