mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Better font handling
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user