Type Alias read_fonts::tables::colr::PaintVarSolid

source ·
pub type PaintVarSolid<'a> = TableRef<'a, PaintVarSolidMarker>;
Expand description

Aliased Type§

struct PaintVarSolid<'a> { /* private fields */ }

Implementations§

source§

impl<'a> PaintVarSolid<'a>

source

pub fn format(&self) -> u8

Set to 3.

source

pub fn palette_index(&self) -> u16

Index for a CPAL palette entry.

source

pub fn alpha(&self) -> F2Dot14

Alpha value. For variation, use varIndexBase + 0.

source

pub fn var_index_base(&self) -> u32

Base index into DeltaSetIndexMap.

Trait Implementations§

source§

impl<'a> Debug for PaintVarSolid<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> FontRead<'a> for PaintVarSolid<'a>

source§

fn read(data: FontData<'a>) -> Result<Self, ReadError>

Read an instance of Self from the provided data, performing validation. Read more
source§

impl<'a> SomeTable<'a> for PaintVarSolid<'a>

source§

fn type_name(&self) -> &str

The name of this table
source§

fn get_field(&self, idx: usize) -> Option<Field<'a>>

Access this table’s fields, in declaration order.