hb_font_get_glyph_advances_for_direction

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void hb_font_get_glyph_advances_for_direction(hb_font_t* font, hb_direction_t direction, uint count, const(hb_codepoint_t)* first_glyph, uint glyph_stride, hb_position_t* first_advance, uint advance_stride)
    version(BindHB_Static)
    extern (C) @nogc nothrow
    static if(hbSupport >= HBSupport.v2_6_3)
    void
    hb_font_get_glyph_advances_for_direction
  2. fp_hb_font_get_glyph_advances_for_direction hb_font_get_glyph_advances_for_direction;

Meta