aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-02-02 01:41:11 +0000
committernyamatongwe <unknown>2003-02-02 01:41:11 +0000
commit3f329e8a6b1c4735ab1cf4f43848292db8df3d3b (patch)
tree77571d9565a2b712ea7e7efbe0df63100817fb25 /include/Platform.h
parentf566263f31075e3d36782dd3f5901466b789f763 (diff)
downloadscintilla-mirror-3f329e8a6b1c4735ab1cf4f43848292db8df3d3b.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;