skia_safe::textlayout

Type Alias ParagraphCache

Source
pub type ParagraphCache = Handle<skia_textlayout_ParagraphCache>;

Aliased Type§

struct ParagraphCache(/* private fields */);

Implementations§

Source§

impl ParagraphCache

Source

pub fn new() -> ParagraphCache

Source

pub fn abandon(&mut self)

Source

pub fn reset(&mut self)

Source

pub fn print_statistics(&mut self)

Source

pub fn turn_on(&mut self, value: bool)

Source

pub fn count(&mut self) -> i32

Trait Implementations§

Source§

impl Debug for ParagraphCache

Source§

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

Formats the value using the given formatter. Read more