Function

HarfBuzz-0.0HarfBuzzpaint_fill_glyphSince 14.3.0

  • Perform a "fill-glyph" paint operation: fill the glyph's shape with a solid color.

    Parameters

    • funcs: paint_funcs_t

      paint functions

    • paint_data: null

      associated data passed by the caller

    • glyph: number

      the glyph ID

    • font: font_t

      the font

    • is_foreground: number

      whether the color is the foreground

    • color: number

      The color to use

    Returns void

    14.3.0