Files correlati : pdflib Ricompilazione Demo : [ ] Commento : Aggiornata pdflib.dll alla versione 7.0.4 git-svn-id: svn://10.65.10.50/trunk@18580 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			19 lines
		
	
	
		
			736 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			736 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| /*---------------------------------------------------------------------------*
 | |
|  |              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.3 2009-03-23 08:51:17 guy Exp $
 | |
|  *
 | |
|  * Routine for parsing font dictionaries in PDF files by pCOS
 | |
|  *
 | |
|  */
 | |
| 
 | |
| #include "ft_pdffont.h"
 | |
| #include "ft_truetype.h"
 | |
| 
 | |
| 
 |