rustybuzz
0.20.1
Anchor
Ext
Required Methods
get
Implementations on Foreign Types
Anchor<'_>
Implementors
In rustybuzz::
hb::
ot_
layout_
gpos_
table
rustybuzz
::
hb
::
ot_layout_gpos_table
Trait
AnchorExt
Copy item path
Source
pub(crate) trait AnchorExt { // Required method fn
get
(&self, face: &
hb_font_t
<'_>) -> (
i32
,
i32
); }
Required Methods
§
Source
fn
get
(&self, face: &
hb_font_t
<'_>) -> (
i32
,
i32
)
Implementations on Foreign Types
§
Source
§
impl
AnchorExt
for
Anchor
<'_>
Source
§
fn
get
(&self, face: &
hb_font_t
<'_>) -> (
i32
,
i32
)
Implementors
§