Skip to content

[sfnt] Correct FT_ColorStopIterator documentation.

Ben Wagner requested to merge bungeman/freetype:color_stop_iterator_doc into master
  • include/freetype/ftcolor.h (FT_ColorStopIterator): the user should not set p to NULL before calling FT_Get_Colorline_Stops. p and num_color_stops are set by FT_Get_Paint. p and current_color_stop are updated by FT_Get_Colorline_Stops.

Merge request reports