src/linetypes/comment.cpp@87c906545fc3
src/linetypes/comment.cpp
Sat, 29 Feb 2020 23:51:03 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 29 Feb 2020 23:51:03 +0200
- changeset 65
- 87c906545fc3
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
document the grid snapping transformations
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}