~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/src/autofit/afdummy.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __AFDUMMY_H__
 
2
#define __AFDUMMY_H__
 
3
 
 
4
#include "aftypes.h"
 
5
 
 
6
FT_BEGIN_HEADER
 
7
 
 
8
 /* a dummy script metrics class used when no hinting should
 
9
  * be performed. This is the default for non-latin glyphs !
 
10
  */
 
11
 
 
12
  FT_LOCAL( const AF_ScriptClassRec )    af_dummy_script_class;
 
13
 
 
14
/* */
 
15
 
 
16
FT_END_HEADER
 
17
 
 
18
#endif /* __AFDUMMY_H__ */