[bsdf] Added forward declaration of the `bsdf' rasterizer.

* src/sdf/ftsdf.h (ft_bitmap_sdf_raster): Added forward declaration of the rasterizer
  so that it can be added to the renderer.
This commit is contained in:
Anuj Verma 2020-08-20 21:27:59 -07:00
parent d1e95d734c
commit 67652386e2
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ FT_BEGIN_HEADER
/* rasterizer to convert outline to SDF */
FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_sdf_raster;
/* rasterizer to convert bitmap to SDF */
FT_EXPORT_VAR( const FT_Raster_Funcs ) ft_bitmap_sdf_raster;
FT_END_HEADER
#endif /* FTSDF_H_ */