[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eAdSenseSettings.FontSize\u003c/code\u003e defines the available font sizes for users to select within AdSense settings.\u003c/p\u003e\n"],["\u003cp\u003eThe available font size options include \u003ccode\u003eDEFAULT\u003c/code\u003e, \u003ccode\u003eSMALL\u003c/code\u003e, \u003ccode\u003eMEDIUM\u003c/code\u003e, and \u003ccode\u003eLARGE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis setting is part of the \u003ccode\u003eInventoryService\u003c/code\u003e within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `InventoryService` uses `AdSenseSettings`, which includes a `FontSize` property. This property specifies the font size for AdSense settings. The available font sizes are defined by an enumeration within the namespace `https://www.google.com/apis/ads/publisher/v202411`. The possible values within the `FontSize` enumeration are: `DEFAULT`, `SMALL`, `MEDIUM`, and `LARGE`. These values represent the various font size options that a user can select.\n"],null,["# enum AdSenseSettings.FontSize (v202411)\n\n**Service** \n**InventoryService** **Dependencies** \n[AdSenseSettings](/ad-manager/api/reference/v202411/InventoryService.AdSenseSettings) \n▼\n**AdSenseSettings.FontSize**\n\nList of all possible font sizes the user can choose.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|-------------|\n| `DEFAULT` | |\n| `SMALL` | |\n| `MEDIUM` | |\n| `LARGE` | |"]]