Edit

kc3-lang/freetype/src/cff

Branch :

  • Show log

    Commit

  • Author : Alexei Podtelezhnikov
    Date : 2023-09-07 23:50:35
    Hash : 9c51e21e
    Message : [cff, truetype] Improve prefix and suffix removal. * src/cff/cffobjs.c (remove_style): Rewrite using pointers. (remove_subset_prefix): Unwrap loop and use `memmove`. * src/truetype/ttobjs.c (tt_skip_pdffont_random_tag): Unwrap loop and avoid `strlen`.