Enum FontFamily
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
फ़ॉन्टफ़ैमिली
अब काम नहीं करता. getFontFamily()
और setFontFamily(String)
तरीके अब इस एनम के बजाय, फ़ॉन्ट के लिए स्ट्रिंग के नाम का इस्तेमाल करते हैं. हालांकि, यह एनम अब काम नहीं करता, लेकिन यह पुरानी स्क्रिप्ट के साथ काम करने के लिए उपलब्ध रहेगा.
इस्तेमाल किए जा सकने वाले फ़ॉन्ट की सूची.
टेक्स्ट, एलिमेंट या दस्तावेज़ की रेंज के लिए फ़ॉन्ट सेट करने के लिए, FontFamily
एनोटेशन का इस्तेमाल करें.
const body =
DocumentApp.getActiveDocument().getActiveTab().asDocumentTab().getBody();
// Insert a paragraph at the start of the document.
body.insertParagraph(0, 'Hello, Apps Script!');
// Set the tab font to Calibri.
body.editAsText().setFontFamily(DocumentApp.FontFamily.CALIBRI);
// Set the first paragraph font to Arial.
body.getParagraphs()[0].setFontFamily(DocumentApp.FontFamily.ARIAL);
// Set "Apps Script" to Comic Sans MS.
const text = 'Apps Script';
const a = body.getText().indexOf(text);
const b = a + text.length - 1;
body.editAsText().setFontFamily(a, b, DocumentApp.FontFamily.COMIC_SANS_MS);
ऐसी प्रॉपर्टी जिनका इस्तेमाल बंद कर दिया गया है
प्रॉपर्टी | टाइप | ब्यौरा |
AMARANTH | Enum | Amaranth फ़ॉन्ट फ़ैमिली. |
ARIAL | Enum | Arial फ़ॉन्ट फ़ैमिली. |
ARIAL_BLACK | Enum | Arial Black फ़ॉन्ट फ़ैमिली. |
ARIAL_NARROW | Enum | Arial Narrow फ़ॉन्ट फ़ैमिली. |
ARVO | Enum | Arvo फ़ॉन्ट फ़ैमिली. |
CALIBRI | Enum | Calibri फ़ॉन्ट फ़ैमिली. |
CAMBRIA | Enum | Cambria फ़ॉन्ट फ़ैमिली. |
COMIC_SANS_MS | Enum | Comic Sans MS फ़ॉन्ट फ़ैमिली. |
CONSOLAS | Enum | Consolas फ़ॉन्ट फ़ैमिली. |
CORSIVA | Enum | Corsiva फ़ॉन्ट फ़ैमिली. |
COURIER_NEW | Enum | Courier New फ़ॉन्ट फ़ैमिली. |
DANCING_SCRIPT | Enum | Dancing Script फ़ॉन्ट फ़ैमिली. |
DROID_SANS | Enum | Droid Sans फ़ॉन्ट फ़ैमिली. |
DROID_SERIF | Enum | Droid Serif फ़ॉन्ट फ़ैमिली. |
GARAMOND | Enum | Garamond फ़ॉन्ट फ़ैमिली. |
GEORGIA | Enum | Georgia फ़ॉन्ट फ़ैमिली. |
GLORIA_HALLELUJAH | Enum | Gloria Hallelujah फ़ॉन्ट फ़ैमिली. |
GREAT_VIBES | Enum | Great Vibes फ़ॉन्ट फ़ैमिली. |
LOBSTER | Enum | Lobster फ़ॉन्ट फ़ैमिली. |
MERRIWEATHER | Enum | Merriweather फ़ॉन्ट फ़ैमिली. |
PACIFICO | Enum | Pacifico फ़ॉन्ट फ़ैमिली. |
PHILOSOPHER | Enum | Philosopher फ़ॉन्ट फ़ैमिली. |
POIRET_ONE | Enum | Poiret One फ़ॉन्ट फ़ैमिली |
QUATTROCENTO | Enum | Quattrocento फ़ॉन्ट फ़ैमिली. |
ROBOTO | Enum | Roboto फ़ॉन्ट फ़ैमिली |
SHADOWS_INTO_LIGHT | Enum | Shadows Into Light फ़ॉन्ट फ़ैमिली. |
SYNCOPATE | Enum | Syncopate फ़ॉन्ट फ़ैमिली. |
TAHOMA | Enum | Tahoma फ़ॉन्ट फ़ैमिली. |
TIMES_NEW_ROMAN | Enum | Times New Roman फ़ॉन्ट फ़ैमिली. |
TREBUCHET_MS | Enum | Trebuchet MS फ़ॉन्ट फ़ैमिली. |
UBUNTU | Enum | Ubuntu फ़ॉन्ट फ़ैमिली. |
VERDANA | Enum | Verdana फ़ॉन्ट फ़ैमिली. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eFontFamily\u003c/code\u003e is deprecated and now uses string names for fonts instead of the enum, but remains for compatibility.\u003c/p\u003e\n"],["\u003cp\u003eThis enum allows you to set the font for text ranges, elements, or entire Google Docs documents.\u003c/p\u003e\n"],["\u003cp\u003eSupported fonts include Arial, Calibri, Comic Sans MS, Times New Roman, Verdana, and many more.\u003c/p\u003e\n"],["\u003cp\u003eYou can use methods like \u003ccode\u003esetFontFamily()\u003c/code\u003e within Google Apps Script to apply these fonts.\u003c/p\u003e\n"]]],["`FontFamily` enumeration, though deprecated, remains for older script compatibility. It lists supported font options like `ARIAL`, `CALIBRI`, and `COMIC_SANS_MS`. The methods `getFontFamily()` and `setFontFamily(String)` now use string names, and `FontFamily` is used to apply a specific font to document text, paragraphs, or specific ranges within text, via methods like `setFontFamily()`. There are multiple examples showing the usage of the font `FontFamily`.\n"],null,["# Enum FontFamily\n\nFontFamily\n\n\n**Deprecated.** The methods `get``Font``Family()` and `set``Font``Family(String)` now use string\nnames for fonts instead of this enum. Although this enum is deprecated, it will remain\navailable for compatibility with older scripts.\n\nAn enumeration of the supported fonts.\n\nUse the `Font``Family` enumeration to set the font for a range of text, element or\ndocument.\n\n```javascript\nconst body =\n DocumentApp.getActiveDocument().getActiveTab().asDocumentTab().getBody();\n\n// Insert a paragraph at the start of the document.\nbody.insertParagraph(0, 'Hello, Apps Script!');\n\n// Set the tab font to Calibri.\nbody.editAsText().setFontFamily(DocumentApp.FontFamily.CALIBRI);\n\n// Set the first paragraph font to Arial.\nbody.getParagraphs()[0].setFontFamily(DocumentApp.FontFamily.ARIAL);\n\n// Set \"Apps Script\" to Comic Sans MS.\nconst text = 'Apps Script';\nconst a = body.getText().indexOf(text);\nconst b = a + text.length - 1;\nbody.editAsText().setFontFamily(a, b, DocumentApp.FontFamily.COMIC_SANS_MS);\n``` \n\n### Deprecated properties\n\n| Property | Type | Description |\n|----------------------|--------|-------------------------------------|\n| `AMARANTH` | `Enum` | The Amaranth font family. |\n| `ARIAL` | `Enum` | The Arial font family. |\n| `ARIAL_BLACK` | `Enum` | The Arial Black font family. |\n| `ARIAL_NARROW` | `Enum` | The Arial Narrow font family. |\n| `ARVO` | `Enum` | The Arvo font family. |\n| `CALIBRI` | `Enum` | The Calibri font family. |\n| `CAMBRIA` | `Enum` | The Cambria font family. |\n| `COMIC_SANS_MS` | `Enum` | The Comic Sans MS font family. |\n| `CONSOLAS` | `Enum` | The Consolas font family. |\n| `CORSIVA` | `Enum` | The Corsiva font family. |\n| `COURIER_NEW` | `Enum` | The Courier New font family. |\n| `DANCING_SCRIPT` | `Enum` | The Dancing Script font family. |\n| `DROID_SANS` | `Enum` | The Droid Sans font family. |\n| `DROID_SERIF` | `Enum` | The Droid Serif font family. |\n| `GARAMOND` | `Enum` | The Garamond font family. |\n| `GEORGIA` | `Enum` | The Georgia font family. |\n| `GLORIA_HALLELUJAH` | `Enum` | The Gloria Hallelujah font family. |\n| `GREAT_VIBES` | `Enum` | The Great Vibes font family. |\n| `LOBSTER` | `Enum` | The Lobster font family. |\n| `MERRIWEATHER` | `Enum` | The Merriweather font family. |\n| `PACIFICO` | `Enum` | The Pacifico font family. |\n| `PHILOSOPHER` | `Enum` | The Philosopher font family. |\n| `POIRET_ONE` | `Enum` | The Poiret One font family |\n| `QUATTROCENTO` | `Enum` | The Quattrocento font family. |\n| `ROBOTO` | `Enum` | The Roboto font family |\n| `SHADOWS_INTO_LIGHT` | `Enum` | The Shadows Into Light font family. |\n| `SYNCOPATE` | `Enum` | The Syncopate font family. |\n| `TAHOMA` | `Enum` | The Tahoma font family. |\n| `TIMES_NEW_ROMAN` | `Enum` | The Times New Roman font family. |\n| `TREBUCHET_MS` | `Enum` | The Trebuchet MS font family. |\n| `UBUNTU` | `Enum` | The Ubuntu font family. |\n| `VERDANA` | `Enum` | The Verdana font family. |"]]