Edit

kc3-lang/freetype/src/cff

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2009-10-19 21:09:13
    Hash : 2d15120c
    Message : Fix handling of `get' and `put' CFF instructions. * src/cff/cffgload.c (cff_decoder_parse_charstrings) <cff_op_get, cff_op_put>: Appendix B of Adobe Technote #5177 limits the number of elements for the `get' and `put' operators to 32. * src/cff/cffgload.h (CFF_MAX_TRANS_ELEMENTS): Define. (CFF_Decoder): Use it for `buildchar' and remove `len_buildchar'.