TextSize.Size300.
Inline <code> samples a monospace slice of the token system.
Color.Disabled for secondary captions, hints, and legal fine-print.
<FluentText Size="TextSize.Size900" Weight="TextWeight.Bold">Heading</FluentText> <FluentText Block="true">Body text uses FluentUI's base font token.</FluentText> <FluentText Color="Color.Disabled">Muted text uses Color.Disabled.</FluentText>
FctCaption wraps the type scale above into a single component: pick a
FctCaptionType step and it renders that step's font-size/weight token pair
plus a trailing "space after" margin, so call sites no longer need a bare
FluentText Size="..." Weight="..." Block="true" plus a manual
FluentSpacer. Each row below sits directly against the next with
VerticalGap="0" — the gap you see between them is FctCaption's
own margin, not a stack gap.
<FctCaption Type="FctCaptionType.PageTitle">Foundations</FctCaption> <FctCaption Type="FctCaptionType.H2">Section heading</FctCaption> <FctCaption Type="FctCaptionType.H4">Subsection heading</FctCaption> <FctCaption Type="FctCaptionType.SubTitle">Supporting subtitle text</FctCaption> <FctCaption Type="FctCaptionType.SectionTitle">Group label</FctCaption> <FctCaption>Caption / metadata text</FctCaption>