shithub: freetype+ttf2subf

ref: 6eb03f8f5a126c3716f557bd2e8e7ae0d6f93837
dir: /src/psaux/psdecode.h/

View raw version
#ifndef PSDECODE_H_
#define PSDECODE_H_


#include <ft2build.h>
#include FT_INTERNAL_POSTSCRIPT_AUX_H


FT_BEGIN_HEADER

  FT_LOCAL( void )
  ps_decoder_init( void*        decoder,
                   FT_Bool      is_t1,
                   PS_Decoder*  ps_decoder );


FT_END_HEADER

#endif