Home
last modified time | relevance | path

Searched refs:ligature (Results 1 – 25 of 43) sorted by relevance

12

/external/fonttools/Tests/mtiLib/data/mti/
Dmark-to-ligature.txt1 lookup LigMk0 mark to ligature
30 ligature LamAlefFin.short 1 2 0 1122, 1620 96
31 ligature LamAlefFin.short 2 2 0 162, 1487 99
32 ligature LamAlefFin.cup 1 2 0 1122, 1620 105
33 ligature LamAlefFin.cup 2 2 0 162, 1487 106
34 ligature LamAlefFin.cut 1 2 0 1122, 1620 110
35 ligature LamAlefFin.cut 2 2 0 162, 1487 108
36 ligature BehxIni_RehFin 1 2 0 618, 813 59
37 ligature BehxIni_RehFin 2 2 0 282, 523 58
38 ligature BehxIni_RehFin.b 1 2 0 708, 813 65
[all …]
Dgsubligature.txt1 lookup latinLigatures ligature
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLigatureTree.java28 int ligature = -1; field in LigatureTree.Lignode
43 return ligature != -1; in isMatch()
48 return ligature; in getLigature()
98 if (ligature != -1) { in insert()
100 ": already have " + Utility.hex(ligature, 6)); in insert()
102 ligature = c; in insert()
158 if (ligature != -1) { in walk()
159 walker.ligature(ligature); in walk()
180 if (ligature != -1) in dump()
183 w.write(Utility.hex(ligature, 6)); in dump()
DLigatureEntry.java18 private int ligature; field in LigatureEntry
20 public LigatureEntry(int ligature, int[] componentChars, int componentCount) in LigatureEntry() argument
23 this.ligature = ligature; in LigatureEntry()
39 return ligature; in getLigature()
DCanonGSUBBuilder.java38 …static public String convertArabicString(int type, int ligature, String decomp, ClassTable isolCla… in convertArabicString() argument
61 return decomp + UCharacter.toString(ligature); in convertArabicString()
68 return new String(chars) + UCharacter.toString(ligature); in convertArabicString()
123 int ligature = record.getCodePoint(); in buildArabicLigatureTree() local
131 … contextualTree.insert(convertArabicString(decompType, ligature, decomposition, isolClassTable)); in buildArabicLigatureTree()
DTreeWalker.java19 abstract void ligature(int lig); in ligature() method in TreeWalker
DLigatureTreeWalker.java50 public void ligature(int lig) in ligature() method in LigatureTreeWalker
/external/icu/icu4c/source/data/translit/
Ddsb_dsb_FONIPA.txt18 č → t \u0361 ʃ ; # affricate indicated by ligature tie
19 ć → t \u0361 ɕ ; # affricate indicated by ligature tie
20 c → t \u0361 s ; # affricate indicated by ligature tie
21 dź → d \u0361 ʑ ; # affricate indicated by ligature tie
Dcs_cs_FONIPA.txt31 dž → d \u0361 ʒ; # affricate indicated by ligature tie
32 dz → d \u0361 z; # affricate indicated by ligature tie
39 c → t \u0361 s; # affricate indicated by ligature tie
40 č → t \u0361 ʃ; # affricate indicated by ligature tie
Dsk_sk_FONIPA.txt27 dž } $soften → t \u0361 ʃ ; # affricate indicated by ligature tie
38 c → t \u0361 s; # affricate indicated by ligature tie
39 č → t \u0361 ʃ; # affricate indicated by ligature tie
/external/fonttools/Tests/feaLib/data/
DGPOS_5.fea8 pos ligature [c_t s_t] <anchor 500 800> mark @TOP_MARKS <anchor 500 -200> mark @BOTTOM_MARKS
11 pos ligature f_l <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS
14 pos ligature [f_f_l] <anchor 300 800> mark @TOP_MARKS <anchor 300 -200> mark @BOTTOM_MARKS
Dspec6e.fea7 pos ligature lam_meem_jeem <anchor 625 1800> mark @TOP_MARKS # mark above lam
Dspec5d2.fea4 # A contiguous set of ligature rules does not need to be ordered in
Dspec5d1.fea8 # Since the OpenType specification does not allow ligature substitutions
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh761 GlyphID ligature, in serialize()
766 ligGlyph = ligature; in serialize()
792 unsigned int num_ligs = ligature.len; in intersects()
794 if ((this+ligature[i]).intersects (glyphs)) in intersects()
802 unsigned int num_ligs = ligature.len; in closure()
804 (this+ligature[i]).closure (c); in closure()
810 unsigned int num_ligs = ligature.len; in collect_glyphs()
812 (this+ligature[i]).collect_glyphs (c); in collect_glyphs()
818 unsigned int num_ligs = ligature.len; in would_apply()
821 const Ligature &lig = this+ligature[i]; in would_apply()
[all …]
Dhb-aat-layout-morx-table.hh451 ligature (table+table->ligature), in driver_context_t()
528 ligature_idx = Types::offsetToIndex (ligature_idx, table, ligature.arrayZ); in transition()
529 const GlyphID &ligatureData = ligature[ligature_idx]; in transition()
565 const UnsizedArrayOf<GlyphID> &ligature; member
587 ligAction && component && ligature); in sanitize()
598 ligature; /* Offset to the actual ligature lists. */ member
907 case Ligature: return_trace (c->dispatch (u.ligature)); in dispatch()
940 LigatureSubtable<Types> ligature; member
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py98 for ligature in ligatures:
99 glyph_names = [name] + ligature.Component
101 codepoint_map[codepoint_to_string(codepoints)] = ligature.LigGlyph
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py99 ligature = ot.Ligature()
100 ligature.Component = components[1:]
101 ligature.CompCount = len(ligature.Component) + 1
102 ligature.LigGlyph = mapping[components]
104 self.ligatures.setdefault(firstGlyph, []).append(ligature)
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
DKlcParser.java177 StringBuilder ligature = new StringBuilder(); in parseLigatures() local
183 ligature.append(convertHexValueToString(value)); in parseLigatures()
185 String ligatureValue = ligature.toString(); in parseLigatures()
187 … virtualKeyAndIndexPlaceToLigature.put(virtualKey, modifierIndexPlace, ligature.toString()); in parseLigatures()
/external/harfbuzz_ng/test/shaping/texts/in-house/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
DREADME5 In 1980 Mr. Ahmad Mirza Jamil has invented a ligature based Nastaleeq writing
/external/noto-fonts/emoji-compat/
Dcreatefont.py560 for ligature in ligatures:
561 glyph_names = [name] + ligature.Component
563 self.update_emoji_data(codepoints, ligature.LigGlyph)
/external/harfbuzz_ng/test/shaping/data/in-house/
DMakefile.sources36 tests/ligature-id.tests \
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dch156 // ligature fl
180 // ligature fi // per mille
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1076 ligature = Ligature()
1077 ligature.Component = comps[1:]
1078 ligature.CompCount = len(comps)
1079 ligature.LigGlyph = lig
1080 newLigatures.setdefault(comps[0], []).append(ligature)
/external/harfbuzz_ng/test/api/
DMakefile.am82 test-ot-ligature-carets \

12