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

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/modules.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# modules.cfg
2
2
#
3
 
# Copyright 2005, 2006, 2007 by
 
3
# Copyright 2005, 2006, 2007, 2009 by
4
4
# David Turner, Robert Wilhelm, and Werner Lemberg.
5
5
#
6
6
# This file is part of the FreeType project, and may only be used, modified,
106
106
 
107
107
# FreeType's cache sub-system (quite stable but still in beta -- this means
108
108
# that its public API is subject to change if necessary).  See
109
 
# include/freetype/ftcache.h.
 
109
# include/freetype/ftcache.h.  Needs ftglyph.c.
110
110
AUX_MODULES += cache
111
111
 
112
112
# TrueType GX/AAT table validation.  Needs ftgxval.c below.
152
152
# See include/freetype/ftbdf.h for the API.
153
153
BASE_EXTENSIONS += ftbdf.c
154
154
 
155
 
# Access CID font information.
156
 
#
157
 
# See include/freetype/ftcid.h for the API.
158
 
BASE_EXTENSIONS += ftcid.c
159
 
 
160
155
# Utility functions for converting 1bpp, 2bpp, 4bpp, and 8bpp bitmaps into
161
156
# 8bpp format, and for emboldening of bitmap glyphs.
162
157
#
163
158
# See include/freetype/ftbitmap.h for the API.
164
159
BASE_EXTENSIONS += ftbitmap.c
165
160
 
166
 
# Convenience functions to handle glyphs.
 
161
# Access CID font information.
 
162
#
 
163
# See include/freetype/ftcid.h for the API.
 
164
BASE_EXTENSIONS += ftcid.c
 
165
 
 
166
# Access FSType information.  Needs fttype1.c.
 
167
#
 
168
# See include/freetype/freetype.h for the API.
 
169
BASE_EXTENSIONS += ftfstype.c
 
170
 
 
171
# Support for GASP table queries.
 
172
#
 
173
# See include/freetype/ftgasp.h for the API.
 
174
BASE_EXTENSIONS += ftgasp.c
 
175
 
 
176
# Convenience functions to handle glyphs.  Needs ftbitmap.c.
167
177
#
168
178
# See include/freetype/ftglyph.h for the API.
169
179
BASE_EXTENSIONS += ftglyph.c
170
180
 
171
 
# Interface for gxvalid module (which is required).
 
181
# Interface for gxvalid module.
172
182
#
173
183
# See include/freetype/ftgxval.h for the API.
174
184
BASE_EXTENSIONS += ftgxval.c
175
185
 
 
186
# Support for LCD color filtering of subpixel bitmaps.
 
187
#
 
188
# See include/freetype/ftlcdfil.h for the API.
 
189
BASE_EXTENSIONS += ftlcdfil.c
 
190
 
176
191
# Multiple Master font interface.
177
192
#
178
193
# See include/freetype/ftmm.h for the API.
179
194
BASE_EXTENSIONS += ftmm.c
180
195
 
181
 
# Interface for otvalid module (which is required).
 
196
# Interface for otvalid module.
182
197
#
183
198
# See include/freetype/ftotval.h for the API.
184
199
BASE_EXTENSIONS += ftotval.c
185
200
 
 
201
# Support for FT_Face_CheckTrueTypePatents.
 
202
#
 
203
# See include/freetype/freetype.h for the API.
 
204
BASE_EXTENSIONS += ftpatent.c
 
205
 
186
206
# Interface for accessing PFR-specific data.  Needs PFR font driver.
187
207
#
188
208
# See include/freetype/ftpfr.h for the API.
189
209
BASE_EXTENSIONS += ftpfr.c
190
210
 
191
 
# Path stroker.
 
211
# Path stroker.  Needs ftglyph.c.
192
212
#
193
213
# See include/freetype/ftstroke.h for the API.
194
214
BASE_EXTENSIONS += ftstroke.c
195
215
 
196
 
# Support for synthetic embolding and slanting of fonts.
 
216
# Support for synthetic embolding and slanting of fonts.  Needs ftbitmap.c.
197
217
#
198
218
# See include/freetype/ftsynth.h for the API.
199
219
BASE_EXTENSIONS += ftsynth.c
215
235
# See include/freetype/ftxf86.h for the API.
216
236
BASE_EXTENSIONS += ftxf86.c
217
237
 
218
 
# Support for LCD color filtering of subpixel bitmaps.
219
 
#
220
 
# See include/freetype/ftlcdfil.h for the API.
221
 
BASE_EXTENSIONS += ftlcdfil.c
222
 
 
223
 
# Support for GASP table queries.
224
 
#
225
 
# See include/freetype/ftgasp.h for the API.
226
 
BASE_EXTENSIONS += ftgasp.c
227
 
 
228
 
# Support for FT_Face_CheckTrueTypePatents.
229
 
#
230
 
# See include/freetype.h for the API.
231
 
BASE_EXTENSIONS += ftpatent.c
232
 
 
233
238
####
234
239
#### The components `ftsystem.c' (for memory allocation and stream I/O
235
240
#### management) and `ftdebug.c' (for emitting debug messages to the user)