Merge pull request #19549 from Snuffleupagus/fewer-EXPORT_DATA_PROPERTIES-2
[api-minor] Stop exporting, by default, a few additional Font properties (PR 11777 follow-up)
This commit is contained in:
commit
4e76a78341
@ -82,7 +82,6 @@ const EXPORT_DATA_PROPERTIES = [
|
|||||||
"black",
|
"black",
|
||||||
"bold",
|
"bold",
|
||||||
"charProcOperatorList",
|
"charProcOperatorList",
|
||||||
"composite",
|
|
||||||
"cssFontInfo",
|
"cssFontInfo",
|
||||||
"data",
|
"data",
|
||||||
"defaultVMetrics",
|
"defaultVMetrics",
|
||||||
@ -100,22 +99,23 @@ const EXPORT_DATA_PROPERTIES = [
|
|||||||
"missingFile",
|
"missingFile",
|
||||||
"name",
|
"name",
|
||||||
"remeasure",
|
"remeasure",
|
||||||
"subtype",
|
|
||||||
"systemFontInfo",
|
"systemFontInfo",
|
||||||
"type",
|
|
||||||
"vertical",
|
"vertical",
|
||||||
];
|
];
|
||||||
|
|
||||||
const EXPORT_DATA_EXTRA_PROPERTIES = [
|
const EXPORT_DATA_EXTRA_PROPERTIES = [
|
||||||
"cMap",
|
"cMap",
|
||||||
|
"composite",
|
||||||
"defaultEncoding",
|
"defaultEncoding",
|
||||||
"differences",
|
"differences",
|
||||||
"isMonospace",
|
"isMonospace",
|
||||||
"isSerifFont",
|
"isSerifFont",
|
||||||
"isSymbolicFont",
|
"isSymbolicFont",
|
||||||
"seacMap",
|
"seacMap",
|
||||||
|
"subtype",
|
||||||
"toFontChar",
|
"toFontChar",
|
||||||
"toUnicode",
|
"toUnicode",
|
||||||
|
"type",
|
||||||
"vmetrics",
|
"vmetrics",
|
||||||
"widths",
|
"widths",
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user