2000-07-08 21:51:42 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
2000-10-28 19:10:06 +02:00
|
|
|
/* t1load.h */
|
2000-07-08 21:51:42 +02:00
|
|
|
/* */
|
2000-10-28 19:10:06 +02:00
|
|
|
/* Type 1 font loader (specification). */
|
2000-07-08 21:51:42 +02:00
|
|
|
/* */
|
2002-04-02 00:01:46 +02:00
|
|
|
/* Copyright 1996-2001, 2002 by */
|
2000-07-08 21:51:42 +02:00
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
|
|
|
/* */
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */
|
|
|
|
/* modified, and distributed under the terms of the FreeType project */
|
|
|
|
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
|
|
|
/* this file you indicate that you have read the license and */
|
|
|
|
/* understand and accept it fully. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-12-09 01:45:38 +01:00
|
|
|
#ifndef __T1LOAD_H__
|
|
|
|
#define __T1LOAD_H__
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-12-08 17:17:16 +01:00
|
|
|
|
2000-12-08 03:42:29 +01:00
|
|
|
#include <ft2build.h>
|
|
|
|
#include FT_INTERNAL_STREAM_H
|
|
|
|
#include FT_INTERNAL_POSTSCRIPT_AUX_H
|
|
|
|
#include FT_MULTIPLE_MASTERS_H
|
2000-07-08 02:41:13 +02:00
|
|
|
|
2001-03-20 12:14:24 +01:00
|
|
|
#include "t1parse.h"
|
2000-07-08 21:51:42 +02:00
|
|
|
|
2000-12-08 17:17:16 +01:00
|
|
|
|
2000-12-08 03:42:29 +01:00
|
|
|
FT_BEGIN_HEADER
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-12-08 17:17:16 +01:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
typedef struct T1_Loader_
|
2000-01-27 15:02:04 +01:00
|
|
|
{
|
2000-10-28 19:10:06 +02:00
|
|
|
T1_ParserRec parser; /* parser used to read the stream */
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
FT_Int num_chars; /* number of characters in encoding */
|
2002-02-28 17:10:29 +01:00
|
|
|
PS_TableRec encoding_table; /* PS_Table used to store the */
|
2000-10-28 19:10:06 +02:00
|
|
|
/* encoding character names */
|
2000-05-17 01:44:38 +02:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
FT_Int num_glyphs;
|
2002-02-28 17:10:29 +01:00
|
|
|
PS_TableRec glyph_names;
|
|
|
|
PS_TableRec charstrings;
|
|
|
|
PS_TableRec swap_table; /* For moving .notdef glyph to index 0. */
|
2000-05-17 01:44:38 +02:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
FT_Int num_subrs;
|
2002-02-28 17:10:29 +01:00
|
|
|
PS_TableRec subrs;
|
2000-10-28 19:10:06 +02:00
|
|
|
FT_Bool fontdata;
|
2000-05-17 01:44:38 +02:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
} T1_Loader;
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-07-08 21:51:42 +02:00
|
|
|
|
2002-03-01 03:26:22 +01:00
|
|
|
FT_LOCAL( FT_Error )
|
2001-06-28 09:17:51 +02:00
|
|
|
T1_Open_Face( T1_Face face );
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
#ifndef T1_CONFIG_OPTION_NO_MM_SUPPORT
|
2000-07-08 21:51:42 +02:00
|
|
|
|
2002-03-01 03:26:22 +01:00
|
|
|
FT_LOCAL( FT_Error )
|
2001-06-28 09:17:51 +02:00
|
|
|
T1_Get_Multi_Master( T1_Face face,
|
|
|
|
FT_Multi_Master* master );
|
2000-05-26 19:13:23 +02:00
|
|
|
|
2002-03-01 03:26:22 +01:00
|
|
|
FT_LOCAL( FT_Error )
|
2001-06-28 09:17:51 +02:00
|
|
|
T1_Set_MM_Blend( T1_Face face,
|
|
|
|
FT_UInt num_coords,
|
|
|
|
FT_Fixed* coords );
|
2000-05-26 19:13:23 +02:00
|
|
|
|
2002-03-01 03:26:22 +01:00
|
|
|
FT_LOCAL( FT_Error )
|
2001-06-28 09:17:51 +02:00
|
|
|
T1_Set_MM_Design( T1_Face face,
|
|
|
|
FT_UInt num_coords,
|
|
|
|
FT_Long* coords );
|
2000-05-26 19:13:23 +02:00
|
|
|
|
2002-03-01 03:26:22 +01:00
|
|
|
FT_LOCAL( void )
|
2001-06-28 09:17:51 +02:00
|
|
|
T1_Done_Blend( T1_Face face );
|
2000-07-08 21:51:42 +02:00
|
|
|
|
2000-10-28 19:10:06 +02:00
|
|
|
#endif /* !T1_CONFIG_OPTION_NO_MM_SUPPORT */
|
2000-07-08 21:51:42 +02:00
|
|
|
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-12-08 03:42:29 +01:00
|
|
|
FT_END_HEADER
|
2000-01-27 15:02:04 +01:00
|
|
|
|
2000-12-09 01:45:38 +01:00
|
|
|
#endif /* __T1LOAD_H__ */
|
2000-01-27 15:02:04 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|