Trait read_fonts::ComputeSize
source · pub trait ComputeSize: ReadArgs {
// Required method
fn compute_size(args: &Self::Args) -> usize;
}Expand description
Required Methods§
sourcefn compute_size(args: &Self::Args) -> usize
fn compute_size(args: &Self::Args) -> usize
Compute the number of bytes required to represent this type.