Does the order of insert subtituteNames make any affection when load font in program
-
I'm confused when implement a task that a new font But i dont know where should i add before or after old font name in function insertSubstitutions(const QString &familyName, const QStringList &substituteNames)
-
I'm confused when implement a task that a new font But i dont know where should i add before or after old font name in function insertSubstitutions(const QString &familyName, const QStringList &substituteNames)
@Tueschou79
I would guess that Qt will try substitutes forfamilyNamein the left-to-right order ofsubstituteNames, stopping at the first one it finds? -
@Tueschou79
I would guess that Qt will try substitutes forfamilyNamein the left-to-right order ofsubstituteNames, stopping at the first one it finds?@JonB
I think it would find all to find best match for all the properties.