Titan Property ====== Windows.windowId.TextSize ====== ^ API | ./. | ^ description | text size for the buttons in the window | ^ [[:macros:namespace]] | [[macros:namespace:windows.windowid]] | ^ type | [[:macros:type:enum]] | ^ values | "Tiny, "Small", "Normal", "Large", "VeryLarge", "Huge", "Global" | Strictly this is an element of the respective window. windowId refers to the workspace window as explained in [[macros:identifier:windows]]. This means there are properties like ''Windows.Playbacks.TextSize'', ''Windows.Colours.TextSize'' and more == example == ActionScript.SetProperty.Enum("Windows.Playbacks.TextSize", "Global") This sets the playbacks window to show the global text size. == used in == {{backlinks>.}}