drawing <line> borders

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@128 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-19 17:36:17 +00:00
parent c3ae5dfa1b
commit 6f852e5846
2 changed files with 27 additions and 0 deletions
+2
View File
@@ -50,6 +50,8 @@ class TextViewer {
void draw(RotatedDC& dc, const TextStyle& style, DrawWhat what);
/// Draw an indicator for selected text
void drawSelection(RotatedDC& dc, const TextStyle& style, size_t sel_start, size_t sel_end);
/// Draw separators for <line> tags
void drawSeparators(RotatedDC& dc);
/// Prepare the text for drawing, if it is not already prepared
void prepare(RotatedDC& dc, const String& text, const TextStyle& style, Context&);