summaryrefslogtreecommitdiff
path: root/third_party/freetype-py/doc/screenshots.rst
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-14 17:30:59 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:35 -0700
commit9c7be85eee749f620d722c8e0382bad3ed34c1b8 (patch)
tree7a955704e731626a4353f3285253c92654acdf9f /third_party/freetype-py/doc/screenshots.rst
parentba03b84b90b50afd99f9688059447bc545e5c0e1 (diff)
Remove freetype-py from repo, refer to GitHub.
Diffstat (limited to 'third_party/freetype-py/doc/screenshots.rst')
-rw-r--r--third_party/freetype-py/doc/screenshots.rst34
1 files changed, 0 insertions, 34 deletions
diff --git a/third_party/freetype-py/doc/screenshots.rst b/third_party/freetype-py/doc/screenshots.rst
deleted file mode 100644
index d1f0c54..0000000
--- a/third_party/freetype-py/doc/screenshots.rst
+++ /dev/null
@@ -1,34 +0,0 @@
-===========
-Screenshots
-===========
-
-Screenshot below comes from the wordle.py example. No clever tricks here, just
-brute force.
-
-.. image:: _static/wordle.png
-
-Screenshots below comes from the glyph-vector.py and glyph-vectopr-2.py
-examples showing how to access a glyph outline information and use it to draw
-the glyph. Rendering (with Bézier curves) is done using matplotlib.
-
-.. image:: _static/S.png
-.. image:: _static/G.png
-
-
-Screenshot below comes from the glyph-color.py showing how to draw and combine
-a glyph outline with the regular glyph.
-
-.. image:: _static/outline.png
-
-The screenshot below comes from the hello-world.py example showing how to draw
-text in a bitmap (that has been zoomed in to show antialiasing).
-
-.. image:: _static/hello-world.png
-
-
-The screenshot below comes from the agg-trick.py example showing an
-implementation of ideas from the `Texts Rasterization Exposures
-<http://agg.sourceforge.net/antigrain.com/research/font_rasterization/>`_ by
-Maxim Shemarev.
-
-.. image:: _static/agg-trick.png