mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 01:55:19 -04:00
move stuff around
This commit is contained in:
parent
e8048ded6b
commit
bdc8ba1441
@ -315,34 +315,34 @@
|
||||
<ClCompile Include="WinWindow.c" />
|
||||
<ClCompile Include="World.c" />
|
||||
<ClCompile Include="NixWindow.c" />
|
||||
<ClCompile Include="freetype\autofit.c" />
|
||||
<ClCompile Include="freetype\ftbase.c" />
|
||||
<ClCompile Include="freetype\ftbbox.c" />
|
||||
<ClCompile Include="freetype\ftbitmap.c" />
|
||||
<ClCompile Include="freetype\ftcid.c" />
|
||||
<ClCompile Include="freetype\ftfstype.c" />
|
||||
<ClCompile Include="freetype\ftgasp.c" />
|
||||
<ClCompile Include="freetype\ftglyph.c" />
|
||||
<ClCompile Include="freetype\ftinit.c" />
|
||||
<ClCompile Include="freetype\ftmm.c" />
|
||||
<ClCompile Include="freetype\ftpfr.c" />
|
||||
<ClCompile Include="freetype\ftstroke.c" />
|
||||
<ClCompile Include="freetype\ftsynth.c" />
|
||||
<ClCompile Include="freetype\ftsystem.c" />
|
||||
<ClCompile Include="freetype\fttype1.c" />
|
||||
<ClCompile Include="freetype\ftcache.c" />
|
||||
<ClCompile Include="freetype\cff.c" />
|
||||
<ClCompile Include="freetype\type1cid.c" />
|
||||
<ClCompile Include="freetype\pfr.c" />
|
||||
<ClCompile Include="freetype\psaux.c" />
|
||||
<ClCompile Include="freetype\pshinter.c" />
|
||||
<ClCompile Include="freetype\psmodule.c" />
|
||||
<ClCompile Include="freetype\raster.c" />
|
||||
<ClCompile Include="freetype\sfnt.c" />
|
||||
<ClCompile Include="freetype\smooth.c" />
|
||||
<ClCompile Include="freetype\truetype.c" />
|
||||
<ClCompile Include="freetype\type1.c" />
|
||||
<ClCompile Include="freetype\type42.c" />
|
||||
<ClCompile Include="_autofit.c" />
|
||||
<ClCompile Include="_cff.c" />
|
||||
<ClCompile Include="_ftbase.c" />
|
||||
<ClCompile Include="_ftbbox.c" />
|
||||
<ClCompile Include="_ftbitmap.c" />
|
||||
<ClCompile Include="_ftcache.c" />
|
||||
<ClCompile Include="_ftcid.c" />
|
||||
<ClCompile Include="_ftfstype.c" />
|
||||
<ClCompile Include="_ftgasp.c" />
|
||||
<ClCompile Include="_ftglyph.c" />
|
||||
<ClCompile Include="_ftinit.c" />
|
||||
<ClCompile Include="_ftmm.c" />
|
||||
<ClCompile Include="_ftpfr.c" />
|
||||
<ClCompile Include="_ftstroke.c" />
|
||||
<ClCompile Include="_ftsynth.c" />
|
||||
<ClCompile Include="_ftsystem.c" />
|
||||
<ClCompile Include="_fttype1.c" />
|
||||
<ClCompile Include="_pfr.c" />
|
||||
<ClCompile Include="_psaux.c" />
|
||||
<ClCompile Include="_pshinter.c" />
|
||||
<ClCompile Include="_psmodule.c" />
|
||||
<ClCompile Include="_raster.c" />
|
||||
<ClCompile Include="_sfnt.c" />
|
||||
<ClCompile Include="_smooth.c" />
|
||||
<ClCompile Include="_truetype.c" />
|
||||
<ClCompile Include="_type1.c" />
|
||||
<ClCompile Include="_type1cid.c" />
|
||||
<ClCompile Include="_type42.c" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -115,6 +115,9 @@
|
||||
<Filter Include="Header Files\Audio">
|
||||
<UniqueIdentifier>{b6f24d6b-c6f6-4909-9ae1-f0c478846c6e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\Freetype">
|
||||
<UniqueIdentifier>{bff86df8-7005-42a8-80c1-5468c1196336}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Platform.h">
|
||||
@ -497,89 +500,89 @@
|
||||
<ClCompile Include="BlockPhysics.c">
|
||||
<Filter>Source Files\Blocks</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\autofit.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_autofit.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftbase.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_cff.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftbbox.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftbase.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftbitmap.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftbbox.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftcid.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftbitmap.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftfstype.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftcid.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftgasp.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftfstype.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftglyph.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftgasp.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftinit.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftglyph.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftmm.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftinit.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftpfr.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftmm.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftstroke.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftpfr.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftsynth.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftstroke.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftsystem.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftsynth.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\fttype1.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftsystem.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\ftcache.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_fttype1.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\cff.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_pfr.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\type1cid.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_psaux.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\pfr.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_pshinter.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\psaux.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_psmodule.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\pshinter.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_raster.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\psmodule.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_sfnt.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\raster.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_smooth.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\sfnt.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_type1.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\smooth.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_type1cid.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\truetype.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_type42.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\type1.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_truetype.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="freetype\type42.c">
|
||||
<Filter>Source Files</Filter>
|
||||
<ClCompile Include="_ftcache.c">
|
||||
<Filter>Source Files\Freetype</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -400,7 +400,7 @@ Size2D Drawer2D_MeasureText(struct DrawTextArgs* args) {
|
||||
size.Height = max(size.Height, partSize.Height);
|
||||
}
|
||||
|
||||
/* TODO: Is this font shadow offet right? */
|
||||
/* TODO: Is this font shadow offset right? */
|
||||
if (args->UseShadow) { size.Width += DRAWER2D_OFFSET; size.Height += DRAWER2D_OFFSET; }
|
||||
args->Text = value;
|
||||
return size;
|
||||
|
@ -20,6 +20,7 @@ bool Drawer2D_BitmappedText;
|
||||
bool Drawer2D_BlackTextShadows;
|
||||
PackedCol Drawer2D_Cols[DRAWER2D_MAX_COLS];
|
||||
#define DRAWER2D_OFFSET 1
|
||||
#define Drawer2D_GetCol(c) Drawer2D_Cols[(UInt8)c]
|
||||
|
||||
void Drawer2D_Init(void);
|
||||
void Drawer2D_Free(void);
|
||||
|
@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "afangles.c"
|
||||
#include "afblue.c"
|
||||
#include "afdummy.c"
|
||||
#include "afglobal.c"
|
||||
#include "afhints.c"
|
||||
#include "aflatin.c"
|
||||
#include "afloader.c"
|
||||
#include "afmodule.c"
|
||||
#include "afranges.c"
|
||||
#include "afshaper.c"
|
||||
#include "afwarp.c"
|
||||
#include "freetype/afangles.c"
|
||||
#include "freetype/afblue.c"
|
||||
#include "freetype/afdummy.c"
|
||||
#include "freetype/afglobal.c"
|
||||
#include "freetype/afhints.c"
|
||||
#include "freetype/aflatin.c"
|
||||
#include "freetype/afloader.c"
|
||||
#include "freetype/afmodule.c"
|
||||
#include "freetype/afranges.c"
|
||||
#include "freetype/afshaper.c"
|
||||
#include "freetype/afwarp.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "cffcmap.c"
|
||||
#include "cffdrivr.c"
|
||||
#include "cffgload.c"
|
||||
#include "cffparse.c"
|
||||
#include "cffload.c"
|
||||
#include "cffobjs.c"
|
||||
#include "freetype/cffcmap.c"
|
||||
#include "freetype/cffdrivr.c"
|
||||
#include "freetype/cffgload.c"
|
||||
#include "freetype/cffparse.c"
|
||||
#include "freetype/cffload.c"
|
||||
#include "freetype/cffobjs.c"
|
||||
|
||||
/* END */
|
@ -16,24 +16,24 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
|
||||
#include "ftadvanc.c"
|
||||
#include "ftcalc.c"
|
||||
#include "ftfntfmt.c"
|
||||
#include "ftgloadr.c"
|
||||
#include "fthash.c"
|
||||
#include "ftlcdfil.c"
|
||||
#include "ftmac.c"
|
||||
#include "ftobjs.c"
|
||||
#include "ftoutln.c"
|
||||
#include "ftpsprop.c"
|
||||
#include "ftrfork.c"
|
||||
#include "ftsnames.c"
|
||||
#include "ftstream.c"
|
||||
#include "fttrigon.c"
|
||||
#include "ftutil.c"
|
||||
#include "freetype/ftadvanc.c"
|
||||
#include "freetype/ftcalc.c"
|
||||
#include "freetype/ftfntfmt.c"
|
||||
#include "freetype/ftgloadr.c"
|
||||
#include "freetype/fthash.c"
|
||||
#include "freetype/ftlcdfil.c"
|
||||
#include "freetype/ftmac.c"
|
||||
#include "freetype/ftobjs.c"
|
||||
#include "freetype/ftoutln.c"
|
||||
#include "freetype/ftpsprop.c"
|
||||
#include "freetype/ftrfork.c"
|
||||
#include "freetype/ftsnames.c"
|
||||
#include "freetype/ftstream.c"
|
||||
#include "freetype/fttrigon.c"
|
||||
#include "freetype/ftutil.c"
|
||||
|
||||
|
||||
/* END */
|
@ -24,14 +24,14 @@
|
||||
/*************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
|
||||
#include FT_BBOX_H
|
||||
#include FT_IMAGE_H
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_INTERNAL_CALC_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_BBOX_H_FT
|
||||
#include FT_IMAGE_H_FT
|
||||
#include FT_OUTLINE_H_FT
|
||||
#include FT_INTERNAL_CALC_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
|
||||
|
||||
typedef struct TBBox_Rec_
|
@ -16,12 +16,12 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
|
||||
#include FT_BITMAP_H
|
||||
#include FT_IMAGE_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_BITMAP_H_FT
|
||||
#include FT_IMAGE_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
|
||||
|
||||
static
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "ftcbasic.c"
|
||||
#include "ftccache.c"
|
||||
#include "ftccmap.c"
|
||||
#include "ftcglyph.c"
|
||||
#include "ftcimage.c"
|
||||
#include "ftcmanag.c"
|
||||
#include "ftcmru.c"
|
||||
#include "ftcsbits.c"
|
||||
#include "freetype/ftcbasic.c"
|
||||
#include "freetype/ftccache.c"
|
||||
#include "freetype/ftccmap.c"
|
||||
#include "freetype/ftcglyph.c"
|
||||
#include "freetype/ftcimage.c"
|
||||
#include "freetype/ftcmanag.c"
|
||||
#include "freetype/ftcmru.c"
|
||||
#include "freetype/ftcsbits.c"
|
||||
|
||||
|
||||
/* END */
|
@ -16,10 +16,10 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_CID_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_SERVICE_CID_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_CID_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_SERVICE_CID_H_FT
|
||||
|
||||
|
||||
/* documentation is in ftcid.h */
|
@ -15,11 +15,11 @@
|
||||
/* */
|
||||
/***************************************************************************/
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_TYPE1_TABLES_H
|
||||
#include FT_TRUETYPE_TABLES_H
|
||||
#include FT_INTERNAL_SERVICE_H
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_TYPE1_TABLES_H_FT
|
||||
#include FT_TRUETYPE_TABLES_H_FT
|
||||
#include FT_INTERNAL_SERVICE_H_FT
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H_FT
|
||||
|
||||
|
||||
/* documentation is in freetype.h */
|
@ -16,9 +16,9 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_GASP_H
|
||||
#include FT_INTERNAL_TRUETYPE_TYPES_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_GASP_H_FT
|
||||
#include FT_INTERNAL_TRUETYPE_TYPES_H_FT
|
||||
|
||||
|
||||
FT_EXPORT_DEF( FT_Int )
|
@ -28,13 +28,13 @@
|
||||
/*************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
|
||||
#include FT_GLYPH_H
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_BITMAP_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_GLYPH_H_FT
|
||||
#include FT_OUTLINE_H_FT
|
||||
#include FT_BITMAP_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
@ -37,11 +37,11 @@
|
||||
/*************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_CONFIG_CONFIG_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_MODULE_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_CONFIG_CONFIG_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
#include FT_MODULE_H_FT
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
@ -61,7 +61,7 @@
|
||||
#define FT_USE_MODULE( type, x ) extern const type x;
|
||||
#endif
|
||||
|
||||
#include FT_CONFIG_MODULES_H
|
||||
#include FT_CONFIG_MODULES_H_FT
|
||||
|
||||
#undef FT_USE_MODULE
|
||||
#define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x),
|
||||
@ -69,7 +69,7 @@
|
||||
static
|
||||
const FT_Module_Class* const ft_default_modules[] =
|
||||
{
|
||||
#include FT_CONFIG_MODULES_H
|
||||
#include FT_CONFIG_MODULES_H_FT
|
||||
0
|
||||
};
|
||||
|
@ -16,13 +16,13 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
|
||||
#include FT_MULTIPLE_MASTERS_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_SERVICE_MULTIPLE_MASTERS_H
|
||||
#include FT_SERVICE_METRICS_VARIATIONS_H
|
||||
#include FT_MULTIPLE_MASTERS_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_SERVICE_MULTIPLE_MASTERS_H_FT
|
||||
#include FT_SERVICE_METRICS_VARIATIONS_H_FT
|
||||
|
||||
|
||||
/*************************************************************************/
|
@ -15,11 +15,11 @@
|
||||
/* */
|
||||
/***************************************************************************/
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_SERVICE_PFR_H
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_SERVICE_PFR_H_FT
|
||||
|
||||
|
||||
/* check the format */
|
@ -16,13 +16,13 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_STROKER_H
|
||||
#include FT_TRIGONOMETRY_H
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_INTERNAL_MEMORY_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_STROKER_H_FT
|
||||
#include FT_TRIGONOMETRY_H_FT
|
||||
#include FT_OUTLINE_H_FT
|
||||
#include FT_INTERNAL_MEMORY_H_FT
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
|
||||
|
||||
/* declare an extern to access `ft_outline_glyph_class' globally */
|
@ -16,12 +16,12 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_SYNTHESIS_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_OUTLINE_H
|
||||
#include FT_BITMAP_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_SYNTHESIS_H_FT
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_OUTLINE_H_FT
|
||||
#include FT_BITMAP_H_FT
|
||||
|
||||
|
||||
/*************************************************************************/
|
@ -25,13 +25,13 @@
|
||||
/*************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_CONFIG_CONFIG_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_STREAM_H
|
||||
#include FT_SYSTEM_H
|
||||
#include FT_ERRORS_H
|
||||
#include FT_TYPES_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_CONFIG_CONFIG_H_FT
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
#include FT_INTERNAL_STREAM_H_FT
|
||||
#include FT_SYSTEM_H_FT
|
||||
#include FT_ERRORS_H_FT
|
||||
#include FT_TYPES_H_FT
|
||||
|
||||
|
||||
/*************************************************************************/
|
@ -16,11 +16,11 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_INTERNAL_SERVICE_H
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_INTERNAL_SERVICE_H_FT
|
||||
#include FT_SERVICE_POSTSCRIPT_INFO_H_FT
|
||||
|
||||
|
||||
/* documentation is in t1tables.h */
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "pfrcmap.c"
|
||||
#include "pfrdrivr.c"
|
||||
#include "pfrgload.c"
|
||||
#include "pfrload.c"
|
||||
#include "pfrobjs.c"
|
||||
#include "pfrsbit.c"
|
||||
#include "freetype/pfrcmap.c"
|
||||
#include "freetype/pfrdrivr.c"
|
||||
#include "freetype/pfrgload.c"
|
||||
#include "freetype/pfrload.c"
|
||||
#include "freetype/pfrobjs.c"
|
||||
#include "freetype/pfrsbit.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,25 +17,25 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "afmparse.c"
|
||||
#include "psauxmod.c"
|
||||
#include "psconv.c"
|
||||
#include "psobjs.c"
|
||||
#include "t1cmap.c"
|
||||
#include "t1decode.c"
|
||||
#include "cffdecode.c"
|
||||
#include "freetype/afmparse.c"
|
||||
#include "freetype/psauxmod.c"
|
||||
#include "freetype/psconv.c"
|
||||
#include "freetype/psobjs.c"
|
||||
#include "freetype/t1cmap.c"
|
||||
#include "freetype/t1decode.c"
|
||||
#include "freetype/cffdecode.c"
|
||||
|
||||
#include "psarrst.c"
|
||||
#include "psblues.c"
|
||||
#include "pserror.c"
|
||||
#include "psfont.c"
|
||||
#include "psft.c"
|
||||
#include "pshints.c"
|
||||
#include "psintrp.c"
|
||||
#include "psread.c"
|
||||
#include "psstack.c"
|
||||
#include "freetype/psarrst.c"
|
||||
#include "freetype/psblues.c"
|
||||
#include "freetype/pserror.c"
|
||||
#include "freetype/psfont.c"
|
||||
#include "freetype/psft.c"
|
||||
#include "freetype/pshints.c"
|
||||
#include "freetype/psintrp.c"
|
||||
#include "freetype/psread.c"
|
||||
#include "freetype/psstack.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "pshalgo.c"
|
||||
#include "pshglob.c"
|
||||
#include "pshmod.c"
|
||||
#include "pshrec.c"
|
||||
#include "freetype/pshalgo.c"
|
||||
#include "freetype/pshglob.c"
|
||||
#include "freetype/pshmod.c"
|
||||
#include "freetype/pshrec.c"
|
||||
|
||||
|
||||
/* END */
|
@ -16,12 +16,12 @@
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#include "ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_OBJECTS_H
|
||||
#include FT_SERVICE_POSTSCRIPT_CMAPS_H
|
||||
#include "freetype/ft2build.h"
|
||||
#include FT_INTERNAL_DEBUG_H_FT
|
||||
#include FT_INTERNAL_OBJECTS_H_FT
|
||||
#include FT_SERVICE_POSTSCRIPT_CMAPS_H_FT
|
||||
|
||||
#include "psmodule.h"
|
||||
#include "freetype/psmodule.h"
|
||||
|
||||
/*
|
||||
* The file `pstables.h' with its arrays and its function
|
||||
@ -35,12 +35,12 @@
|
||||
* definitions, and `DEFINE_PS_TABLES_DATA' to provide both proper array
|
||||
* declarations and definitions.
|
||||
*/
|
||||
#include "pstables.h"
|
||||
#include "freetype/pstables.h"
|
||||
#define DEFINE_PS_TABLES
|
||||
#define DEFINE_PS_TABLES_DATA
|
||||
#include "pstables.h"
|
||||
#include "freetype/pstables.h"
|
||||
|
||||
#include "psnamerr.h"
|
||||
#include "freetype/psnamerr.h"
|
||||
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_POSTSCRIPT_NAMES
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "ftraster.c"
|
||||
#include "ftrend1.c"
|
||||
#include "freetype/ftraster.c"
|
||||
#include "freetype/ftrend1.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "sfdriver.c"
|
||||
#include "sfobjs.c"
|
||||
#include "ttcmap.c"
|
||||
#include "ttkern.c"
|
||||
#include "ttload.c"
|
||||
#include "ttmtx.c"
|
||||
#include "ttpost.c"
|
||||
#include "ttsbit.c"
|
||||
#include "freetype/sfdriver.c"
|
||||
#include "freetype/sfobjs.c"
|
||||
#include "freetype/ttcmap.c"
|
||||
#include "freetype/ttkern.c"
|
||||
#include "freetype/ttload.c"
|
||||
#include "freetype/ttmtx.c"
|
||||
#include "freetype/ttpost.c"
|
||||
#include "freetype/ttsbit.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "ftgrays.c"
|
||||
#include "ftsmooth.c"
|
||||
#include "freetype/ftgrays.c"
|
||||
#include "freetype/ftsmooth.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "ttdriver.c" /* driver interface */
|
||||
#include "ttgload.c" /* glyph loader */
|
||||
#include "ttgxvar.c" /* gx distortable font */
|
||||
#include "ttinterp.c"
|
||||
#include "ttobjs.c" /* object manager */
|
||||
#include "ttpload.c" /* tables loader */
|
||||
#include "ttsubpix.c"
|
||||
#include "freetype/ttdriver.c" /* driver interface */
|
||||
#include "freetype/ttgload.c" /* glyph loader */
|
||||
#include "freetype/ttgxvar.c" /* gx distortable font */
|
||||
#include "freetype/ttinterp.c"
|
||||
#include "freetype/ttobjs.c" /* object manager */
|
||||
#include "freetype/ttpload.c" /* tables loader */
|
||||
#include "freetype/ttsubpix.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "t1afm.c"
|
||||
#include "t1driver.c"
|
||||
#include "t1gload.c"
|
||||
#include "t1load.c"
|
||||
#include "t1objs.c"
|
||||
#include "t1parse.c"
|
||||
#include "freetype/t1afm.c"
|
||||
#include "freetype/t1driver.c"
|
||||
#include "freetype/t1gload.c"
|
||||
#include "freetype/t1load.c"
|
||||
#include "freetype/t1objs.c"
|
||||
#include "freetype/t1parse.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "cidgload.c"
|
||||
#include "cidload.c"
|
||||
#include "cidobjs.c"
|
||||
#include "cidparse.c"
|
||||
#include "cidriver.c"
|
||||
#include "freetype/cidgload.c"
|
||||
#include "freetype/cidload.c"
|
||||
#include "freetype/cidobjs.c"
|
||||
#include "freetype/cidparse.c"
|
||||
#include "freetype/cidriver.c"
|
||||
|
||||
|
||||
/* END */
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||
#include "ft2build.h"
|
||||
#include "freetype/ft2build.h"
|
||||
|
||||
#include "t42drivr.c"
|
||||
#include "t42objs.c"
|
||||
#include "t42parse.c"
|
||||
#include "freetype/t42drivr.c"
|
||||
#include "freetype/t42objs.c"
|
||||
#include "freetype/t42parse.c"
|
||||
|
||||
|
||||
/* END */
|
@ -108,6 +108,7 @@
|
||||
*/
|
||||
#ifndef FT_CONFIG_CONFIG_H
|
||||
#define FT_CONFIG_CONFIG_H "ftconfig.h"
|
||||
#define FT_CONFIG_CONFIG_H_FT "freetype/ftconfig.h"
|
||||
#endif
|
||||
|
||||
|
||||
@ -154,6 +155,7 @@
|
||||
*/
|
||||
#ifndef FT_CONFIG_MODULES_H
|
||||
#define FT_CONFIG_MODULES_H "ftmodule.h"
|
||||
#define FT_CONFIG_MODULES_H_FT "freetype/ftmodule.h"
|
||||
#endif
|
||||
|
||||
/* */
|
||||
@ -186,6 +188,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_ERRORS_H "fterrors.h"
|
||||
#define FT_ERRORS_H_FT "freetype/fterrors.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -215,6 +218,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_SYSTEM_H "ftsystem.h"
|
||||
#define FT_SYSTEM_H_FT "freetype/ftsystem.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -231,6 +235,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_IMAGE_H "ftimage.h"
|
||||
#define FT_IMAGE_H_FT "freetype/ftimage.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -246,6 +251,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_TYPES_H "fttypes.h"
|
||||
#define FT_TYPES_H_FT "freetype/fttypes.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -274,6 +280,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_OUTLINE_H "ftoutln.h"
|
||||
#define FT_OUTLINE_H_FT "freetype/ftoutln.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -300,6 +307,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_MODULE_H "ftmodapi.h"
|
||||
#define FT_MODULE_H_FT "freetype/ftmodapi.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -384,6 +392,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_TYPE1_TABLES_H "t1tables.h"
|
||||
#define FT_TYPE1_TABLES_H_FT "freetype/t1tables.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -412,6 +421,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_TRUETYPE_TABLES_H "tttables.h"
|
||||
#define FT_TRUETYPE_TABLES_H_FT "freetype/tttables.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -440,6 +450,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_CID_H "ftcid.h"
|
||||
#define FT_CID_H_FT "freetype/ftcid.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -453,6 +464,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_GLYPH_H "ftglyph.h"
|
||||
#define FT_GLYPH_H_FT "freetype/ftglyph.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -466,6 +478,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_BITMAP_H "ftbitmap.h"
|
||||
#define FT_BITMAP_H_FT "freetype/ftbitmap.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -479,6 +492,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_BBOX_H "ftbbox.h"
|
||||
#define FT_BBOX_H_FT "freetype/ftbbox.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -522,6 +536,7 @@
|
||||
*
|
||||
*/
|
||||
#define FT_MULTIPLE_MASTERS_H "ftmm.h"
|
||||
#define FT_MULTIPLE_MASTERS_H_FT "freetype/ftmm.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -561,6 +576,7 @@
|
||||
* FreeType~2 API which provides functions to stroke outline paths.
|
||||
*/
|
||||
#define FT_STROKER_H "ftstroke.h"
|
||||
#define FT_STROKER_H_FT "freetype/ftstroke.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -573,6 +589,7 @@
|
||||
* FreeType~2 API which performs artificial obliquing and emboldening.
|
||||
*/
|
||||
#define FT_SYNTHESIS_H "ftsynth.h"
|
||||
#define FT_SYNTHESIS_H_FT "freetype/ftsynth.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -601,6 +618,7 @@
|
||||
* cosines and arc tangents).
|
||||
*/
|
||||
#define FT_TRIGONOMETRY_H "fttrigon.h"
|
||||
#define FT_TRIGONOMETRY_H_FT "freetype/fttrigon.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
@ -637,6 +655,7 @@
|
||||
* FreeType~2 API which returns entries from the TrueType GASP table.
|
||||
*/
|
||||
#define FT_GASP_H "ftgasp.h"
|
||||
#define FT_GASP_H_FT "freetype/ftgasp.h"
|
||||
|
||||
|
||||
/*************************************************************************
|
||||
|
@ -985,24 +985,28 @@ FT_BEGIN_HEADER
|
||||
* The header files containing the services.
|
||||
*/
|
||||
|
||||
#define FT_SERVICE_BDF_H "svbdf.h"
|
||||
#define FT_SERVICE_CFF_TABLE_LOAD_H "svcfftl.h"
|
||||
#define FT_SERVICE_CID_H "svcid.h"
|
||||
#define FT_SERVICE_CID_H_FT "freetype/svcid.h"
|
||||
#define FT_SERVICE_FONT_FORMAT_H "svfntfmt.h"
|
||||
#define FT_SERVICE_GLYPH_DICT_H "svgldict.h"
|
||||
#define FT_SERVICE_KERNING_H "svkern.h"
|
||||
#define FT_SERVICE_METRICS_VARIATIONS_H "svmetric.h"
|
||||
#define FT_SERVICE_METRICS_VARIATIONS_H_FT "freetype/svmetric.h"
|
||||
#define FT_SERVICE_MULTIPLE_MASTERS_H "svmm.h"
|
||||
#define FT_SERVICE_MULTIPLE_MASTERS_H_FT "freetype/svmm.h"
|
||||
#define FT_SERVICE_PFR_H "svpfr.h"
|
||||
#define FT_SERVICE_PFR_H_FT "freetype/svpfr.h"
|
||||
#define FT_SERVICE_POSTSCRIPT_CMAPS_H "svpscmap.h"
|
||||
#define FT_SERVICE_POSTSCRIPT_CMAPS_H_FT "freetype/svpscmap.h"
|
||||
#define FT_SERVICE_POSTSCRIPT_INFO_H "svpsinfo.h"
|
||||
#define FT_SERVICE_POSTSCRIPT_INFO_H_FT "freetype/svpsinfo.h"
|
||||
#define FT_SERVICE_POSTSCRIPT_NAME_H "svpostnm.h"
|
||||
#define FT_SERVICE_PROPERTIES_H "svprop.h"
|
||||
#define FT_SERVICE_SFNT_H "svsfnt.h"
|
||||
#define FT_SERVICE_TRUETYPE_ENGINE_H "svtteng.h"
|
||||
#define FT_SERVICE_TRUETYPE_GLYF_H "svttglyf.h"
|
||||
#define FT_SERVICE_TT_CMAP_H "svttcmap.h"
|
||||
#define FT_SERVICE_WINFNT_H "svwinfnt.h"
|
||||
|
||||
/* */
|
||||
|
||||
|
@ -25,21 +25,27 @@
|
||||
|
||||
|
||||
#define FT_INTERNAL_OBJECTS_H "ftobjs.h"
|
||||
#define FT_INTERNAL_PIC_H "ftpic.h"
|
||||
#define FT_INTERNAL_OBJECTS_H_FT "freetype/ftobjs.h"
|
||||
#define FT_INTERNAL_STREAM_H "ftstream.h"
|
||||
#define FT_INTERNAL_STREAM_H_FT "freetype/ftstream.h"
|
||||
#define FT_INTERNAL_MEMORY_H "ftmemory.h"
|
||||
#define FT_INTERNAL_MEMORY_H_FT "freetype/ftmemory.h"
|
||||
#define FT_INTERNAL_DEBUG_H "ftdebug.h"
|
||||
#define FT_INTERNAL_DEBUG_H_FT "freetype/ftdebug.h"
|
||||
#define FT_INTERNAL_CALC_H "ftcalc.h"
|
||||
#define FT_INTERNAL_CALC_H_FT "freetype/ftcalc.h"
|
||||
#define FT_INTERNAL_HASH_H "fthash.h"
|
||||
#define FT_INTERNAL_DRIVER_H "ftdrv.h"
|
||||
#define FT_INTERNAL_TRACE_H "fttrace.h"
|
||||
#define FT_INTERNAL_GLYPH_LOADER_H "ftgloadr.h"
|
||||
#define FT_INTERNAL_SFNT_H "sfnt.h"
|
||||
#define FT_INTERNAL_SERVICE_H "ftserv.h"
|
||||
#define FT_INTERNAL_SERVICE_H_FT "freetype/ftserv.h"
|
||||
#define FT_INTERNAL_RFORK_H "ftrfork.h"
|
||||
#define FT_INTERNAL_VALIDATE_H "ftvalid.h"
|
||||
|
||||
#define FT_INTERNAL_TRUETYPE_TYPES_H "tttypes.h"
|
||||
#define FT_INTERNAL_TRUETYPE_TYPES_H_FT "freetype/tttypes.h"
|
||||
#define FT_INTERNAL_TYPE1_TYPES_H "t1types.h"
|
||||
|
||||
#define FT_INTERNAL_POSTSCRIPT_AUX_H "psaux.h"
|
||||
|
@ -1,50 +0,0 @@
|
||||
/***************************************************************************/
|
||||
/* */
|
||||
/* svwinfnt.h */
|
||||
/* */
|
||||
/* The FreeType Windows FNT/FONT service (specification). */
|
||||
/* */
|
||||
/* Copyright 2003-2018 by */
|
||||
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||
/* */
|
||||
/* This file is part of the FreeType project, and may only be used, */
|
||||
/* modified, and distributed under the terms of the FreeType project */
|
||||
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
||||
/* this file you indicate that you have read the license and */
|
||||
/* understand and accept it fully. */
|
||||
/* */
|
||||
/***************************************************************************/
|
||||
|
||||
|
||||
#ifndef SVWINFNT_H_
|
||||
#define SVWINFNT_H_
|
||||
|
||||
#include FT_INTERNAL_SERVICE_H
|
||||
#include FT_WINFONTS_H
|
||||
|
||||
|
||||
FT_BEGIN_HEADER
|
||||
|
||||
|
||||
#define FT_SERVICE_ID_WINFNT "winfonts"
|
||||
|
||||
typedef FT_Error
|
||||
(*FT_WinFnt_GetHeaderFunc)( FT_Face face,
|
||||
FT_WinFNT_HeaderRec *aheader );
|
||||
|
||||
|
||||
FT_DEFINE_SERVICE( WinFnt )
|
||||
{
|
||||
FT_WinFnt_GetHeaderFunc get_header;
|
||||
};
|
||||
|
||||
/* */
|
||||
|
||||
|
||||
FT_END_HEADER
|
||||
|
||||
|
||||
#endif /* SVWINFNT_H_ */
|
||||
|
||||
|
||||
/* END */
|
Loading…
x
Reference in New Issue
Block a user