Initial commit
This commit is contained in:
commit
edfc5298e1
252 changed files with 93965 additions and 0 deletions
12
source/Graphics/Font/FontDriver.cpp
Normal file
12
source/Graphics/Font/FontDriver.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
#include "FontDriver.h"
|
||||
|
||||
FontDriver::FontDriver() :
|
||||
m_hinting (true)
|
||||
{
|
||||
}
|
||||
|
||||
void FontDriver::setHinting(bool value)
|
||||
{
|
||||
m_hinting = value;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue