Searched defs:HB_Font (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-global.h112 typedef struct HB_Font_ *HB_Font; typedef in typeref:struct:HB_Font_
H A Dharfbuzz-shape.h47 * HB_Font: Abstract font interface.
50 typedef struct _HB_Font HB_Font; typedef in typeref:struct:_HB_Font
54 HB_Glyph (*charToGlyph)(HB_Font *font, HB_Unichar chr);
55 void (*getMetrics)(HB_Font *font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
56 HB_Boolean (*getSFontTable)(HB_Font *font, void **cookie, char **start, int *len);

Completed in 476 milliseconds