diff options
Diffstat (limited to 'include/ScintillaCall.h')
-rw-r--r-- | include/ScintillaCall.h | 2 |
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); |