Edit

kc3-lang/freetype/src/base

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2018-09-01 11:01:52
    Hash : 9be656bb
    Message : Remove `FT_Outline_{New,Done}_Internal'. These public API functions(!) were always undocumented and have escaped all clean-up efforts until now. * include/freetype/ftoutln.h (FT_Outline_New_Internal, FT_Outline_Done_Internal): Removed. * src/base/ftoutln.h (FT_Outline_New_Internal, FT_Outline_Done_Internal): Merge into... (FT_Outline_New, FT_Outline_Done): ... these functions. * docs/README: Updated.