forked from minhngoc25a/freetype2
[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:
parent
d1e95d734c
commit
67652386e2
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue