/* * << H a r u --free pdf library >> -- libharu_ISO8859.h * * Copyright (c) 1999-2003 Takeshi Kanno * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permission notice appear * in supporting documentation. * It is provided "as is" without express or implied warranty. * */ /*----------------------------------------------------------------------------*/ #ifndef _LIBHARUC_ISO8859_H #define _LIBHARUC_ISO8859_H #include #include "libharuc.h" #ifdef __cplusplus /*----------------------------------------------------------------------------*/ /*----- "C" interfaces -------------------------------------------------------*/ extern "C" { #endif /* __cplusplus */ pdf_encodingdef pdf_create_iso8859_2_encoding(); pdf_encodingdef pdf_create_iso8859_3_encoding(); pdf_encodingdef pdf_create_iso8859_4_encoding(); pdf_encodingdef pdf_create_iso8859_5_encoding(); pdf_encodingdef pdf_create_iso8859_6_encoding(); pdf_encodingdef pdf_create_iso8859_7_encoding(); pdf_encodingdef pdf_create_iso8859_8_encoding(); pdf_encodingdef pdf_create_iso8859_9_encoding(); pdf_encodingdef pdf_create_iso8859_10_encoding(); pdf_encodingdef pdf_create_iso8859_11_encoding(); pdf_encodingdef pdf_create_iso8859_13_encoding(); pdf_encodingdef pdf_create_iso8859_14_encoding(); pdf_encodingdef pdf_create_iso8859_15_encoding(); pdf_encodingdef pdf_create_iso8859_16_encoding(); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _LIBHARUC_ISO8859_H */