@@ -91,8 +91,6 @@ FontTools/fontTools/ttLib/tables/table_API_readme.txt
91
91
FontTools/fontTools/ttLib/tables/
8000
ttProgram.py
92
92
FontTools/fontTools/ttLib/test/__init__.py
93
93
FontTools/fontTools/ttLib/test/ttBrowser.py
94
- FontToolsSrc/eexecOp/README.txt
95
- FontToolsSrc/eexecOp/eexecOpmodule.c
96
94
agg2/gpc/gpc.c
97
95
agg2/gpc/gpc.h
98
96
agg2/include/agg_affine_matrix.h
@@ -265,6 +263,7 @@ examples/embedding_in_gtk2.py
265
263
examples/embedding_in_wx.py
266
264
examples/errorbar_demo.py
267
265
examples/figtext.py
266
+ examples/ftface_props.py
268
267
examples/gdtest.py
269
268
examples/histogram_demo.py
270
269
examples/interactive.py
@@ -295,15 +294,68 @@ examples/text_handles.py
295
294
examples/text_themes.py
296
295
examples/vertical_ticklabels.py
297
296
examples/vline_demo.py
298
- examples/wx_demo.py
299
- examples/xvfb_demo.py
300
297
examples/data/AAPL.dat
301
298
examples/data/INTC.dat
302
299
examples/data/eeg.dat
303
300
examples/data/intc.csv
304
301
examples/data/membrane.dat
305
302
examples/data/msft.csv
306
303
examples/data/s1045.ima
304
+ examples/test/README
305
+ examples/test/__init__.py
306
+ examples/test/agg_font_test.py
307
+ examples/test/alignment_test.py
308
+ examples/test/backend_agg_test.py
309
+ examples/test/bar_test.py
310
+ examples/test/batchtest.py
311
+ examples/test/batchtest2.py
312
+ examples/test/break.py
313
+ examples/test/center_test.py
314
+ examples/test/clip_end.py
315
+ examples/test/cmmi_test.py
316
+ examples/test/cmmi_test2.py
317
+ examples/test/cmmi_test3.py
318
+ examples/test/cmmi_test4.py
319
+ examples/test/cmmi_test5.py
320
+ examples/test/cmmi_test6.py
321
+ examples/test/dash_test.py
322
+ examples/test/fonttable.py
323
+ examples/test/ft2test.py
324
+ examples/test/ft2test2.py
325
+ examples/test/gd2gtk_test.py
326
+ examples/test/gtk2_test.py
327
+ examples/test/highres_test.py
328
+ examples/test/hist_test.py
329
+ examples/test/histogram_demo.py
330
+ examples/test/line_thickness.py
331
+ examples/test/lots_o_points.py
332
+ examples/test/manset.py
333
+ examples/test/matplotlibc_test.py
334
+ examples/test/memleak.py
335
+ examples/test/memleak2.py
336
+ examples/test/memleak3.py
337
+ examples/test/mesh_test.py
338
+ examples/test/plot_bug.py
339
+ examples/test/plotraw.py
340
+ examples/test/print_only.py
341
+ examples/test/ps_landtest.py
342
+ examples/test/rounding.py
343
+ examples/test/semilog_test.py
344
+ examples/test/shapefile_test.py
345
+ examples/test/specgram_demo.py
346
+ examples/test/subplot_demo.py
347
+ examples/test/table_demo.py
348
+ examples/test/table_demo3.py
349
+ examples/test/table_test.py
350
+ examples/test/table_test2.py
351
+ examples/test/test.py
352
+ examples/test/test_backend_agg.py
353
+ examples/test/transtest.py
354
+ examples/test/vline_demo.py
355
+ examples/test/libpng-1.2.5/README
356
+ examples/test/libpng-1.2.5/contrib/gregbook/README
357
+ examples/test/libpng-1.2.5/contrib/pngminus/README
358
+ examples/test/libpng-1.2.5/contrib/pngsuite/README
307
359
images/stock_close.xpm
308
360
images/stock_down.xpm
309
361
images/stock_left.xpm
@@ -322,6 +374,7 @@ matplotlib/axis.py
322
374
matplotlib/backend_bases.py
323
375
matplotlib/cbook.py
324
376
matplotlib/collection.py
377
+ matplotlib/colormap.py
325
378
matplotlib/colors.py
326
379
matplotlib/figure.py
327
380
matplotlib/legend.py
@@ -347,68 +400,22 @@ src/_backend_agg.cpp
347
400
src/_backend_agg.h
348
401
src/_gtkagg.cpp
349
402
src/_gtkgd.c
403
+ src/font.cpp
350
404
src/ft2font.c
351
405
src/ft2font.h
352
- src/test.c
353
- test/README
354
- test/agg_font_test.py
355
- test/alignment_test.py
356
- test/backend_agg_test.py
357
- test/bar_test.py
358
- test/batchtest.py
359
- test/batchtest2.py
360
- test/break.py
361
- test/center_test.py
362
- test/clip_end.py
363
- test/dash_test.py
364
- test/ft2test.py
365
- test/gd2gtk_test.py
366
- test/gtk2_test.py
367
- test/highres_test.py
368
- test/hist_test.py
369
- test/histogram_demo.py
370
- test/line_thickness.py
371
- test/lots_o_points.py
372
- test/manset.py
373
- test/matplotlibc_test.py
374
- test/memleak.py
375
- test/memleak2.py
376
- test/memleak3.py
377
- test/mesh_test.py
378
- test/plot_bug.py
379
- test/plotraw.py
380
- test/print_only.py
381
- test/ps_landtest.py
382
- test/rounding.py
383
- test/semilog_test.py
384
- test/shapefile_test.py
385
- test/specgram_demo.py
386
- test/subplot_demo.py
387
- test/table_demo.py
388
- test/table_demo3.py
389
- test/table_test.py
390
- test/table_test2.py
391
- test/test.py
392
- test/test_backend_agg.py
393
- test/transtest.py
394
- test/vline_demo.py
395
406
ttfquery/__init__.py
396
407
ttfquery/__init__.pyc
397
408
ttfquery/_scriptregistry.py
398
- ttfquery/_scriptregistry.pyc
399
409
ttfquery/describe.py
400
- ttfquery/describe.pyc
401
410
ttfquery/family_query.py
402
411
ttfquery/findsystem.py
403
- ttfquery/findsystem.pyc
404
412
ttfquery/font_family_groups.py
405
413
ttfquery/glyph.py
406
414
ttfquery/glyphquery.py
407
415
ttfquery/guessdescription.py
408
416
ttfquery/license.txt
409
417
ttfquery/metadata_query.py
410
418
ttfquery/ttffiles.py
411
- ttfquery/ttffiles.pyc
412
419
win32src/importlib.bat
413
420
win32src/profile22.bat
414
421
win32src/profile23.bat
0 commit comments