Revert "Revert "Add: [Win32] Uniscribe configure options for MinGW targets.""

This reverts commit ca4a4869a2.
This commit is contained in:
Jonathan G Rennison
2018-06-25 18:39:59 +01:00
parent ef0a458ab6
commit b48a6ef368
24 changed files with 1065 additions and 159 deletions

View File

@@ -147,6 +147,11 @@ public:
{
return this->parent != NULL;
}
/**
* Is this a built-in sprite font?
*/
virtual bool IsBuiltInFont() = 0;
};
/** Get the SpriteID mapped to the given font size and key */