HomeSort by relevance Sort by last modified time
    Searched defs:HB_Font (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz/src/
harfbuzz-global.h 112 typedef struct HB_Font_ *HB_Font;
harfbuzz-shape.h 47 * HB_Font: Abstract font interface.
50 typedef struct _HB_Font 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 301 milliseconds