mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
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:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user