From d7ce81f6083ced58219d728b19d04778377d2f26 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 19 Jun 2002 11:01:21 +0000 Subject: TextHeight feature contributed by Josh Wingstrom. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index e5daa4f96..c310da062 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -979,6 +979,9 @@ set void SetEndAtLastLine=2277(bool endAtLastLine,) # line at the bottom of the view. get int GetEndAtLastLine=2278(,) +# Retrieve the height of a particular line of text in pixels. +fun int TextHeight=2279(int line,) + ## Start of key messages # Move caret down one line. fun void LineDown=2300(,) -- cgit v1.2.3