Struct truetype::glyph_data::PointFlags [] [src]

pub struct PointFlags(pub u8);

Point flags.

Methods

impl PointFlags
[src]

fn is_on_curve(&self) -> bool

fn is_x_short(&self) -> bool

fn is_y_short(&self) -> bool

fn is_repeated(&self) -> bool

fn is_x_positive(&self) -> bool

fn is_x_same(&self) -> bool

fn is_y_positive(&self) -> bool

fn is_y_same(&self) -> bool

fn is_invalid(&self) -> bool

Trait Implementations

impl PartialEq for PointFlags
[src]

fn eq(&self, __arg_0: &PointFlags) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &PointFlags) -> bool

This method tests for !=.

impl Eq for PointFlags
[src]

impl Debug for PointFlags
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for PointFlags
[src]

impl Clone for PointFlags
[src]

fn clone(&self) -> PointFlags

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Value for PointFlags
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.