Home
last modified time | relevance | path

Searched refs:GDEF (Results 1 – 25 of 32) sorted by relevance

12

/external/fonttools/Lib/fonttools.egg-info/
DSOURCES.txt599 Tests/mtiLib/data/mti/gdefattach.ttx.GDEF
601 Tests/mtiLib/data/mti/gdefclasses.ttx.GDEF
603 Tests/mtiLib/data/mti/gdefligcaret.ttx.GDEF
605 Tests/mtiLib/data/mti/gdefmarkattach.ttx.GDEF
607 Tests/mtiLib/data/mti/gdefmarkfilter.ttx.GDEF
846 Tests/ttLib/tables/data/aots/gpos1_1_lookupflag_f1.ttx.GDEF
859 Tests/ttLib/tables/data/aots/gpos1_2_font2.ttx.GDEF
866 Tests/ttLib/tables/data/aots/gpos2_1_lookupflag_f1.ttx.GDEF
869 Tests/ttLib/tables/data/aots/gpos2_1_lookupflag_f2.ttx.GDEF
880 Tests/ttLib/tables/data/aots/gpos2_2_font2.ttx.GDEF
[all …]
DPKG-INFO117 Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, LTSH,
479 - [varLib.merger] Fixed bug whereby ``GDEF.GlyphClassDef`` were being dropped
880 - [subset] Don't drop a GDEF that only has VarStore (fc819d6). Set to None
976 - [subset] Implemented pruning of GDEF VarStore, HVAR and MVAR (#1179).
1106 - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
1501 - Implement GDEF's VariationStore
1510 XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
1698 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
/external/fonttools/Tests/feaLib/data/
DAttach.fea1 table GDEF {
5 } GDEF;
Domitted_GlyphClassDef.fea4 table GDEF {
6 } GDEF;
DGlyphClassDef.fea1 table GDEF {
5 } GDEF;
Dspec9b.fea6 table GDEF {
13 } GDEF;
DLigatureCaretByPos.fea1 table GDEF {
10 } GDEF;
DLigatureCaretByIndex.fea1 table GDEF {
10 } GDEF;
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily4-Italic15.ufo/
Dfeatures.fea16 table GDEF {
23 } GDEF;
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily4-Regular.ufo/
Dfeatures.fea16 table GDEF {
23 } GDEF;
/external/harfbuzz_ng/src/
Dmain.cc185 case GDEF::tableTag: in main()
188 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); in main()
Dhb-ot-layout-gdef-table.hh342 struct GDEF struct
419 this->table = hb_sanitize_context_t().reference_table<GDEF> (face); in init()
429 hb_blob_ptr_t<GDEF> table;
505 struct GDEF_accelerator_t : GDEF::accelerator_t {};
Dhb-ot-layout.cc146 OT::GDEF::is_blacklisted (hb_blob_t *blob, in is_blacklisted()
255 const OT::GDEF &gdef = *font->face->table.GDEF->table; in _hb_ot_layout_set_glyph_props()
279 return face->table.GDEF->table->has_glyph_classes (); in hb_ot_layout_has_glyph_classes()
298 return (hb_ot_layout_glyph_class_t) face->table.GDEF->table->get_glyph_class (glyph); in hb_ot_layout_get_glyph_class()
318 return face->table.GDEF->table->get_glyphs_in_class (klass, glyphs); in hb_ot_layout_get_glyphs_in_class()
345 return face->table.GDEF->table->get_attach_points (glyph, in hb_ot_layout_get_attach_points()
373 …unsigned int result = font->face->table.GDEF->table->get_lig_carets (font, direction, glyph, start… in hb_ot_layout_get_ligature_carets()
Dhb-ot-face-table-list.hh98 HB_OT_ACCELERATOR (OT, GDEF)
Dhb-subset.cc215 result = _subset2<const OT::GDEF> (plan); in _subset_table()
Dhb-ot-layout-gsubgpos.hh461 const GDEF &gdef;
488 *face->table.GDEF->table in hb_ot_apply_context_t()
490 Null(GDEF) in hb_ot_apply_context_t()
/external/fonttools/Lib/fontTools/varLib/
D__init__.py596 GDEF = font['GDEF'].table
597 assert GDEF.Version <= 0x00010002
601 GDEF = GDEFTable.table = ot.GDEF()
602 GDEF.GlyphClassDef = None
603 GDEF.AttachList = None
604 GDEF.LigCaretList = None
605 GDEF.MarkAttachClassDef = None
606 GDEF.MarkGlyphSetsDef = None
608 GDEF.Version = 0x00010003
609 GDEF.VarStore = store
[all …]
DvarStore.py310 ot.GDEF.collect_device_varidxes = Object_collect_device_varidxes
327 ot.GDEF.remap_device_varidxes = Object_remap_device_varidxes
/external/harfbuzz_ng/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md9 …le Status](#table-status), below). This includes cvar (varied CVTs), GPOS/GDEF (kerning varies), a…
24 - [x] GPOS/GDEF - kerning
29 - [ ] GSUB/GDEF - to change dollar signs in the bold
34 * Add Feature Variations (GPOS/GDEF) to switch dollar sign glyphs across weights.
/external/sfntly/cpp/src/sfntly/
Dtag.h60 static const int32_t GDEF; member
Dtag.cc46 const int32_t Tag::GDEF = TAG('G', 'D', 'E', 'F'); member in sfntly::Tag
/external/harfbuzz_ng/
DNEWS123 - Fix subsetting of simple GSUB/GDEF.
401 - Fix assertion failure with GDEF-blacklisted fonts.
719 - Backlist GDEF of more versions of Padauk and Tahoma.
812 Currently variations in GSUB/GPOS/GDEF are fully supported,
821 - Fix regression in GDEF glyph class processing.
869 - Blacklist bad GDEF of more fonts (Padauk).
885 - Blacklist bad GDEF of more fonts (Tahoma & others).
905 - Blacklist GDEF table of another set of Times New Roman (Bold) Italic.
915 - Fix GDEF mark-filtering-set, which was broken in 1.2.3.
922 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
[all …]
/external/fonttools/Lib/fontTools/
Dmerge.py614 otTables.GDEF.mergeMap = \
1053 GDEF = font.get('GDEF')
1076 GDEF = font.get('GDEF')
/external/fonttools/
DNEWS.rst62 - [varLib.merger] Fixed bug whereby ``GDEF.GlyphClassDef`` were being dropped
463 - [subset] Don't drop a GDEF that only has VarStore (fc819d6). Set to None
559 - [subset] Implemented pruning of GDEF VarStore, HVAR and MVAR (#1179).
689 - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
1084 - Implement GDEF's VariationStore
1093 XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
1281 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
DPKG-INFO117 Feat, GDEF, GMAP, GPKG, GPOS, GSUB, Glat, Gloc, HVAR, JSTF, LTSH,
479 - [varLib.merger] Fixed bug whereby ``GDEF.GlyphClassDef`` were being dropped
880 - [subset] Don't drop a GDEF that only has VarStore (fc819d6). Set to None
976 - [subset] Implemented pruning of GDEF VarStore, HVAR and MVAR (#1179).
1106 - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
1501 - Implement GDEF's VariationStore
1510 XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
1698 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)

12