Merge pull request #14065 from Snuffleupagus/fewer-EXPORT_DATA_PROPERTIES

[api-minor] Stop exporting, by default, a few additional Font properties (PR 11777 follow-up)
This commit is contained in:
Tim van der Meij 2021-09-25 12:25:56 +02:00 committed by GitHub
commit 36dc93fe5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,6 @@ const EXPORT_DATA_PROPERTIES = [
"fallbackName",
"fontMatrix",
"fontType",
"isMonospace",
"isSerifFont",
"isType3Font",
"italic",
"loadedName",
@ -107,6 +105,8 @@ const EXPORT_DATA_EXTRA_PROPERTIES = [
"cMap",
"defaultEncoding",
"differences",
"isMonospace",
"isSerifFont",
"isSymbolicFont",
"seacMap",
"toFontChar",