Trait opentype::Table

source ·
pub trait Table<'l>: Sized { }
Expand description

A type representing a font table.

Implementations on Foreign Types§

source§

impl Table<'static> for FontHeader

source§

impl Table<'static> for CharacterMapping

source§

impl Table<'static> for HorizontalHeader

source§

impl<'l> Table<'l> for GlyphMapping

source§

impl Table<'static> for FontSet

source§

impl Table<'static> for PostScript

source§

impl Table<'static> for WindowsMetrics

source§

impl Table<'static> for NamingTable

source§

impl<'l> Table<'l> for HorizontalMetrics

source§

impl Table<'static> for MaximumProfile

source§

impl<'l> Table<'l> for GlyphData

Implementors§