[][src]Module directwrite::text_layout

TextLayout and types for building new ones.

Structs

HitTestPoint

Results from calling hit_test_point on a TextLayout.

HitTestTextPosition

Results from calling hit_test_text_position on a TextLayout.

RangeValue

Represents a value that has an associated range for which the text has the same formatting applied to it.

TextLayout

The TextLayout interface represents a block of text after it has been fully analyzed and formatted.

TextLayoutBuilder

Builder for a TextLayout.

Type Definitions

RangeResult

A function result that is either a pair of T and an associated text range, or a DWriteError.