2008-10-20 14:35:00 +00:00
|
|
|
/*---------------------------------------------------------------------------*
|
|
|
|
| PDFlib - A library for generating PDF on the fly |
|
|
|
|
+---------------------------------------------------------------------------+
|
|
|
|
| Copyright (c) 2002-2006 PDFlib GmbH. All rights reserved. |
|
|
|
|
+---------------------------------------------------------------------------+
|
|
|
|
| Proprietary source code -- do not redistribute! |
|
|
|
|
*---------------------------------------------------------------------------*/
|
|
|
|
|
2009-03-23 08:55:58 +00:00
|
|
|
/* $Id: ft_pdffont.c,v 1.3 2009-03-23 08:51:17 guy Exp $
|
2008-10-20 14:35:00 +00:00
|
|
|
*
|
|
|
|
* Routine for parsing font dictionaries in PDF files by pCOS
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "ft_pdffont.h"
|
|
|
|
#include "ft_truetype.h"
|
|
|
|
|
|
|
|
|