Skip to content

[sfnt] Harmonize PaintTransformed naming

Dominik Röttsches requested to merge colrPaintTransformRename into colrMove
  • include/freetype/ftcolor.h (FT_PaintTransformed) (FT_PaintFormat, FT_COLR_Paint): Rename instances of PaintTransformed to PaintTranform and member transformed to transform to harmonize with other names such as PaintTranslate etc.
  • src/sfnt/ttcolr.c (read_paint, tt_face_get_paint): Renamed of transformed to transform.

Merge request reports