Type Alias owned_ttf_parser::colr::ClipBox
source · pub type ClipBox = RectF;
Expand description
A ClipBox.
Aliased Type§
struct ClipBox {
pub x_min: f32,
pub y_min: f32,
pub x_max: f32,
pub y_max: f32,
}
Fields§
§x_min: f32
The horizontal minimum of the rect.
y_min: f32
The vertical minimum of the rect.
x_max: f32
The horizontal maximum of the rect.
y_max: f32
The vertical maximum of the rect.