Struct ttf_parser::gpos::AnchorMatrix
source · pub struct AnchorMatrix<'a> {
pub rows: u16,
pub cols: u16,
/* private fields */
}Expand description
An Anchor parsing helper.
Fields§
§rows: u16Number of rows in the matrix.
cols: u16Number of columns in the matrix.
Implementations§
Trait Implementations§
source§impl<'a> Clone for AnchorMatrix<'a>
impl<'a> Clone for AnchorMatrix<'a>
source§fn clone(&self) -> AnchorMatrix<'a>
fn clone(&self) -> AnchorMatrix<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more