]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Painter.h
Move the global formats and system_formats variables into the
[lyx.git] / src / frontends / Painter.h
index b62a4e5c2678a7fc7c4c9d94037cc1b221ce1ccd..b4843e67646f1ace0c85bddd90c9ed658a9135dc 100644 (file)
@@ -38,12 +38,7 @@ namespace frontend {
  *
  * The intention for a toolkit is that it uses these methods to paint
  * onto a backing pixmap. Only when expose events arrive via the event
- * queue (perhaps generated via Screen::expose), does the copy onto
- * the actual WorkArea widget take place. Paints are wrapped in (possibly
- * recursive) calls to start() and end() to facilitate the backing pixmap
- * management.
- *
- * Note that the methods return *this for convenience.
+ * queue, does the copy onto the actual WorkArea widget take place.
  *
  * Caution: All char_type and docstring arguments of the text drawing
  * methods of this class are no UCS4 chars or strings if the font is a
@@ -61,6 +56,8 @@ public:
        /// possible line styles
        enum line_style {
                line_solid, //< solid line
+               line_solid_aliased, //< solid line, no anti-aliasing (used as a
+                                   // workaround to painting issues)
                line_onoffdash //< dashes with spaces
        };