• Show log

    Commit

  • Hash : 38db1fac
    Author : Behdad Esfahbod
    Date : 2025-04-23T18:02:06

    [paint] Change back return type of paint_glyph() to void
    
    Add new "_or_fail" variants of draw_glyph and paint_glyph
    
    New API:
    +hb_font_draw_glyph_or_fail_func_t
    +hb_font_paint_glyph_or_fail_func_t
    +hb_font_funcs_set_draw_glyph_or_fail_func()
    +hb_font_funcs_set_paint_glyph_or_fail_func()
    +hb_font_draw_glyph_or_fail()
    +hb_font_paint_glyph_or_fail()
    
    Deprecated API:
    -hb_font_draw_glyph_func_t
    -hb_font_paint_glyph_func_t
    -hb_font_funcs_set_draw_glyph_func()
    -hb_font_funcs_set_paint_glyph_func()
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags