Home
last modified time | relevance | path

Searched refs:LigGlyph (Results 1 – 9 of 9) sorted by relevance

/external/fonttools/Tests/ttLib/tables/
DotTables_test.py199 lig.LigGlyph = "_".join(lig.Component)
220 self.assertEqual(table.ligatures["c"][0].LigGlyph, "c_t")
223 self.assertEqual(table.ligatures["f"][0].LigGlyph, "f_f_i")
225 self.assertEqual(table.ligatures["f"][1].LigGlyph, "f_f")
227 self.assertEqual(table.ligatures["f"][2].LigGlyph, "f_i")
250 self.assertEqual(ct.LigGlyph, "c_t")
254 self.assertEqual(ffi.LigGlyph, "f_f_i")
257 self.assertEqual(ff.LigGlyph, "f_f")
260 self.assertEqual(fi.LigGlyph, "f_i")
292 self.assertEqual(ffi.LigGlyph, "f_f_i")
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh211 struct LigGlyph struct
264 const LigGlyph &lig_glyph = this+ligGlyph[index]; in get_lig_carets()
278 OffsetArrayOf<LigGlyph>
Dhb-ot-shape-complex-arabic-win1256.hh159 #define OT_LIGATURE(Name, Components, LigGlyph) \ argument
161 LigGlyph \
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py102 ligature.LigGlyph = mapping[components]
553 self.LigGlyph = [carets[g] for g in self.Coverage.glyphs]
554 self.LigGlyphCount = len(self.LigGlyph)
567 self = ot.LigGlyph()
/external/freetype/src/otvalid/
Dotvgdef.c271 OTV_NEST3( LigCaretList, LigGlyph, CaretValue ); in otv_GDEF_validate()
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py101 codepoint_map[codepoint_to_string(codepoints)] = ligature.LigGlyph
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1079 ligature.LigGlyph = lig
1111 xmlWriter.simpletag("Ligature", glyph=lig.LigGlyph,
1130 lig.LigGlyph = attrs["glyph"]
/external/fonttools/Lib/fontTools/subset/
D__init__.py479 s.glyphs.update(*([seq.LigGlyph for seq in seqs
489 if seq.LigGlyph in s.glyphs and
1617 table.LigCaretList.LigGlyph = [table.LigCaretList.LigGlyph[i] for i in indices]
1618 table.LigCaretList.LigGlyphCount = len(table.LigCaretList.LigGlyph)
/external/noto-fonts/emoji-compat/
Dcreatefont.py563 self.update_emoji_data(codepoints, ligature.LigGlyph)