HomeSort by relevance Sort by last modified time
    Searched refs:LigGlyph (Results 1 - 9 of 9) sorted by null

  /external/fonttools/Tests/ttLib/tables/
otTables_test.py 196 """'ffi' --> Ligature(LigGlyph='f_f_i', Component=['f', 'f', 'i'])"""
199 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"
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 159 #define OT_LIGATURE(Name, Components, LigGlyph) \
161 LigGlyph \
hb-ot-layout-gdef-table.hh 211 struct LigGlyph
241 * --from beginning of LigGlyph table
264 const LigGlyph &lig_glyph = this+ligGlyph[index];
271 return_trace (coverage.sanitize (c, this) && ligGlyph.sanitize (c, this));
278 OffsetArrayOf<LigGlyph>
279 ligGlyph; /* Array of LigGlyph tables
282 DEFINE_SIZE_ARRAY (4, ligGlyph);
  /external/freetype/src/otvalid/
otvgdef.c 271 OTV_NEST3( LigCaretList, LigGlyph, CaretValue );
  /external/fonttools/Lib/fontTools/otlLib/
builder.py 102 ligature.LigGlyph = mapping[components]
553 self.LigGlyph = [carets[g] for g in self.Coverage.glyphs]
554 self.LigGlyphCount = len(self.LigGlyph)
559 """([500], [4]) --> otTables.LigGlyph; None for empty coords/points"""
567 self = ot.LigGlyph()
  /external/noto-fonts/scripts/
color_emoji_image_diff.py 101 codepoint_map[codepoint_to_string(codepoints)] = ligature.LigGlyph
  /external/fonttools/Lib/fontTools/subset/
__init__.py 479 s.glyphs.update(*([seq.LigGlyph for seq in seqs
489 if seq.LigGlyph in s.glyphs and
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py     [all...]
  /external/noto-fonts/emoji-compat/
createfont.py 563 self.update_emoji_data(codepoints, ligature.LigGlyph)

Completed in 1067 milliseconds