read_fonts::tables::sbixType Alias Strike
Source pub type Strike<'a> = TableRef<'a, StrikeMarker>;
Expand description
struct Strike<'a> { }
A constructor that requires additional arguments.
This type requires some external state in order to be
parsed.
The PPEM size for which this strike was designed.
The device pixel density (in PPI) for which this strike was designed. (E.g., 96 PPI, 192 PPI.)
Offset from the beginning of the strike data header to bitmap data for an individual glyph ID.
read an item, using the provided args.
Read more