pub trait ITMP_FontFeatureTableMethods: ITMP_FontFeatureTable {
// Provided methods
fn get_glyph_pair_adjustment_records(
self,
) -> List_1<TMP_GlyphPairAdjustmentRecord> { ... }
fn set_glyph_pair_adjustment_records(
self,
value: impl Into<List_1<TMP_GlyphPairAdjustmentRecord>>,
) { ... }
fn ctor(self) { ... }
fn sort_glyph_pair_adjustment_records(self) { ... }
}Provided Methods§
Sourcefn get_glyph_pair_adjustment_records(
self,
) -> List_1<TMP_GlyphPairAdjustmentRecord>
fn get_glyph_pair_adjustment_records( self, ) -> List_1<TMP_GlyphPairAdjustmentRecord>
get_glyphPairAdjustmentRecords() overload
Sourcefn set_glyph_pair_adjustment_records(
self,
value: impl Into<List_1<TMP_GlyphPairAdjustmentRecord>>,
)
fn set_glyph_pair_adjustment_records( self, value: impl Into<List_1<TMP_GlyphPairAdjustmentRecord>>, )
set_glyphPairAdjustmentRecords(crate::system::collections::generic::list_1::List_1<crate::tm_pro::tmp_glyphpairadjustmentrecord::TMP_GlyphPairAdjustmentRecord>) overload
Sourcefn sort_glyph_pair_adjustment_records(self)
fn sort_glyph_pair_adjustment_records(self)
SortGlyphPairAdjustmentRecords() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: ITMP_FontFeatureTable> ITMP_FontFeatureTableMethods for __T
Available on crate feature
tm_pro-tmp_fontfeaturetable only.