/branches/Version14x/Scribus/scribus/fonts/scface_ttf.cpp |
---|
505,9 → 505,9 |
void ScFace_ttf::load() const |
{ |
if ( !kernFeature ) |
FtFace::load(); |
if (!kernFeature) |
kernFeature = new KernFeature ( ftFace() ); |
FtFace::load(); |
} |
void ScFace_ttf::unload() const |