pub type FdSelectFormat4<'a> = TableRef<'a, FdSelectFormat4Marker>;
Expand description
FdSelect format 4.
Aliased Type§
pub struct FdSelectFormat4<'a> {
pub(crate) shape: FdSelectFormat4Marker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: FdSelectFormat4Marker
§data: FontData<'a>