Skip to content
Next Next commit
Adjust requirement of of tools using public.skipExportGlyphs lib key
  • Loading branch information
arrowtype committed Oct 1, 2025
commit f4ceada0057bbebbaba3ab7cbb18cd76cb8b23f4
10 changes: 7 additions & 3 deletions Doc/source/designspaceLib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ public.skipExportGlyphs
This lib key works the same as the UFO lib key with the same name. The
difference is that applications using a Designspace as the corner stone of the
font compilation process should use the lib key in that Designspace instead of
any of the UFOs. If the lib key is empty or not present in the Designspace, all
glyphs should be exported, regardless of what the same lib key in any of the
UFOs says.
any of the UFOs, if the lib key is present in the Designspace.

If the lib key is not present in the Designspace but it is present in the origin
source of the Designspace, the font compiler should use the lib key from that
origin UFO, and it should apply that set of skipped glyphs to any fonts
compiled from the Designspace.


public.fontInfo
-----------------------
Expand Down