freetype2/src
Chris Liddell 78a1e69517 [type1,cff] Add FT_{Set,Get}_MM_WeightVector API calls.
For multiple master fonts, common usage (in Postscript) is to modify
the WeightVector of an existing font instance, this addition
supports that use.

* include/freetype/ftmm.h, src/base/ftmm.c (FT_Set_MM_WeightVector,
FT_Get_MM_WeightVector): New API functions.

* include/freetype/internalservices/svmm.h
(FT_Set_MM_WeightVector_Func, FT_Get_MM_WeightVector_Func): New
function types.
(MultiMasters): Add `set_mm_weightvector' and `get_mm_weightvector'
members.
(FT_DEFINE_SERVICE_MULTIMASTERSREC): Updated.

* src/cffcffdrivr.c (cff_set_mm_weightvector,
cff_get_mm_weightvector): New functions.
(cff_service_multi_masters): Register them.

* src/truetype/ttdriver.c (tt_service_gx_multi_masters): Updated.
This driver doesn't use the new interface.

* src/type1/t1load.c (T1_Set_MM_WeightVector,
T1_Get_MM_WeightVector): New functions.
* src/type1/t1driver.c (t1_service_multi_masters): Register them.
* src/type1/t1load.h: Updated.
2018-11-27 22:24:06 +01:00
..
autofit [autofit] Prevent SEGV. 2018-11-02 10:10:10 +01:00
base [type1,cff] Add FT_{Set,Get}_MM_WeightVector API calls. 2018-11-27 22:24:06 +01:00
bdf [bdf] Speed up charmap access. 2018-09-23 21:46:26 -04:00
bzip2 [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
cache Don't use `trace_' prefix for FT_COMPONENT arguments. 2018-08-15 18:13:17 +02:00
cff [type1,cff] Add FT_{Set,Get}_MM_WeightVector API calls. 2018-11-27 22:24:06 +01:00
cid Fix handing of `FT_Bool'. 2018-09-25 09:10:09 +02:00
gxvalid Don't use `trace_' prefix for FT_COMPONENT arguments. 2018-08-15 18:13:17 +02:00
gzip Whitespace. 2018-10-07 08:59:56 +02:00
lzw [GSoC] src/*.*: Convert block comments to `light' style. 2018-06-03 09:08:41 +02:00
otvalid Don't use `trace_' prefix for FT_COMPONENT arguments. 2018-08-15 18:13:17 +02:00
pcf [pcf] Replace charmap implementation. 2018-09-20 22:14:46 -04:00
pfr Fix handing of `FT_Bool'. 2018-09-25 09:10:09 +02:00
psaux [psaux] Add safety guard (#54985). 2018-11-09 12:14:35 +01:00
pshinter [pshinter] Fix numeric overflow. 2018-11-06 11:15:31 +01:00
psnames */*: s/PSNames/psnames/. 2018-09-03 09:08:47 +02:00
raster Revert "Align FreeType with standard C memory management." 2018-10-26 22:52:25 -04:00
sfnt [sfnt] Make `head' timestamps unsigned. 2018-10-26 23:23:48 -04:00
smooth [smooth] Placeholder only for library-enabled LCD filtering. 2018-11-10 15:39:19 -05:00
tools * src/tools/docmaker: Remove `docmaker'. 2018-08-25 16:18:21 +05:30
truetype [type1,cff] Add FT_{Set,Get}_MM_WeightVector API calls. 2018-11-27 22:24:06 +01:00
type1 [type1,cff] Add FT_{Set,Get}_MM_WeightVector API calls. 2018-11-27 22:24:06 +01:00
type42 A missing Unicode cmap is not a fatal error. 2018-10-07 09:28:52 +02:00
winfonts Remove unused fields. 2018-09-18 17:11:48 -04:00
Jamfile Update copyright year. 2018-01-02 09:33:57 +01:00