Add support for naming override (#2275). (#2278)

This commit is contained in:
Belleve 2024-04-03 17:16:17 -10:00 committed by GitHub
parent f9e23f0172
commit 21d63ff67e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 180 additions and 117 deletions

View file

@ -302,6 +302,8 @@ const FontInfoOf = computed.group("metadata:font-info-of", async (target, fileNa
slope: sfi.shapeSlope,
slopeAngle: sfi.shapeSlopeAngle,
},
// Naming
namingOverride: bp.namingOverride || null,
// Menu
menu: {
family: bp.family,