Documentation
On this page

Interface · Core and Composition

RichTextRun

An independently formatted run rendered by RichTextBlock.

@sharpts/gui 0.0.0-local · SharpTS 7c6010104a43

Members

fontSize

fontSize?: number

Optional font size in device-independent pixels.

Type: number

fontStyle

fontStyle?: "normal" | "italic"

Optional normal or italic font style.

Values: "normal", "italic"

Type: "normal" | "italic"

fontWeight

fontWeight?: FontWeight

Optional font weight.

Type: FontWeight

foreground

foreground?: string

Optional foreground brush or color.

Type: string

text

text: string

Text contained in the run.

Type: string

Source

SharpTS.Gui.Sdk/GuiPackage/runtime-types.ts:84 at SharpTS revision 7c6010104a43c34d80e9d44704cf179bc4f5b8e0.