Skip to main content

ITMP_FontFeatureTableMethods

Trait ITMP_FontFeatureTableMethods 

Source
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§

Source

fn get_glyph_pair_adjustment_records( self, ) -> List_1<TMP_GlyphPairAdjustmentRecord>

get_glyphPairAdjustmentRecords() overload

Source

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

Source

fn ctor(self)

.ctor() overload

Source

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§

Source§

impl<__T: ITMP_FontFeatureTable> ITMP_FontFeatureTableMethods for __T

Available on crate feature tm_pro-tmp_fontfeaturetable only.