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

Thb_font_get_glyph_kerning_func_t

Declaration

Source position: lazharfbuzz0.pas line 959

type Thb_font_get_glyph_kerning_func_t = function(

  font: Phb_font_t;

  font_data: Pgpointer;

  first_glyph: Thb_codepoint_t;

  second_glyph: Thb_codepoint_t;

  user_data: Pgpointer

):Thb_position_t;