|
1 | 1 | API_CHANGES |
2 | 2 | CHANGELOG |
| 3 | +FontTools.pth |
3 | 4 | GOALS |
4 | 5 | INSTALL |
5 | 6 | INTERACTIVE |
|
13 | 14 | __init__.py |
14 | 15 | setup.py |
15 | 16 | setupext.py |
| 17 | +FontTools/__init__.py |
16 | 18 | FontTools/sstruct.py |
17 | 19 | FontTools/xmlWriter.py |
18 | 20 | FontTools/fontTools/__init__.py |
@@ -243,6 +245,32 @@ agg2/svg/agg_svg_path_tokenizer.h |
243 | 245 | agg2/svg/svg_test.cpp |
244 | 246 | examples/README |
245 | 247 | examples/__init__.py |
| 248 | +examples/_tmp_alignment_test.py |
| 249 | +examples/_tmp_arctest.py |
| 250 | +examples/_tmp_axes_demo.py |
| 251 | +examples/_tmp_bar_stacked.py |
| 252 | +examples/_tmp_barchart_demo.py |
| 253 | +examples/_tmp_color_demo.py |
| 254 | +examples/_tmp_csd_demo.py |
| 255 | +examples/_tmp_figtext.py |
| 256 | +examples/_tmp_histogram_demo.py |
| 257 | +examples/_tmp_legend_demo.py |
| 258 | +examples/_tmp_legend_demo2.py |
| 259 | +examples/_tmp_line_styles.py |
| 260 | +examples/_tmp_log_demo.py |
| 261 | +examples/_tmp_log_test.py |
| 262 | +examples/_tmp_mri_with_eeg.py |
| 263 | +examples/_tmp_multiple_figs_demo.py |
| 264 | +examples/_tmp_pcolor_demo.py |
| 265 | +examples/_tmp_psd_demo.py |
| 266 | +examples/_tmp_scatter_demo.py |
| 267 | +examples/_tmp_scatter_demo2.py |
| 268 | +examples/_tmp_simple_plot.py |
| 269 | +examples/_tmp_stock_demo.py |
| 270 | +examples/_tmp_subplot_demo.py |
| 271 | +examples/_tmp_table_demo.py |
| 272 | +examples/_tmp_text_handles.py |
| 273 | +examples/_tmp_text_themes.py |
246 | 274 | examples/alignment_test.py |
247 | 275 | examples/anim.py |
248 | 276 | examples/arctest.py |
@@ -280,12 +308,10 @@ examples/mri_with_eeg.py |
280 | 308 | examples/multiple_figs_demo.py |
281 | 309 | examples/object_picker.py |
282 | 310 | examples/pcolor_demo.py |
283 | | -examples/print_ps.py |
284 | 311 | examples/psd_demo.py |
285 | 312 | examples/pstest.py |
286 | 313 | examples/scatter_demo.py |
287 | 314 | examples/scatter_demo2.py |
288 | | -examples/scatter_marker.py |
289 | 315 | examples/simple_plot.py |
290 | 316 | examples/stock_demo.py |
291 | 317 | examples/subplot_demo.py |
@@ -374,6 +400,7 @@ test/mesh_test.py |
374 | 400 | test/plot_bug.py |
375 | 401 | test/plotraw.py |
376 | 402 | test/print_only.py |
| 403 | +test/ps_landtest.py |
377 | 404 | test/rounding.py |
378 | 405 | test/semilog_test.py |
379 | 406 | test/specgram_demo.py |
@@ -403,6 +430,9 @@ ttfquery/license.txt |
403 | 430 | ttfquery/metadata_query.py |
404 | 431 | ttfquery/ttffiles.py |
405 | 432 | ttfquery/ttffiles.pyc |
| 433 | +win32src/importlib.bat |
| 434 | +win32src/profile22.bat |
| 435 | +win32src/profile23.bat |
406 | 436 | win32src/freetype1/freetype/.cvsignore |
407 | 437 | win32src/freetype1/freetype/freetype.h |
408 | 438 | win32src/freetype1/freetype/ft_conf.h |
|
0 commit comments