shithub: freetype+ttf2subf

ref: 37b67724cc4c0c13935f50352ffd72296e4ada89
dir: /src/autofit/afmodule.h/

View raw version
#ifndef __AFMODULE_H__
#define __AFMODULE_H__

#include <ft2build.h>
#include FT_MODULE_H


FT_BEGIN_HEADER

  FT_CALLBACK_TABLE
  const FT_Module_Class  autofit_module_class;


FT_END_HEADER

#endif /* __AFMODULE_H__ */