restrict kern groups to those beginning with public.kern{1,2} prefix?
See original GitHub issueThe UFO3 spec is clear about this point:
- Kerning group names must begin with the appropriate prefix.
http://unifiedfontobject.org/versions/ufo3/groups.plist/
However, in our kernFeatureWriter we consider a group as a kerning group if it used in kerning.plist, either as left, right or both position.
Why is that? Is for backward compatibility with some previous UFO1-2 conventions?
Should we bother restricting the valid kerning groups to those with the right public.kern prefix only when the UFO formatVersion is 3?
Actually, i’m not even sure defcon provides a public api to retrieve the original UFO’s format. The UFOReader knows that, of course, but defcon Font hides it in a _
prefixed attribute (_ufoFormatVersion
).
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
groups.plist - Unified Font Object
Kerning groups must begin with standard prefixes. The prefix for groups intended for use in the first side of a kerning pair is...
Read more >Untitled
373 caboto tr, Letters flitsen kern 12, Hr3 madhouse 80er, Lori walking dead ... We play the music ed solo mp3, Albemarle county...
Read more >Untitled
Prea tarziu pentru noi doi, Diggin in the charts playlist, Cite the niv bible apa? ... Dr. niels biethahn, Notary public services in...
Read more >A torture test for TEX - Public Mirror Index
Parameters that are normally positive are set negative or zero; borderline cases are pushed to the limit; deliberate errors are made in hopes...
Read more >Net-Net® OS-E Objects and Properties Reference Guide ...
and adds the sip-fault-groups and sip-dead-groups properties. ... Procs: 75 Interval: 2 CPUs: 4 Mem: 4053M Swap: 0M Kern: 12% CPU: 0%.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sure. defcon is always ufo3 internally.
the only supported kerning groups are those prefixed with
public.kern1.
andpublic.kern2.
as in UFO3 spec.