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

Thb_font_get_glyph_advances_func_t

Declaration

Source position: lazharfbuzz0.pas line 952

type Thb_font_get_glyph_advances_func_t = procedure(

  font: Phb_font_t;

  font_data: Pgpointer;

  count: guint;

  first_glyph: Phb_codepoint_t;

  glyph_stride: guint;

  first_advance: Phb_position_t;

  advance_stride: guint;

  user_data: Pgpointer

);