Better font handling

This commit is contained in:
Jakub Melka
2019-04-30 14:39:48 +02:00
parent 5318e0e465
commit 4d770fdfcf
8 changed files with 110 additions and 28 deletions

View File

@ -38,6 +38,9 @@ public:
/// Returns unicode character for name (for ZapfDingbats). If name is not found, then null character is returned.
static QChar getUnicodeForNameZapfDingbats(const QByteArray& name);
/// Tries to resolve unicode name
static QChar getUnicodeUsingResolvedName(const QByteArray& name);
private:
struct Comparator
{