Lines Matching refs:tone
159 * - If a valid syllable is followed by a Hangul tone mark, reorder the tone
196 * We could cache the width of the tone marks and the existence of dotted-circle,
197 * but the use of the Hangul tone mark characters seems to be rare enough that
202 /* Tone mark follows a valid syllable; move it in front, unless it's zero width. */
209 hb_glyph_info_t tone = info[end];
211 info[start] = tone;
216 /* No valid syllable as base for tone mark; try to insert dotted circle. */
231 /* No dotted circle available in the font; just leave tone mark untouched. */
389 * this will prevent tone-mark reordering happening.