Searched defs:cff2 (Results 1 – 14 of 14) sorted by relevance
381 struct cff2 struct383 static constexpr hb_tag_t tableTag = HB_OT_TAG_CFF2;385 bool sanitize (hb_sanitize_context_t *c) const in sanitize()412 const OT::cff2 *cff2 = this->blob->template as<OT::cff2> (); in accelerator_templ_t()514 struct accelerator_t : accelerator_templ_t<cff2_private_dict_opset_t, cff2_private_dict_values_t>526 …subset_t : accelerator_templ_t<cff2_private_dict_opset_subset_t, cff2_private_dict_values_subset_t>546 FixedVersion<HBUINT8> version; /* Version of CFF2 table. set to 0x0200u */547 NNOffsetTo<TopDict, HBUINT8> topDict; /* headerSize = Offset to Top DICT. */548 HBUINT16 topDictSize; /* Top DICT size */
643 OT::cff2 *cff2 = c->allocate_min<OT::cff2> (); in serialize() local
1152 OT::cff2::accelerator_t cff2 (plan->source); in _update_instance_metrics_map_from_cff2() local
63 let cff2 = Cff2::read(FontData::new(font_test_data::cff2::EXAMPLE)).unwrap(); in read_example_cff2_table() localVariable74 let cff2 = font.cff2().unwrap(); in read_cantarell() localVariable
11 pub mod cff2; module
131 fn cff2(&self) -> Result<tables::cff2::Cff2<'a>, ReadError> { in cff2() method
237 FT_Bool cff2 ) in cff_index_init()2005 FT_Bool cff2 = FT_BOOL( code == CFF2_CODE_TOPDICT || in cff_subfont_load() local2190 FT_Bool cff2 ) in cff_font_load()
513 FT_Bool cff2 = 0; in cff_face_init() local
77 let cff2 = common.font.cff2().ok()?; in from_cff2() localVariable660 let cff2 = Cff2::read(FontData::new(font_test_data::cff2::EXAMPLE)).unwrap(); in read_example_cff2_table() localVariable
352 FT_Bool cff2; member