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>