blob: 0767d7429d66ff7778088e8fa8296cca484ccaee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*---------------------------------------------------------------------------*
| PDFlib - A library for generating PDF on the fly |
+---------------------------------------------------------------------------+
| Copyright (c) 2002-2006 PDFlib GmbH. All rights reserved. |
+---------------------------------------------------------------------------+
| Proprietary source code -- do not redistribute! |
*---------------------------------------------------------------------------*/
/* $Id: ft_pdffont.c,v 1.1 2008/10/17 06:10:43 scuri Exp $
*
* Routine for parsing font dictionaries in PDF files by pCOS
*
*/
#include "ft_pdffont.h"
#include "ft_truetype.h"
|