pub type FdSelectFormat0<'a> = TableRef<'a, FdSelectFormat0Marker>;Expand description
FdSelect format 0.
Aliased Type§
pub struct FdSelectFormat0<'a> {
pub(crate) shape: FdSelectFormat0Marker,
pub(crate) data: FontData<'a>,
}Fields§
§shape: FdSelectFormat0Marker§data: FontData<'a>Implementations§
Trait Implementations§
Source§impl<'a> Debug for FdSelectFormat0<'a>
Available on crate feature experimental_traverse only.
impl<'a> Debug for FdSelectFormat0<'a>
Available on crate feature
experimental_traverse only.