src/linetypes/comment.cpp

Sun, 29 Aug 2021 21:28:08 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 29 Aug 2021 21:28:08 +0300
changeset 126
a7c720aff97c
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

moved ObjectEditor under SelectTool

#include <QFont>
#include "comment.h"

QFont ldraw::Comment::textRepresentationFont() const
{
	QFont font;
	font.setItalic(true);
	return font;
}

mercurial