diff options
author | nyamatongwe <devnull@localhost> | 2009-04-01 01:54:21 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-04-01 01:54:21 +0000 |
commit | 803e7ff02753ff859e44b78ba1368aa4e1c07af9 (patch) | |
tree | 7ee5153591f173fb56c030d21dbc4601753d974a /src/ViewStyle.h | |
parent | fd0b09668969d458642e1b7d9dbf447cfae6bc92 (diff) | |
download | scintilla-mirror-803e7ff02753ff859e44b78ba1368aa4e1c07af9.tar.gz |
Added commands to add extra ascent and descent space.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 2f2d52461..3f8b856b9 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -102,6 +102,8 @@ public: int caretWidth; bool someStylesProtected; bool extraFontFlag; + int extraAscent; + int extraDescent; ViewStyle(); ViewStyle(const ViewStyle &source); |