• B
    [ft] Use mutex to lock access to FT_Face · be2f148d
    Behdad Esfahbod 提交于
    Makes our FT-backed hb_font_t safe to use from multiple threads.  Still,
    the underlying FT_Face should NOT be used from other threads by client
    or other libraries.
    
    Maybe I add a lock()/unlock() public API ala PangoFT2 and cairo-ft.
    Maybe not.
    be2f148d
hb-ft.cc 22.0 KB