Type Alias read_fonts::tables::colr::PaintSolid

source ·
pub type PaintSolid<'a> = TableRef<'a, PaintSolidMarker>;
Expand description

PaintSolid table

Aliased Type§

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

Implementations§

source§

impl<'a> PaintSolid<'a>

source

pub fn format(&self) -> u8

Set to 2.

source

pub fn palette_index(&self) -> u16

Index for a CPAL palette entry.

source

pub fn alpha(&self) -> F2Dot14

Alpha value.

Trait Implementations§

source§

impl<'a> Debug for PaintSolid<'a>

source§

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

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

impl<'a> FontRead<'a> for PaintSolid<'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 PaintSolid<'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.