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:
commit
36dc93fe5d
@ -89,8 +89,6 @@ const EXPORT_DATA_PROPERTIES = [
|
|||||||
"fallbackName",
|
"fallbackName",
|
||||||
"fontMatrix",
|
"fontMatrix",
|
||||||
"fontType",
|
"fontType",
|
||||||
"isMonospace",
|
|
||||||
"isSerifFont",
|
|
||||||
"isType3Font",
|
"isType3Font",
|
||||||
"italic",
|
"italic",
|
||||||
"loadedName",
|
"loadedName",
|
||||||
@ -107,6 +105,8 @@ const EXPORT_DATA_EXTRA_PROPERTIES = [
|
|||||||
"cMap",
|
"cMap",
|
||||||
"defaultEncoding",
|
"defaultEncoding",
|
||||||
"differences",
|
"differences",
|
||||||
|
"isMonospace",
|
||||||
|
"isSerifFont",
|
||||||
"isSymbolicFont",
|
"isSymbolicFont",
|
||||||
"seacMap",
|
"seacMap",
|
||||||
"toFontChar",
|
"toFontChar",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user