Struct directwrite::text_layout::HitTestTextPosition [] [src]

pub struct HitTestTextPosition {
    pub point_x: f32,
    pub point_y: f32,
    pub metrics: HitTestMetrics,
}

Fields

The output pixel location X, relative to the top-left location of the layout box.

The output pixel location Y, relative to the top-left location of the layout box.

The output geometry fully enclosing the specified text position.

Trait Implementations

impl Copy for HitTestTextPosition
[src]

impl Clone for HitTestTextPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more