[HB] Indent
This commit is contained in:
parent
797724904a
commit
6bdab706ec
|
@ -66,10 +66,10 @@ hb_ot_layout_set_glyph_class (hb_face_t *face,
|
||||||
|
|
||||||
void
|
void
|
||||||
hb_ot_layout_build_glyph_classes (hb_face_t *face,
|
hb_ot_layout_build_glyph_classes (hb_face_t *face,
|
||||||
uint16_t num_total_glyphs,
|
uint16_t num_total_glyphs,
|
||||||
hb_codepoint_t *glyphs,
|
hb_codepoint_t *glyphs,
|
||||||
unsigned char *klasses,
|
unsigned char *klasses,
|
||||||
uint16_t count);
|
uint16_t count);
|
||||||
|
|
||||||
/* Not that useful. Provides list of attach points for a glyph that a
|
/* Not that useful. Provides list of attach points for a glyph that a
|
||||||
* client may want to cache */
|
* client may want to cache */
|
||||||
|
|
Loading…
Reference in New Issue