[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazHarfBuzz0' (#lcl)

hb_font_get_glyph_kerning_for_direction

Declaration

Source position: lazharfbuzz0.pas line 1882

procedure hb_font_get_glyph_kerning_for_direction(

  font: Phb_font_t;

  first_glyph: Thb_codepoint_t;

  second_glyph: Thb_codepoint_t;

  direction: Thb_direction_t;

  x: Phb_position_t;

  y: Phb_position_t

);