vrshoot

view libs/ft2static/freetype/internal/services/svtteng.h @ 0:b2f14e535253

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 01 Feb 2014 19:58:19 +0200
parents
children
line source
1 /***************************************************************************/
2 /* */
3 /* svtteng.h */
4 /* */
5 /* The FreeType TrueType engine query service (specification). */
6 /* */
7 /* Copyright 2006 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
15 /* */
16 /***************************************************************************/
19 #ifndef __SVTTENG_H__
20 #define __SVTTENG_H__
22 #include FT_INTERNAL_SERVICE_H
23 #include FT_MODULE_H
26 FT_BEGIN_HEADER
29 /*
30 * SFNT table loading service.
31 */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
35 /*
36 * Used to implement FT_Get_TrueType_Engine_Type
37 */
39 FT_DEFINE_SERVICE( TrueTypeEngine )
40 {
41 FT_TrueTypeEngineType engine_type;
42 };
44 /* */
47 FT_END_HEADER
50 #endif /* __SVTTENG_H__ */
53 /* END */