[freetype-py] commits r1 to r62

2 views
Skip to first unread message

Nicolas Rougier

unread,
Sep 14, 2011, 5:42:49 AM9/14/11
to freetype-py commits
------------------------------------------------------------------------
r1 | (no author) | 2011-01-30 21:33:11 +0100 (Sun, 30 Jan 2011) | 1
line
Changed paths:
A /branches
A /tags
A /trunk
A /wiki

Initial directory structure.
------------------------------------------------------------------------
r2 | Nicolas.Rougier | 2011-01-30 21:58:11 +0100 (Sun, 30 Jan 2011) |
1 line
Changed paths:
A /trunk/LICENSE.txt
A /trunk/MANIFEST.in
A /trunk/examples
A /trunk/examples/arial.ttf
A /trunk/examples/ascii.py
A /trunk/examples/example_1.py
A /trunk/examples/font-info.py
A /trunk/examples/glyph-alpha.py
A /trunk/examples/glyph-lcd.py
A /trunk/examples/glyph-monochrome.py
A /trunk/examples/glyph-vector.py
A /trunk/examples/hello-world.py
A /trunk/freetype
A /trunk/freetype/__init__.py
A /trunk/freetype/ft_enums.py
A /trunk/freetype/ft_errors.py
A /trunk/freetype/ft_structs.py
A /trunk/freetype/ft_types.py
A /trunk/setup.py

Initial import
------------------------------------------------------------------------
r3 | Nicolas.Rougier | 2011-01-30 22:28:11 +0100 (Sun, 30 Jan 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

bugfix: Remove hard-coded font filename
------------------------------------------------------------------------
r4 | Nicolas.Rougier | 2011-01-30 23:07:49 +0100 (Sun, 30 Jan 2011) |
1 line
Changed paths:
M /trunk/LICENSE.txt
M /trunk/MANIFEST.in
M /trunk/setup.py

bugfix: fix metadata
------------------------------------------------------------------------
r5 | Nicolas.Rougier | 2011-01-31 08:47:10 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
M /trunk/examples/example_1.py

feature: added reference to the freetype tutorial
------------------------------------------------------------------------
r6 | Nicolas.Rougier | 2011-01-31 09:10:18 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
M /trunk/examples/hello-world.py

bugfix: fix wrong kerning
------------------------------------------------------------------------
r7 | Nicolas.Rougier | 2011-01-31 09:11:01 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
A /trunk/examples/Vera.ttf
A /trunk/examples/VeraMono.ttf
M /trunk/examples/ascii.py
M /trunk/examples/example_1.py
M /trunk/examples/font-info.py
M /trunk/examples/glyph-alpha.py
M /trunk/examples/glyph-lcd.py
M /trunk/examples/glyph-monochrome.py
M /trunk/examples/glyph-vector.py

feature: switched from arial to vera font in all examples
------------------------------------------------------------------------
r8 | Nicolas.Rougier | 2011-01-31 09:11:44 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
D /trunk/examples/arial.ttf

feature: removed arial.ttf
------------------------------------------------------------------------
r9 | Nicolas.Rougier | 2011-01-31 09:18:05 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
M /trunk/examples/glyph-vector.py

bugfix: fixed comment
------------------------------------------------------------------------
r10 | Nicolas.Rougier | 2011-01-31 09:30:18 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
M /trunk/setup.py

feature: increased version number
------------------------------------------------------------------------
r11 | Nicolas.Rougier | 2011-01-31 09:57:25 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
M /trunk/examples/glyph-vector.py

feature: added control lines display
------------------------------------------------------------------------
r12 | Nicolas.Rougier | 2011-01-31 16:20:53 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
M /trunk/examples/hello-world.py

bugfix: removed kerning test text
------------------------------------------------------------------------
r13 | Nicolas.Rougier | 2011-01-31 16:21:33 +0100 (Mon, 31 Jan 2011) |
1 line
Changed paths:
A /trunk/examples/opengl.py

feature: OpenGL example use
------------------------------------------------------------------------
r14 | Nicolas.Rougier | 2011-02-01 09:33:49 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

bugfix: Remove error checking on FT_Set_Transform since it does not
return an error status
------------------------------------------------------------------------
r15 | Nicolas.Rougier | 2011-02-01 09:34:46 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
M /trunk/freetype/ft_structs.py

bugfix: removed FT_Vector_p that is not used
------------------------------------------------------------------------
r16 | Nicolas.Rougier | 2011-02-01 09:35:44 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
M /trunk/examples/opengl.py

feature: added autohint for nicer display
------------------------------------------------------------------------
r17 | Nicolas.Rougier | 2011-02-01 09:38:36 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
A /trunk/examples/agg_trick-rgb.py
A /trunk/examples/agg_trick.py

feature: Implemented agg trick/horizontal hinting removal
------------------------------------------------------------------------
r18 | Nicolas.Rougier | 2011-02-01 15:03:08 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
A /trunk/examples/agg-trick.py (from /trunk/examples/agg_trick.py:
17)
D /trunk/examples/agg_trick-rgb.py
D /trunk/examples/agg_trick.py

feature: Unified agg-trick examples
------------------------------------------------------------------------
r19 | Nicolas.Rougier | 2011-02-01 16:41:15 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
M /trunk/examples/agg-trick.py

bugfix: corrected gamma lvel
------------------------------------------------------------------------
r20 | Nicolas.Rougier | 2011-02-01 22:09:04 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
M /trunk/examples/glyph-alpha.py

bugfix: removed uneeded bits function
------------------------------------------------------------------------
r21 | Nicolas.Rougier | 2011-02-01 23:07:13 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
A /trunk/examples/sfnt-names.py

feature: added sfnt example showing how to access face information
------------------------------------------------------------------------
r22 | Nicolas.Rougier | 2011-02-01 23:08:01 +0100 (Tue, 01 Feb 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_enums.py
M /trunk/freetype/ft_structs.py

feature: Added sfnt related structures and functions
------------------------------------------------------------------------
r23 | Nicolas.Rougier | 2011-02-02 09:01:24 +0100 (Wed, 02 Feb 2011) |
1 line
Changed paths:
A /trunk/NOTES.txt
A /trunk/README.txt
M /trunk/setup.py

feature: Updates file for 0.2.0 release
------------------------------------------------------------------------
r24 | Nicolas.Rougier | 2011-02-02 09:03:30 +0100 (Wed, 02 Feb 2011) |
1 line
Changed paths:
A /tags/release-0.2.0 (from /trunk:22)
A /tags/release-0.2.0/NOTES.txt (from /trunk/NOTES.txt:23)
A /tags/release-0.2.0/README.txt (from /trunk/README.txt:23)
R /tags/release-0.2.0/setup.py (from /trunk/setup.py:23)

Tagging the 0.2.0 release
------------------------------------------------------------------------
r25 | Nicolas.Rougier | 2011-03-07 20:26:42 +0100 (Mon, 07 Mar 2011) |
1 line
Changed paths:
M /trunk/examples/glyph-lcd.py
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_enums.py
M /trunk/setup.py

Added missing enums/methods in order to have ftdump.py example working
------------------------------------------------------------------------
r26 | Nicolas.Rougier | 2011-03-07 20:29:56 +0100 (Mon, 07 Mar 2011) |
1 line
Changed paths:
A /trunk/examples/ftdump.py

forgot to add the ftdump.py...
------------------------------------------------------------------------
r27 | Nicolas.Rougier | 2011-03-07 21:22:39 +0100 (Mon, 07 Mar 2011) |
1 line
Changed paths:
M /trunk/examples/opengl.py

Fix call to is_fixed_width
------------------------------------------------------------------------
r28 | Nicolas.Rougier | 2011-03-07 21:26:11 +0100 (Mon, 07 Mar 2011) |
1 line
Changed paths:
M /trunk/examples/sfnt-names.py

Added decode function since this is not made anymore within the
bindings
------------------------------------------------------------------------
r29 | Nicolas.Rougier | 2011-03-08 13:59:41 +0100 (Tue, 08 Mar 2011) |
1 line
Changed paths:
M /trunk/examples/font-info.py
M /trunk/examples/ftdump.py
M /trunk/examples/sfnt-names.py

Fix utf-8 encoding problems
------------------------------------------------------------------------
r30 | Nicolas.Rougier | 2011-03-15 22:32:00 +0100 (Tue, 15 Mar 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

Fix first/next char (missing byref)
------------------------------------------------------------------------
r31 | Nicolas.Rougier | 2011-03-15 22:33:54 +0100 (Tue, 15 Mar 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/setup.py

Updated version micro number and notes
------------------------------------------------------------------------
r32 | Nicolas.Rougier | 2011-03-31 12:16:03 +0200 (Thu, 31 Mar 2011) |
1 line
Changed paths:
M /trunk/examples/ascii.py

Reset color at end of each line
------------------------------------------------------------------------
r33 | Nicolas.Rougier | 2011-03-31 12:16:53 +0200 (Thu, 31 Mar 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_enums.py
M /trunk/freetype/ft_structs.py

Added necessary enums/bindings/class for FT_Stroker
------------------------------------------------------------------------
r34 | Nicolas.Rougier | 2011-03-31 19:04:17 +0200 (Thu, 31 Mar 2011) |
1 line
Changed paths:
A /trunk/examples/glyph-outline.py
A /trunk/examples/glyph-vector-2.py
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_structs.py

Added the glyph-outine example and fix code such that it work !
------------------------------------------------------------------------
r35 | Nicolas.Rougier | 2011-04-01 12:41:08 +0200 (Fri, 01 Apr 2011) |
1 line
Changed paths:
A /trunk/examples/glyph-color.py
M /trunk/examples/glyph-outline.py

Added color example
------------------------------------------------------------------------
r36 | Nicolas.Rougier | 2011-04-01 18:19:43 +0200 (Fri, 01 Apr 2011) |
1 line
Changed paths:
A /wiki/images
A /wiki/images/G.png
A /wiki/images/S.png
A /wiki/images/agg-trick.png
A /wiki/images/hello-world.png
A /wiki/images/outline.png

Upload screenshots
------------------------------------------------------------------------
r37 | Nicolas.Rougier | 2011-04-06 08:57:31 +0200 (Wed, 06 Apr 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/freetype/__init__.py

Documented pythonic interface
------------------------------------------------------------------------
r38 | Nicolas.Rougier | 2011-04-06 09:04:24 +0200 (Wed, 06 Apr 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/setup.py

Upadted NOTES and changed status from alpha to beta
------------------------------------------------------------------------
r39 | Nicolas.Rougier | 2011-04-06 09:09:33 +0200 (Wed, 06 Apr 2011) |
1 line
Changed paths:
A /tags/release-0.3.1 (from /trunk:22)
A /tags/release-0.3.1/NOTES.txt (from /trunk/NOTES.txt:38)
A /tags/release-0.3.1/README.txt (from /trunk/README.txt:23)
R /tags/release-0.3.1/examples/ascii.py (from /trunk/examples/
ascii.py:32)
R /tags/release-0.3.1/examples/font-info.py (from /trunk/examples/
font-info.py:29)
A /tags/release-0.3.1/examples/ftdump.py (from /trunk/examples/
ftdump.py:29)
A /tags/release-0.3.1/examples/glyph-color.py (from /trunk/examples/
glyph-color.py:35)
R /tags/release-0.3.1/examples/glyph-lcd.py (from /trunk/examples/
glyph-lcd.py:25)
A /tags/release-0.3.1/examples/glyph-outline.py (from /trunk/
examples/glyph-outline.py:35)
A /tags/release-0.3.1/examples/glyph-vector-2.py (from /trunk/
examples/glyph-vector-2.py:34)
R /tags/release-0.3.1/examples/opengl.py (from /trunk/examples/
opengl.py:27)
R /tags/release-0.3.1/examples/sfnt-names.py (from /trunk/examples/
sfnt-names.py:29)
R /tags/release-0.3.1/freetype/__init__.py (from /trunk/freetype/
__init__.py:37)
R /tags/release-0.3.1/freetype/ft_enums.py (from /trunk/freetype/
ft_enums.py:33)
R /tags/release-0.3.1/freetype/ft_structs.py (from /trunk/freetype/
ft_structs.py:34)
R /tags/release-0.3.1/setup.py (from /trunk/setup.py:38)

Release 0.3.1
------------------------------------------------------------------------
r40 | Nicolas.Rougier | 2011-04-28 19:55:39 +0200 (Thu, 28 Apr 2011) |
1 line
Changed paths:
A /trunk/examples/wordle.py

Added wordle example
------------------------------------------------------------------------
r41 | Nicolas.Rougier | 2011-04-28 19:56:19 +0200 (Thu, 28 Apr 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_enums.py

Added bounding box modes
------------------------------------------------------------------------
r42 | Nicolas.Rougier | 2011-04-28 19:57:01 +0200 (Thu, 28 Apr 2011) |
1 line
Changed paths:
A /wiki/images/wordle.png

Added wordle.py output
------------------------------------------------------------------------
r43 | Nicolas.Rougier | 2011-04-28 20:01:17 +0200 (Thu, 28 Apr 2011) |
1 line
Changed paths:
M /wiki/images/wordle.png

Flipped image that was saved bottom-up
------------------------------------------------------------------------
r44 | Nicolas.Rougier | 2011-04-28 20:06:39 +0200 (Thu, 28 Apr 2011) |
1 line
Changed paths:
M /trunk/examples/wordle.py

Corrected fail counter
------------------------------------------------------------------------
r45 | Nicolas.Rougier | 2011-04-29 10:29:04 +0200 (Fri, 29 Apr 2011) |
1 line
Changed paths:
M /trunk/examples/wordle.py
M /wiki/images/wordle.png

Implemented better layout for wordle exaple
------------------------------------------------------------------------
r46 | Nicolas.Rougier | 2011-05-01 12:00:16 +0200 (Sun, 01 May 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

Added cbox/bbox to Outline and Face
------------------------------------------------------------------------
r47 | Nicolas.Rougier | 2011-05-01 12:00:34 +0200 (Sun, 01 May 2011) |
1 line
Changed paths:
M /trunk/examples/glyph-outline.py

Corrected comment
------------------------------------------------------------------------
r48 | Nicolas.Rougier | 2011-05-13 08:24:56 +0200 (Fri, 13 May 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/freetype/__init__.py

Added __del__ method to Face class
------------------------------------------------------------------------
r49 | Nicolas.Rougier | 2011-05-16 08:34:41 +0200 (Mon, 16 May 2011) |
1 line
Changed paths:
M /trunk/examples/agg-trick.py
M /trunk/examples/ascii.py
M /trunk/examples/example_1.py
M /trunk/examples/glyph-alpha.py
M /trunk/examples/glyph-color.py
M /trunk/examples/glyph-lcd.py
M /trunk/examples/glyph-monochrome.py
M /trunk/examples/glyph-outline.py
M /trunk/examples/glyph-vector-2.py
M /trunk/examples/hello-world.py
M /trunk/examples/opengl.py
M /trunk/examples/wordle.py
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_enums.py
M /trunk/freetype/ft_errors.py
M /trunk/freetype/ft_structs.py
M /trunk/freetype/ft_types.py

Added explicit utf-8 encoding to all sources and corrected "Bezier"
spelling where necessary
------------------------------------------------------------------------
r50 | Nicolas.Rougier | 2011-05-16 08:35:30 +0200 (Mon, 16 May 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt

Updated NOTES.txt
------------------------------------------------------------------------
r51 | Nicolas.Rougier | 2011-07-01 09:47:10 +0200 (Fri, 01 Jul 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

Added test against freetype version for lcd_filter_weights
------------------------------------------------------------------------
r52 | Nicolas.Rougier | 2011-07-01 09:47:39 +0200 (Fri, 01 Jul 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/setup.py

Updated version number and notes
------------------------------------------------------------------------
r53 | Nicolas.Rougier | 2011-07-01 09:52:59 +0200 (Fri, 01 Jul 2011) |
1 line
Changed paths:
A /tags/release-0.3.2 (from /trunk:22)
A /tags/release-0.3.2/NOTES.txt (from /trunk/NOTES.txt:52)
A /tags/release-0.3.2/README.txt (from /trunk/README.txt:23)
R /tags/release-0.3.2/examples/agg-trick.py (from /trunk/examples/
agg-trick.py:49)
R /tags/release-0.3.2/examples/ascii.py (from /trunk/examples/
ascii.py:49)
R /tags/release-0.3.2/examples/example_1.py (from /trunk/examples/
example_1.py:49)
R /tags/release-0.3.2/examples/font-info.py (from /trunk/examples/
font-info.py:29)
A /tags/release-0.3.2/examples/ftdump.py (from /trunk/examples/
ftdump.py:29)
R /tags/release-0.3.2/examples/glyph-alpha.py (from /trunk/examples/
glyph-alpha.py:49)
A /tags/release-0.3.2/examples/glyph-color.py (from /trunk/examples/
glyph-color.py:49)
R /tags/release-0.3.2/examples/glyph-lcd.py (from /trunk/examples/
glyph-lcd.py:49)
R /tags/release-0.3.2/examples/glyph-monochrome.py (from /trunk/
examples/glyph-monochrome.py:49)
A /tags/release-0.3.2/examples/glyph-outline.py (from /trunk/
examples/glyph-outline.py:49)
A /tags/release-0.3.2/examples/glyph-vector-2.py (from /trunk/
examples/glyph-vector-2.py:49)
R /tags/release-0.3.2/examples/hello-world.py (from /trunk/examples/
hello-world.py:49)
R /tags/release-0.3.2/examples/opengl.py (from /trunk/examples/
opengl.py:49)
R /tags/release-0.3.2/examples/sfnt-names.py (from /trunk/examples/
sfnt-names.py:29)
A /tags/release-0.3.2/examples/wordle.py (from /trunk/examples/
wordle.py:49)
R /tags/release-0.3.2/freetype/__init__.py (from /trunk/freetype/
__init__.py:51)
R /tags/release-0.3.2/freetype/ft_enums.py (from /trunk/freetype/
ft_enums.py:49)
R /tags/release-0.3.2/freetype/ft_errors.py (from /trunk/freetype/
ft_errors.py:49)
R /tags/release-0.3.2/freetype/ft_structs.py (from /trunk/freetype/
ft_structs.py:49)
R /tags/release-0.3.2/freetype/ft_types.py (from /trunk/freetype/
ft_types.py:49)
R /tags/release-0.3.2/setup.py (from /trunk/setup.py:52)

Tagged release 0.3.2
------------------------------------------------------------------------
r54 | Nicolas.Rougier | 2011-07-02 13:54:20 +0200 (Sat, 02 Jul 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

Added test against freetyype version for FT_Reference_Face
------------------------------------------------------------------------
r55 | Nicolas.Rougier | 2011-07-25 17:56:16 +0200 (Mon, 25 Jul 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/freetype/__init__.py
M /trunk/setup.py

When find_library fails, try alternate method (linux only)
------------------------------------------------------------------------
r56 | Nicolas.Rougier | 2011-08-12 19:22:28 +0200 (Fri, 12 Aug 2011) |
1 line
Changed paths:
M /trunk/freetype/__init__.py

Added a version test (> 2.3.8) for FT_Get_FSType_FLags
------------------------------------------------------------------------
r57 | Nicolas.Rougier | 2011-08-12 20:01:39 +0200 (Fri, 12 Aug 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt

Updated notes for release 0.3.3
------------------------------------------------------------------------
r58 | Nicolas.Rougier | 2011-08-12 20:02:10 +0200 (Fri, 12 Aug 2011) |
1 line
Changed paths:
A /tags/release-0.3.3 (from /trunk:22)
A /tags/release-0.3.3/NOTES.txt (from /trunk/NOTES.txt:57)
A /tags/release-0.3.3/README.txt (from /trunk/README.txt:23)
R /tags/release-0.3.3/examples/agg-trick.py (from /trunk/examples/
agg-trick.py:49)
R /tags/release-0.3.3/examples/ascii.py (from /trunk/examples/
ascii.py:49)
R /tags/release-0.3.3/examples/example_1.py (from /trunk/examples/
example_1.py:49)
R /tags/release-0.3.3/examples/font-info.py (from /trunk/examples/
font-info.py:29)
A /tags/release-0.3.3/examples/ftdump.py (from /trunk/examples/
ftdump.py:29)
R /tags/release-0.3.3/examples/glyph-alpha.py (from /trunk/examples/
glyph-alpha.py:49)
A /tags/release-0.3.3/examples/glyph-color.py (from /trunk/examples/
glyph-color.py:49)
R /tags/release-0.3.3/examples/glyph-lcd.py (from /trunk/examples/
glyph-lcd.py:49)
R /tags/release-0.3.3/examples/glyph-monochrome.py (from /trunk/
examples/glyph-monochrome.py:49)
A /tags/release-0.3.3/examples/glyph-outline.py (from /trunk/
examples/glyph-outline.py:49)
A /tags/release-0.3.3/examples/glyph-vector-2.py (from /trunk/
examples/glyph-vector-2.py:49)
R /tags/release-0.3.3/examples/hello-world.py (from /trunk/examples/
hello-world.py:49)
R /tags/release-0.3.3/examples/opengl.py (from /trunk/examples/
opengl.py:49)
R /tags/release-0.3.3/examples/sfnt-names.py (from /trunk/examples/
sfnt-names.py:29)
A /tags/release-0.3.3/examples/wordle.py (from /trunk/examples/
wordle.py:49)
R /tags/release-0.3.3/freetype/__init__.py (from /trunk/freetype/
__init__.py:56)
R /tags/release-0.3.3/freetype/ft_enums.py (from /trunk/freetype/
ft_enums.py:49)
R /tags/release-0.3.3/freetype/ft_errors.py (from /trunk/freetype/
ft_errors.py:49)
R /tags/release-0.3.3/freetype/ft_structs.py (from /trunk/freetype/
ft_structs.py:49)
R /tags/release-0.3.3/freetype/ft_types.py (from /trunk/freetype/
ft_types.py:49)
R /tags/release-0.3.3/setup.py (from /trunk/setup.py:55)

Tagged release 0.3.3
------------------------------------------------------------------------
r59 | Nicolas.Rougier | 2011-08-18 09:40:24 +0200 (Thu, 18 Aug 2011) |
1 line
Changed paths:
A /trunk/examples/shader.py
A /trunk/examples/subpixel-positioning.py
A /trunk/examples/texture_font.py

Added OpenGL subpixel positoning example
------------------------------------------------------------------------
r60 | Nicolas.Rougier | 2011-08-18 09:41:20 +0200 (Thu, 18 Aug 2011) |
1 line
Changed paths:
A /wiki/images/opengl.png

Added subpixel positioning screenshot
------------------------------------------------------------------------
r61 | Nicolas.Rougier | 2011-09-12 08:14:12 +0200 (Mon, 12 Sep 2011) |
1 line
Changed paths:
M /trunk/examples/texture_font.py
M /trunk/freetype/__init__.py

Removed the buggy ord() from the load_char function
------------------------------------------------------------------------
r62 | Nicolas.Rougier | 2011-09-13 19:03:44 +0200 (Tue, 13 Sep 2011) |
1 line
Changed paths:
M /trunk/NOTES.txt
M /trunk/README.txt
M /trunk/freetype/__init__.py
M /trunk/freetype/ft_enums.py

Added Face.get_format and Face.get_fstype and fixed a bug in
Face.load_char
------------------------------------------------------------------------
Reply all
Reply to author
Forward
0 new messages