mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-09 19:08:06 +02:00
been touched, while keeping everything backwards-compatible..
* include/freetype/t1tables.h: re-naming structure types. This done
basically:
typedef T1_Struct_
{
} T1_Struct;
becomes:
typedef PS_StructRec_
{
} PS_StructRec, *PS_Struct;
typedef PS_StructRec T1_Struct; /* backwards-compatibility */
hence, we increase the coherency of the source code by effectuively
using the 'Rec' prefix for structure types..
|
||
|---|---|---|
| .. | ||
| freetype | ||
| ft2build.h | ||