Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygent42types.h
Go to the documentation of this file.
00001 /***************************************************************************/ 00002 /* */ 00003 /* t42types.h */ 00004 /* */ 00005 /* Type 42 font data types (specification only). */ 00006 /* */ 00007 /* Copyright 2002, 2003, 2006, 2008 by Roberto Alameda. */ 00008 /* */ 00009 /* This file is part of the FreeType project, and may only be used, */ 00010 /* modified, and distributed under the terms of the FreeType project */ 00011 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 00012 /* this file you indicate that you have read the license and */ 00013 /* understand and accept it fully. */ 00014 /* */ 00015 /***************************************************************************/ 00016 00017 00018 #ifndef __T42TYPES_H__ 00019 #define __T42TYPES_H__ 00020 00021 00022 #include <ft2build.h> 00023 #include FT_FREETYPE_H 00024 #include FT_TYPE1_TABLES_H 00025 #include FT_INTERNAL_TYPE1_TYPES_H 00026 #include FT_INTERNAL_POSTSCRIPT_HINTS_H 00027 00028 00029 FT_BEGIN_HEADER 00030 00031 00032 typedef struct T42_FaceRec_ 00033 { 00034 FT_FaceRec root; 00035 T1_FontRec type1; 00036 const void* psnames; 00037 const void* psaux; 00038 #if 0 00039 const void* afm_data; 00040 #endif 00041 FT_Byte* ttf_data; 00042 FT_ULong ttf_size; 00043 FT_Face ttf_face; 00044 FT_CharMapRec charmaprecs[2]; 00045 FT_CharMap charmaps[2]; 00046 PS_UnicodesRec unicode_map; 00047 00048 } T42_FaceRec, *T42_Face; 00049 00050 00051 FT_END_HEADER 00052 00053 #endif /* __T42TYPES_H__ */ 00054 00055 00056 /* END */ Generated on Sun May 27 2012 04:34:05 for ReactOS by
1.7.6.1
|