- Timestamp:
- 01/26/13 13:57:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/freetype2.cc
r10 r12 141 141 void (NV_FREETYPE_APIENTRY *FT_Vector_From_Polar) ( FT_Vector* vec, FT_Fixed length, FT_Angle angle ) = nullptr; 142 142 143 FT_Error (NV_FREETYPE_APIENTRY *FT_Library_SetLcdFilter) ( FT_Library library, FT_LcdFilter filter ) = nullptr; 144 FT_Error (NV_FREETYPE_APIENTRY *FT_Library_SetLcdFilterWeights) ( FT_Library library, unsigned char *weights ) = nullptr; 145 146 143 147 bool nv::load_freetype_library( const char* path ) 144 148 { … … 275 279 NV_FREETYPE_LOAD( FT_Vector_Polarize ); 276 280 NV_FREETYPE_LOAD( FT_Vector_From_Polar ); 281 NV_FREETYPE_LOAD( FT_Library_SetLcdFilter ); 282 NV_FREETYPE_LOAD( FT_Library_SetLcdFilterWeights ); 277 283 278 284 # undef NV_FREETYPE_LOAD
Note: See TracChangeset
for help on using the changeset viewer.