MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / has_table

Method has_table

canvas/src/font_face.rs:34–37  ·  view source on GitHub ↗
(&'a self, tag: u32)

Source from the content-addressed store, hash-verified

32 }
33
34 fn has_table<'a>(&'a self, tag: u32) -> bool {
35 let table_data = self.0.table_data(ttf_parser::Tag::from_bytes(&tag.to_be_bytes()));
36 table_data.is_some()
37 }
38}
39
40///

Callers

nothing calls this directly

Calls 1

table_dataMethod · 0.80

Tested by

no test coverage detected