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

Thb_font_get_glyph_shape_func_t

Declaration

Source position: lazharfbuzz0.pas line 1291

type Thb_font_get_glyph_shape_func_t = procedure(

  font: Phb_font_t;

  font_data: Pgpointer;

  glyph: Thb_codepoint_t;

  draw_funcs: Phb_draw_funcs_t;

  draw_data: Pgpointer;

  user_data: Pgpointer

);