Struct ppapi::ffi::Struct_PP_FontMetrics_DevExperimental [-]  [+] [src]

pub struct Struct_PP_FontMetrics_Dev {
    pub height: int32_t,
    pub ascent: int32_t,
    pub descent: int32_t,
    pub line_spacing: int32_t,
    pub x_height: int32_t,
}

Fields

height
ascent
descent
line_spacing
x_height

Trait Implementations

impl Default for Struct_PP_FontMetrics_Dev

fn default() -> Struct_PP_FontMetrics_Dev

impl Clone for Struct_PP_FontMetrics_Dev

fn clone(&self) -> Metrics

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Copy for Struct_PP_FontMetrics_Dev