RectHeightMode

Entries

Link copied to clipboard

Provide tight bounding boxes that fit heights per run.

Link copied to clipboard

The height of the boxes will be the maximum height of all runs in the line. All rects in the same line will be the same height.

Link copied to clipboard

Extends the top and/or bottom edge of the bounds to fully cover any line spacing. The top edge of each line should be the same as the bottom edge of the line above. There should be no gaps in vertical coverage given any ParagraphStyle line_height.

Link copied to clipboard

The line spacing will be added to the top of the rect.

Link copied to clipboard

The line spacing will be added to the bottom of the rect.

Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.