From 212257e28c87cd6ed2ff244ee6518be0c73fa342 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+
+
@@ -2934,6 +2936,14 @@ struct TextToFind {
transparent mode. Two phase drawing may flicker more than single phase
unless buffered drawing is on. The default is for drawing to be two phase.
SCI_SETFONTQUALITY(int fontQuality)
+ SCI_GETFONTQUALITY
+ Manage font quality (antialiasing method). Currently, the following values are available on Windows:
+ SC_EFF_QUALITY_DEFAULT (backward compatible),
+ SC_EFF_QUALITY_NON_ANTIALIASED,
+ SC_EFF_QUALITY_ANTIALIASED,
+ SC_EFF_QUALITY_LCD_OPTIMIZED.
SCI_SETCODEPAGE(int codePage)
SCI_GETCODEPAGE
Scintilla has some support for Japanese, Chinese and Korean DBCS. Use this message with
--
cgit v1.2.3