File: PrinterItem.cpp

package info (click to toggle)
herculesstudio 1.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,376 kB
  • sloc: cpp: 17,077; xml: 21; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#include "PrinterItem.h"
#include "HerculesStudio.h"

PrinterItem::PrinterItem() :
    mLinesPerInch(6), mFontSize(11)
{

}