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 /src/CallTip.h | |
parent | ed434975e5de00e91718b075f04492f69c1bb04a (diff) | |
download | scintilla-mirror-79585e218c40f9010601e8af442b573ece40c5ea.tar.gz |
Bug [#2027]. Implement font locale SCI_SETFONTLOCALE on Win32 using DirectWrite.
Diffstat (limited to 'src/CallTip.h')
-rw-r--r-- | src/CallTip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CallTip.h b/src/CallTip.h index 6cc89d3a5..f1358a94a 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -72,7 +72,8 @@ public: /// Setup the calltip and return a rectangle of the area required. PRectangle CallTipStart(Sci::Position pos, Point pt, int textHeight, const char *defn, const char *faceName, int size, int codePage_, - int characterSet, int technology, const Window &wParent); + int characterSet, int technology, const char *localeName, + const Window &wParent); void CallTipCancel(); |