Skip to content

Commit

Permalink
Add mapping for uniqueID
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Nov 14, 2024
1 parent 3fc6177 commit 4689727
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/glyphsLib/builder/custom_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@ def register(handler):
# "copyrights",
("versionString", "openTypeNameVersion", "versionString"),
("vendorID", "openTypeOS2VendorID", "vendorID"),
# TODO: Map this property to a custom parameter if applicable.
# "uniqueID",
("uniqueID", "openTypeNameUniqueID", "uniqueID"),
("license", "openTypeNameLicense", "licenses"),
("licenseURL", "openTypeNameLicenseURL", "licenseURL"),
("trademark", "trademark", "trademarks"),
Expand Down

0 comments on commit 4689727

Please sign in to comment.