freetype2/src/smooth/ftsmooth.h

43 lines
874 B
C
Raw Normal View History

/****************************************************************************
*
* ftsmooth.h
*
* Anti-aliasing renderer interface (specification).
*
2019-02-23 10:07:09 +01:00
* Copyright (C) 1996-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under the terms of the FreeType project
* license, LICENSE.TXT. By continuing to use, modify, or distribute
* this file you indicate that you have read the license and
* understand and accept it fully.
*
*/
#ifndef FTSMOOTH_H_
#define FTSMOOTH_H_
2000-06-28 01:18:39 +02:00
2000-12-08 17:17:16 +01:00
#include <ft2build.h>
#include FT_RENDER_H
2000-06-28 01:18:39 +02:00
FT_BEGIN_HEADER
2000-12-08 17:17:16 +01:00
2009-04-05 17:14:04 +02:00
FT_DECLARE_RENDERER( ft_smooth_renderer_class )
2009-04-05 17:14:04 +02:00
FT_DECLARE_RENDERER( ft_smooth_lcd_renderer_class )
2017-04-20 05:50:29 +02:00
FT_DECLARE_RENDERER( ft_smooth_lcdv_renderer_class )
2000-12-08 17:17:16 +01:00
FT_END_HEADER
#endif /* FTSMOOTH_H_ */
/* END */