aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-02 01:41:11 +0000
committernyamatongwe <devnull@localhost>2003-02-02 01:41:11 +0000
commit13ad207b99e16fdf48db60a0ec49098e5a0626c9 (patch)
tree77571d9565a2b712ea7e7efbe0df63100817fb25 /include/Platform.h
parent9e9e3c45aa3d52ecbae1c483bf2125957bac6038 (diff)
downloadscintilla-mirror-13ad207b99e16fdf48db60a0ec49098e5a0626c9.tar.gz
Two phase drawing.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h
index b19cdce8d..bb429729e 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -314,6 +314,7 @@ public:
virtual void DrawTextNoClip(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back)=0;
virtual void DrawTextClipped(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back)=0;
+ virtual void DrawTextTransparent(PRectangle rc, Font &font_, int ybase, const char *s, int len, ColourAllocated fore)=0;
virtual void MeasureWidths(Font &font_, const char *s, int len, int *positions)=0;
virtual int WidthText(Font &font_, const char *s, int len)=0;
virtual int WidthChar(Font &font_, char ch)=0;