pub type PaintScaleUniform<'a> = TableRef<'a, PaintScaleUniformMarker>;
Expand description
PaintScaleUniform table
Aliased Type§
pub struct PaintScaleUniform<'a> {
pub(crate) shape: PaintScaleUniformMarker,
pub(crate) data: FontData<'a>,
}
Fields§
§shape: PaintScaleUniformMarker
§data: FontData<'a>