Function

HarfBuzz-0.0HarfBuzzfont_draw_glyph_or_failSince 11.2.0

  • Draws the outline that corresponds to a glyph in the specified font.

    This is a newer name for hb_font_draw_glyph(), that returns false if the font has no outlines for the glyph.

    The outline is returned by way of calls to the callbacks of the dfuncs objects, with draw_data passed to them.

    Parameters

    Returns number

    true if glyph was drawn, false otherwise

    11.2.0