shithub: freetype+ttf2subf

ref: d23affe1ef8646ce51aa8d94fddccb7c89ba9a13
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