Module: Google::Cloud::Monitoring::Dashboard::V1::Text::TextStyle::FontSize

Defined in:
proto_docs/google/monitoring/dashboard/v1/text.rb

Overview

Specifies a font size for the title and content of a text widget

Constant Summary collapse

FONT_SIZE_UNSPECIFIED =

No font size specified, will default to FS_LARGE

0
FS_EXTRA_SMALL =

Extra small font size

1
FS_SMALL =

Small font size

2
FS_MEDIUM =

Medium font size

3
FS_LARGE =

Large font size

4
FS_EXTRA_LARGE =

Extra large font size

5