check c,m,y,k parameters against bad values (< 0,> 1,-inf,+inf,nan)
[swftools.git] / pdf2swf / xpdf / PDFDocEncoding.h
1 //========================================================================
2 //
3 // PDFDocEncoding.h
4 //
5 // Copyright 2002-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef PDFDOCENCODING_H
10 #define PDFDOCENCODING_H
11
12 #include "CharTypes.h"
13
14 extern Unicode pdfDocEncoding[256];
15
16 #endif