freetype2/src/sdf/ftsdf.h

18 lines
239 B
C

#ifndef FTSDF_H_
#define FTSDF_H_
#include <ft2build.h>
#include FT_CONFIG_CONFIG_H
#include <freetype/ftimage.h>
FT_BEGIN_HEADER
FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_sdf_raster;
FT_END_HEADER
#endif /* FTSDF_H_ */
/* END */