aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaCall.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2024-08-15 19:02:46 +1000
committerNeil <nyamatongwe@gmail.com>2024-08-15 19:02:46 +1000
commitdcbc339899911e1a3a743de1c0c25d0c253dd39a (patch)
tree3d4fcd3405e7b4620476c36b0102031114bf65ad /include/ScintillaCall.h
parent6f51f5975920272f5f691d690107d15291a335f2 (diff)
downloadscintilla-mirror-dcbc339899911e1a3a743de1c0c25d0c253dd39a.tar.gz
Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
Diffstat (limited to 'include/ScintillaCall.h')
-rw-r--r--include/ScintillaCall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ScintillaCall.h b/include/ScintillaCall.h
index 065a60ac5..c1f35571f 100644
--- a/include/ScintillaCall.h
+++ b/include/ScintillaCall.h
@@ -209,6 +209,8 @@ public:
void StyleSetHotSpot(int style, bool hotspot);
void StyleSetCheckMonospaced(int style, bool checkMonospaced);
bool StyleGetCheckMonospaced(int style);
+ void StyleSetStretch(int style, Scintilla::FontStretch stretch);
+ Scintilla::FontStretch StyleGetStretch(int style);
void StyleSetInvisibleRepresentation(int style, const char *representation);
int StyleGetInvisibleRepresentation(int style, char *representation);
std::string StyleGetInvisibleRepresentation(int style);