[][src]Module directwrite::inline_object

InlineObject and types for creating your own instances.

Modules

custom

Traits and Structs for implementing custom inline text objects that can be layed out inline with text.

Structs

BreakConditions

The pair of break conditions for an inline object.

DrawingContext

Data describing the context your object is being drawn in.

InlineObject

Inline text object that can be layed out in the middle of text. Can be implemented custom by an application or an implementation provided by another library.