Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditControlCompatibility.DisableCJKFontsCorrection Property

Static property that switches off the vertical metrics correction introduced for CJK font support.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[DefaultValue(false)]
public static bool DisableCJKFontsCorrection { get; set; }

#Property Value

Type Default Description
Boolean false

True, to disable CJK font correction; otherwise, false.

#Remarks

When upgrading to version 16.1 and higher, you may notice that the paragraph vertical spacing becomes inadequate for certain documents. The DisableCJKFontsCorrection property addresses this issue.

Baseline to baseline distance may be increased up to 30% for certain fonts because of added support for CJK fonts. To disable the newly introduced CJK font metrics correction, set the DisableCJKFontsCorrection property to true.

See Also