X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_freetype%2Flyr_freetype.h;h=09b684ce640021630aee69324ecec883511b46aa;hb=34f6fabfcefdc878ba3c08b82358ae4aef439e99;hp=4de4b1920d11f4311795135f215be40480d2e0f7;hpb=91ba89ed910aac0bc63f687fc6176f38b163bbcd;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_freetype/lyr_freetype.h b/synfig-core/trunk/src/modules/lyr_freetype/lyr_freetype.h index 4de4b19..09b684c 100644 --- a/synfig-core/trunk/src/modules/lyr_freetype/lyr_freetype.h +++ b/synfig-core/trunk/src/modules/lyr_freetype/lyr_freetype.h @@ -25,6 +25,10 @@ /* === H E A D E R S ======================================================= */ +//#ifdef __APPLE__ +//#define USE_MAC_FT_FUNCS (1) +//#endif + #include #include #include @@ -35,6 +39,24 @@ #include FT_GLYPH_H #include +#include +#include +#include +#include +#include +#include +#include +#include +#include + + +#include + +#ifdef USE_MAC_FT_FUNCS + #include + #include FT_MAC_H +#endif + /* === M A C R O S ========================================================= */ /* === T Y P E D E F S ===================================================== */ @@ -115,7 +137,7 @@ public: virtual bool set_param(const String & param, const synfig::ValueBase &value); virtual ValueBase get_param(const String & param)const; - virtual Color get_color(Context context, const Point &pos)const; + virtual Color get_color(Context context, const synfig::Point &pos)const; virtual bool accelerated_render(Context context,Surface *surface,int quality, const RendDesc &renddesc, ProgressCallback *cb)const; virtual Vocab get_param_vocab()const;