Sun, 19 Jan 2020 02:54:48 +0200
commit work on GL rendering
6 | 1 | #include <QFont> |
3 | 2 | #include "comment.h" |
3 | ||
13 | 4 | QFont linetypes::Comment::textRepresentationFont() const |
6 | 5 | { |
6 | QFont font; | |
7 | font.setItalic(true); | |
8 | return font; | |
9 | } |