Vuo  2.0.1
VuoInputEditor.cc
Go to the documentation of this file.
1 
10 #include "VuoInputEditor.hh"
11 
16 {
17  // Can't use VuoRendererFonts since the dependencies are complicated.
18  return QFont("PT Sans", 12, QFont::Light, false);
19 }
20 
25 {
26  return QString("font-family: 'PT Sans'; font-size: 12pt; font-weight: 200;");
27 }
28 
30 {
31  return false;
32 }