src/linetypes/comment.cpp

Thu, 30 Jan 2020 19:20:11 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 30 Jan 2020 19:20:11 +0200
changeset 35
98906a94732f
parent 14
20d2ed3af73d
child 132
488d0ba6070b
permissions
-rw-r--r--

renamed the linetypes namespace to ldraw namespace and added more structures to it

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

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

mercurial