FontGetGlyphFromNameFunc


Description:

[ CCode ( cname = "hb_font_get_glyph_from_name_func_t" , instance_pos = 4.9 ) ]
public delegate Bool FontGetGlyphFromNameFunc (Font font, void* font_data, char[] name, out Codepoint glyph)

A virtual method for the FontFuncs of an Font object.

This method should retrieve the glyph ID that corresponds to a glyph-name string.

Parameters:

font

Font to work upon

font_data

font user data pointer

name

The name string to query

glyph

The glyph ID retrieved

len

The length of the name queried

user_data

User data pointer passed by the caller

Returns:

`true` if data found, `false` otherwise


Namespace: HarfBuzz