src/linetypes/comment.cpp

Mon, 11 May 2020 12:18:59 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Mon, 11 May 2020 12:18:59 +0300
changeset 89
7abaf1d64719
parent 35
98906a94732f
child 132
488d0ba6070b
permissions
-rw-r--r--

object editing

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

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

mercurial