enum AdSenseSettings.FontSize (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
List of all possible font sizes the user can choose.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
DEFAULT
|
|
SMALL
|
|
MEDIUM
|
|
LARGE
|
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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` | |"]]