#include "FontDriver.h" FontDriver::FontDriver() : m_hinting (true) { } void FontDriver::setHinting(bool value) { m_hinting = value; }