diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-04-20 10:57:59 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-04-20 10:57:59 +1000 |
| commit | 79585e218c40f9010601e8af442b573ece40c5ea (patch) | |
| tree | d64cab27d7ee75ef5a2a2e567dbe9c8ebd3823e9 /doc/ScintillaHistory.html | |
| parent | ed434975e5de00e91718b075f04492f69c1bb04a (diff) | |
| download | scintilla-mirror-79585e218c40f9010601e8af442b573ece40c5ea.tar.gz | |
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a63ac8fc3..5ced2dd86 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -582,6 +582,10 @@ On Windows, fix encoding used for text display with DirectWrite. <a href="https://sourceforge.net/p/scintilla/bugs/2246/">Bug #2246</a>. </li> + <li> + Implement font locale SCI_SETFONTLOCALE. Initially only for DirectWrite on Win32. + <a href="https://sourceforge.net/p/scintilla/bugs/2027/">Bug #2027</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla501.zip">Release 5.0.1</a> |
