Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
This page is new in 9.0.

dual-fonts-for-languages

Arguments: text-edit-pane

This function has an effect only on the Windows platform.

Returns true or nil to indicate whether text-edit-pane (a text-edit-pane) will automatically use an English font for ASCII text and an Asian font for Asian text. The value may be set when creating the window by passing a dual-fonts-for-languages initarg to make-window, or any time later by calling (setf dual-fonts-for-languages). The default value is nil.

This function is a direct hook into the IMF_DUALFONT option of Microsoft's RichEdit control. The behavior above is simply what Microsoft documents.

See also automatic-font-changing.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page is new in the 9.0 release.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 9.0
This page is new in 9.0.