Edit

kc3-lang/freetype/src

Branch :

  • Show log

    Commit

  • Author : Alexei Podtelezhnikov
    Date : 2021-12-13 11:44:24
    Hash : 0da2a115
    Message : [truetype] Upstream the hdmx binary search. * src/truetype/ttobjs.h (TT_SizeRec): Add `widthp` for the hdmx widths. * src/truetype/ttobjs.c (tt_size_reset): Initialize `widthp` even though it might never be used by the interpreter. * src/truetype/ttgload.c (tt_loader_init): Avoid repeated searches in the hdmx table.