freetype2/src/cff
Ben Wanger 2a790a9f49 [cff, truetype] Always set up default variable instance.
For default variable instances `cff_face_init` did not set the blend.  This
mostly worked as later use of the unset blend produced the default
variation.  However, if a user called `TT_Get_MM_Var` the blend would be
partially set up, but not fully.  In particular the number of axes, the axis
definitions, and the instance locations would be set up, but not the current
instance location (`coords` and `normalizedcoords`).  This could lead to the
default instances of CFF2 fonts erroring on any use of `blend`.

Ensure the default variable instance is fully set up by always calling
`FT_Set_Named_Instance` on a variable face.

* src/cff/cffobjs.c (cff_face_init): Call `FT_Set_Named_Instance` on
default instances.
* src/truetype/ttobjs.c (tt_face_init): Ditto.

Fixes #1268.
2024-02-29 07:06:46 +01:00
..
cff.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffcmap.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffcmap.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffdrivr.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffdrivr.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cfferrs.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffgload.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffgload.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffload.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffload.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffobjs.c [cff, truetype] Always set up default variable instance. 2024-02-29 07:06:46 +01:00
cffobjs.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffparse.c Update all copyright notices. 2024-01-27 11:11:22 -05:00
cffparse.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
cfftoken.h Update all copyright notices. 2024-01-27 11:11:22 -05:00
module.mk Update all copyright notices. 2024-01-27 11:11:22 -05:00
rules.mk Update all copyright notices. 2024-01-27 11:11:22 -05:00