pub type SignatureBlockFormat1<'a> = TableRef<'a, SignatureBlockFormat1Marker>;
Expand description
Aliased Type§
pub struct SignatureBlockFormat1<'a> {
pub(crate) shape: SignatureBlockFormat1Marker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: SignatureBlockFormat1Marker
§data: FontData<'a>
Implementations§
Source§impl<'a> SignatureBlockFormat1<'a>
impl<'a> SignatureBlockFormat1<'a>
Source§impl SignatureBlockFormat1<'_>
impl SignatureBlockFormat1<'_>
Sourcefn compute_len(&self) -> usize
fn compute_len(&self) -> usize
Return the exact byte length of this table.