Trait swash::TableProvider
source · pub trait TableProvider {
// Required method
fn table_by_tag(&self, tag: Tag) -> Option<&[u8]>;
}
Expand description
Source that can provide table data by tag.
Required Methods§
sourcefn table_by_tag(&self, tag: Tag) -> Option<&[u8]>
fn table_by_tag(&self, tag: Tag) -> Option<&[u8]>
Returns the table for the specified tag.