Skip to content

[sfnt] Support PaintScale in 'COLR' v1 parsing

Dominik Röttsches requested to merge drott/freetype:paintScale into master
  • include/freetype/ftcolor.h (FT_PaintFormat): Renumber values, insert FT_COLR_PAINTFORMAT_SCALE. Update documentation to explain how these values are used. (FT_PaintScale): Add representation for PaintScale* tables.

  • src/sfnt/ttcolr.c (read_paint): Parse PaintScale and friends.

Merge request reports