freetype2/src/sfnt/ttpost.h

47 lines
1.7 KiB
C
Raw Normal View History

1999-12-17 00:11:37 +01:00
/***************************************************************************/
/* */
/* ttpost.h */
/* */
/* Postcript name table processing for TrueType and OpenType fonts */
/* (specification). */
/* */
/* Copyright 1996-2001, 2002 by */
1999-12-17 00:11:37 +01:00
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
2000-06-05 16:32:32 +02:00
/* This file is part of the FreeType project, and may only be used, */
/* modified, and distributed under the terms of the FreeType project */
1999-12-17 00:11:37 +01:00
/* 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. */
/* */
/***************************************************************************/
#ifndef __TTPOST_H__
#define __TTPOST_H__
1999-12-17 00:11:37 +01:00
2000-12-08 17:17:16 +01:00
#include <ft2build.h>
#include FT_CONFIG_CONFIG_H
#include FT_INTERNAL_TRUETYPE_TYPES_H
1999-12-17 00:11:37 +01:00
2000-12-08 17:17:16 +01:00
FT_BEGIN_HEADER
1999-12-17 00:11:37 +01:00
2000-12-08 17:17:16 +01:00
FT_LOCAL( FT_Error )
tt_face_get_ps_name( TT_Face face,
FT_UInt idx,
FT_String** PSname );
1999-12-17 00:11:37 +01:00
FT_LOCAL( void )
tt_face_free_ps_names( TT_Face face );
1999-12-17 00:11:37 +01:00
FT_END_HEADER
1999-12-17 00:11:37 +01:00
#endif /* __TTPOST_H__ */
1999-12-17 00:11:37 +01:00
/* END */