cf::ui::core::lineHeightTokens¶
Types¶
Types Documentation¶
using DisplayLargeLineHeight¶
using cf::ui::core::lineHeightTokens::DisplayLargeLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_DISPLAY_LARGE)>;
using DisplayMediumLineHeight¶
using cf::ui::core::lineHeightTokens::DisplayMediumLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_DISPLAY_MEDIUM)>;
using DisplaySmallLineHeight¶
using cf::ui::core::lineHeightTokens::DisplaySmallLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_DISPLAY_SMALL)>;
using HeadlineLargeLineHeight¶
using cf::ui::core::lineHeightTokens::HeadlineLargeLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_HEADLINE_LARGE)>;
using HeadlineMediumLineHeight¶
using cf::ui::core::lineHeightTokens::HeadlineMediumLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_HEADLINE_MEDIUM)>;
using HeadlineSmallLineHeight¶
using cf::ui::core::lineHeightTokens::HeadlineSmallLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_HEADLINE_SMALL)>;
using TitleLargeLineHeight¶
using cf::ui::core::lineHeightTokens::TitleLargeLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_TITLE_LARGE)>;
using TitleMediumLineHeight¶
using cf::ui::core::lineHeightTokens::TitleMediumLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_TITLE_MEDIUM)>;
using TitleSmallLineHeight¶
using cf::ui::core::lineHeightTokens::TitleSmallLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_TITLE_SMALL)>;
using BodyLargeLineHeight¶
using cf::ui::core::lineHeightTokens::BodyLargeLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_BODY_LARGE)>;
using BodyMediumLineHeight¶
using cf::ui::core::lineHeightTokens::BodyMediumLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_BODY_MEDIUM)>;
using BodySmallLineHeight¶
using cf::ui::core::lineHeightTokens::BodySmallLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_BODY_SMALL)>;
using LabelLargeLineHeight¶
using cf::ui::core::lineHeightTokens::LabelLargeLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_LABEL_LARGE)>;
using LabelMediumLineHeight¶
using cf::ui::core::lineHeightTokens::LabelMediumLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_LABEL_MEDIUM)>;
using LabelSmallLineHeight¶
using cf::ui::core::lineHeightTokens::LabelSmallLineHeight = typedef StaticToken<float, cf::hash::fnv1a64(LINEHEIGHT_LABEL_SMALL)>;
Updated on 2026-03-09 at 10:14:00 +0000