Lattice form gourad triangle meshing

This commit is contained in:
Jakub Melka
2019-09-15 18:01:13 +02:00
parent dc6bc3e96c
commit 41a6ddbc40
4 changed files with 148 additions and 4 deletions

View File

@ -127,7 +127,7 @@ QByteArray PDFSystemFontInfoStorage::loadFont(const FontDescriptor* descriptor,
case StandardFontType::CourierOblique:
case StandardFontType::CourierBoldOblique:
{
fontName = "Courier";
fontName = "CourierNew";
break;
}