Minor
This commit is contained in:
parent
9c09928989
commit
7ea58db311
|
@ -226,15 +226,15 @@ compare_indic_order (const hb_glyph_info_t *pa, const hb_glyph_info_t *pb)
|
||||||
return a < b ? -1 : a == b ? 0 : +1;
|
return a < b ? -1 : a == b ? 0 : +1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Rules from:
|
||||||
|
* https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t *mask_array,
|
initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buffer, hb_mask_t *mask_array,
|
||||||
unsigned int start, unsigned int end)
|
unsigned int start, unsigned int end)
|
||||||
{
|
{
|
||||||
hb_glyph_info_t *info = buffer->info;
|
hb_glyph_info_t *info = buffer->info;
|
||||||
|
|
||||||
/* Comments from:
|
|
||||||
* https://www.microsoft.com/typography/otfntdev/devanot/shaping.aspx */
|
|
||||||
|
|
||||||
/* 1. Find base consonant:
|
/* 1. Find base consonant:
|
||||||
*
|
*
|
||||||
* The shaping engine finds the base consonant of the syllable, using the
|
* The shaping engine finds the base consonant of the syllable, using the
|
||||||
|
|
Loading…
Reference in New Issue