src/linetypes/comment.cpp@d56cc7387dad
src/linetypes/comment.cpp
Fri, 07 Feb 2020 02:01:21 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Fri, 07 Feb 2020 02:01:21 +0200
- changeset 49
- d56cc7387dad
- parent 35
-
98906a94732f
- child 132
-
488d0ba6070b
- permissions
- -rw-r--r--
wrote the id color in terms of the id value in the shader now that I can get the id to the shader properly
#include <QFont>
#include "comment.h"
QFont ldraw::Comment::textRepresentationFont() const
{
QFont font;
font.setItalic(true);
return font;
}