Module: MsTeamsHermes::Style::FontSize

Included in:
MsTeamsHermes::Style
Defined in:
lib/msteams_hermes/style/font_size.rb

Overview

Module containing Microsoft’s FontSize representation See ‘FontSize` in adaptivecards.io/explorer/TextBlock.html

Constant Summary collapse

DEFAULT =
"default"
SMALL =
"small"
MEDIUM =
"medium"
LARGE =
"large"
EXTRA_LARGE =
"extraLarge"