-
Notifications
You must be signed in to change notification settings - Fork 8
add --alias
option; catch oddity of Libertine tt
#7
Conversation
add ``--alias`` option; catch oddity of Libertine tt
Maybe this could be bugreported to the Libertine authors? |
Do you have a sourceforge account? Their tracker doesn’t appear to accept outside submissions: http://sourceforge.net/tracker/?atid=590374&group_id=89513 . |
Looking at the bugs, I found http://sourceforge.net/tracker/?func=detail&aid=3556401&group_id=89513&atid=590374 which might be similar... I'll bugreport though. |
This issue appears to be fixed by changing glyph dimensions. It’s the same font, but we don’t test for something like that. |
Ok, I'll go ahead and report then |
Reported at https://sourceforge.net/tracker/?func=detail&aid=3611833&group_id=89513&atid=590374. There are many weird subfamilies in my otfl-names.lua, example: { ... |
The issue will occur iff the subfamily string is not covered by the style synonym table, and if the request string equals the family string. With EB Garamond, if we get a
lookup, and with Libertine, if we get
-- both could happen more often. The new pull request eliminates an |
this addresses the feature request: #4
also, verbosity been adapted so that a log level of
2
emulates the behavior of the originalmkluatexfontdb
script, whereasfontdbutil
defaults to1
(less clutter)