diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 5 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 30d7660dd..39cc14a34 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -244,6 +244,7 @@ SCI_MOVECARETINSIDEVIEW SCI_WORDENDPOSITION(int position, bool onlyWordCharacters) SCI_WORDSTARTPOSITION(int position, bool onlyWordCharacters) SCI_TEXTWIDTH(int stylenumber, char *text) +SCI_TEXTHEIGHT(int line) </pre> <p> Scintilla maintains a selection which stretches between two points, the anchor and the @@ -267,7 +268,9 @@ SCI_TEXTWIDTH(int stylenumber, char *text) can be used to find the pixel location of text on the display. SCI_TEXTWIDTH can be used to find the pixel width of a string which can be used, for example, to decide how wide to make the line number - margin in order to display a given number of numerals. + margin in order to display a given number of numerals. SCI_TEXTHEIGHT + returns the height in pixels of a particular line. Currently all lines are the + same height. </p> <p> SCI_WORDENDPOSITION and SCI_WORDSTARTPOSITION can be used to find diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9cd02286f..6bbc94b7e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -105,6 +105,7 @@ <li>Don Paul Beletsky</li> <li>Gerhard Kalab</li> <li>Olivier Dagenais</li> + <li>Josh Wingstrom</li> </ul> <p> Sponsorship |