| Index: chrome/common/extensions/api/experimental.fontSettings.json
|
| diff --git a/chrome/common/extensions/api/experimental.fontSettings.json b/chrome/common/extensions/api/experimental.fontSettings.json
|
| index de7e6c527f2eef0d28975cb80319c58651f31f77..c56cec3bac54a3cc4beafd08d0360aaa6488d791 100644
|
| --- a/chrome/common/extensions/api/experimental.fontSettings.json
|
| +++ b/chrome/common/extensions/api/experimental.fontSettings.json
|
| @@ -27,9 +27,9 @@
|
| "enum": [ "Arab", "Armn", "Beng", "Cans", "Cher", "Cyrl", "Deva", "Ethi", "Geor",
|
| "Grek", "Gujr", "Guru", "Hang", "Hans", "Hant", "Hebr", "Hrkt", "Knda",
|
| "Khmr", "Laoo", "Mlym", "Mong", "Mymr", "Orya", "Sinh", "Taml", "Telu",
|
| - "Thaa", "Thai", "Tibt", "Yiii"
|
| + "Thaa", "Thai", "Tibt", "Yiii", "Zyyy"
|
| ],
|
| - "description": "An ISO 15924 script code."
|
| + "description": "An ISO 15924 script code. The default, or global, script is represented by script code \"Zyyy\"."
|
| },
|
| {
|
| "id": "GenericFamily",
|
| @@ -82,7 +82,7 @@
|
| "properties": {
|
| "script": {
|
| "$ref": "ScriptCode",
|
| - "description": "The script for which the font should be retrieved. If omitted, the font for the global script is retrieved.",
|
| + "description": "The script for which the font should be retrieved. If omitted, the font setting for the global script (script code \"Zyyy\") is retrieved.",
|
| "optional": true
|
| },
|
| "genericFamily": {
|
| @@ -120,7 +120,7 @@
|
| "properties": {
|
| "script": {
|
| "$ref": "ScriptCode",
|
| - "description": "The script code which the font should be set. If omitted, the font for the global script is set.",
|
| + "description": "The script code which the font should be set. If omitted, the font setting for the global script (script code \"Zyyy\") is set.",
|
| "optional": true
|
| },
|
| "genericFamily": {
|
| @@ -455,7 +455,7 @@
|
| "fontName": { "type": "string" },
|
| "script": {
|
| "$ref": "ScriptCode",
|
| - "description": "The script code for which the font setting has changed. If omitted, the global script font setting has changed.",
|
| + "description": "The script code for which the font setting has changed.",
|
| "optional": true
|
| },
|
| "genericFamily": {
|
|
|