src/linetypes/comment.cpp@b54b350dff5d
src/linetypes/comment.cpp
Fri, 27 Aug 2021 00:55:32 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 27 Aug 2021 00:55:32 +0300
- changeset 122
- b54b350dff5d
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
Show concave polygons as red while drawing
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}