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