From ce72ce1bf80bdb20070821f0758e45dccd541d64 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 28 May 2021 09:42:05 +1000 Subject: Moved SCI_SETFONTLOCALE to correct position. --- doc/ScintillaDoc.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index d1abef8de..07d66c785 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -128,7 +128,7 @@

Scintilla Documentation

-

Last edited 25 May 2021 NH

+

Last edited 28 May 2021 NH

Scintilla 5 has moved the lexers from Scintilla into a new Lexilla project.
@@ -3249,6 +3249,15 @@ struct Sci_TextToFind { may change and an underline appear to indicate that these areas are sensitive to clicking. This may be used to allow hyperlinks to other documents.

+

SCI_SETFONTLOCALE(<unused>, const char *localeName)
+ SCI_GETFONTLOCALE(<unused>, char *localeName NUL-terminated) → int
+ These messages set the locale used for font selection with language-dependent glyphs. + It may, depending on platform and other circumstances influence the display of text, so setting "zh-Hant" may result in traditional + Chinese display and "zh-Hans" may result in simplified Chinese display. + It is currently only implemented for Win32 using DirectWrite where the value is passed as the localeName argument to CreateTextFormat. + The default value is US English "en-us". +

+

Element colours

The colours of some visual elements can be changed with these methods. @@ -3474,15 +3483,6 @@ struct Sci_TextToFind { -

SCI_SETFONTLOCALE(<unused>, const char *localeName)
- SCI_GETFONTLOCALE(<unused>, char *localeName NUL-terminated) → int
- These messages set the locale used for font selection with language-dependent glyphs. - It may, depending on platform and other circumstances influence the display of text, so setting "zh-Hant" may result in traditional - Chinese display and "zh-Hans" may result in simplified Chinese display. - It is currently only implemented for Win32 using DirectWrite where the value is passed as the localeName argument to CreateTextFormat. - The default value is US English "en-us". -

-

Selection, caret, and hotspot styles

The selection is shown by changing the text and/or background colours. -- cgit v1.2.3