Table of Contents

Delegate paint_image_func_t

Namespace
HarfBuzz
Assembly
HarfBuzz-0.0.dll
public delegate bool_t paint_image_func_t(paint_funcs_t funcs, IntPtr paintData, blob_t image, uint width, uint height, tag_t format, float slant, glyph_extents_t? extents)

Parameters

funcs paint_funcs_t
paintData IntPtr
image blob_t
width uint
height uint
format tag_t
slant float
extents glyph_extents_t

Returns

bool_t