Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v1.0.3
bdflib
Browse files
Sep 25, 2016
Ignore blank lines in BDF files.
· d4c6fff6
Tim Allen
authored
Sep 25, 2016
View commits for tag v1.0.3
v1.0.3
d4c6fff6
Mar 27, 2016
Add a README document.
· 656d40b2
Tim Allen
authored
Mar 27, 2016
View commits for tag v1.0.2
v1.0.2
656d40b2
Mar 26, 2016
Add tox support.
· 882a87f2
Tim Allen
authored
Mar 26, 2016
882a87f2
Don't crash setup.py if git is not installed.
· 449484ec
Tim Allen
authored
Mar 26, 2016
449484ec
Apr 06, 2015
Move homepage to GitLab.
· f5d7e7a5
Tim Allen
authored
Apr 06, 2015
View commits for tag v1.0.1
v1.0.1
f5d7e7a5
Mar 22, 2009
Update the homepage to the descriptive page I just created.
· 3bdbd4f9
Tim Allen
authored
Mar 22, 2009
3bdbd4f9
Add distutils support.
· 5ee944ec
Tim Allen
authored
Mar 22, 2009
View commits for tag v1.0.0
v1.0.0
5ee944ec
Put this code under GPLv3
· da8df526
Tim Allen
authored
Mar 22, 2009
da8df526
Allow glyphs to be deleted.
· 57ceb8b0
Tim Allen
authored
Mar 22, 2009
57ceb8b0
Feb 23, 2009
Advance-width alteration should be part of emboldening.
· 19780bf2
Tim Allen
authored
Feb 23, 2009
19780bf2
Nov 09, 2008
Merging glyphs shouldn't mess with the advance width.
· 73d6bee6
Tim Allen
authored
Nov 09, 2008
73d6bee6
Oct 24, 2008
Support BELOW and BELOW-ATTACHED combining characters
· 5d22973c
Tim Allen
authored
Sep 29, 2008
5d22973c
Oct 19, 2008
Support ABOVE combining characters.
· c2d0a2dc
Tim Allen
authored
Sep 29, 2008
c2d0a2dc
Fix spacing in test_glyph_combining
· e14441d4
Tim Allen
authored
Oct 19, 2008
e14441d4
The default glyph should be the highest codepoint.
· a7e4af35
Tim Allen
authored
Oct 04, 2008
a7e4af35
Oct 12, 2008
Use symbolic names for combining classes.
· 3548da6b
Tim Allen
authored
Sep 29, 2008
3548da6b
Code for emboldening and merging fonts
· 81ad2a31
Tim Allen
authored
Sep 29, 2008
81ad2a31
Properly calculate FONT_ASCENT and FONT_DESCENT from FONTBOUNDINGBOX.
· f43df02a
Tim Allen
authored
Sep 29, 2008
f43df02a
Add methods for iterating over a font's properties and codepoints.
· 42e74258
Tim Allen
authored
Sep 29, 2008
42e74258
Add Glyph.get_ascent() and Glyph.get_descent()
· 05308bd4
Tim Allen
authored
Sep 28, 2008
05308bd4
Rename combine-glyphs to our standard naming scheme.
· df153c95
Tim Allen
authored
Sep 28, 2008
df153c95
Font.copy() returns an identical but distinct copy of the original font.
· 5cf7cb4f
Tim Allen
authored
Sep 28, 2008
5cf7cb4f
Test that ignorable properties are ignored
· 6cadb15a
Tim Allen
authored
Sep 28, 2008
6cadb15a
Add more plans for new features I thought up.
· 73df963b
Tim Allen
authored
Sep 28, 2008
73df963b
Ignore gbdfed's backup files
· 881e60a5
Tim Allen
authored
Sep 29, 2008
881e60a5
Sep 20, 2008
While filling in a font, keep track of missing components.
· 2e778bc7
Tim Allen
authored
Sep 20, 2008
2e778bc7
It's more important to know about missing combining classes than missing chars.
· 8eba86de
Tim Allen
authored
Sep 20, 2008
8eba86de
Move combining functions into a class.
· 86a56145
Tim Allen
authored
Sep 20, 2008
86a56145
Allow combining classes to be specified in the decomposition dict.
· c157aa2a
Tim Allen
authored
Sep 20, 2008
c157aa2a
A tool for filling out a BDF font based on combining characters.
· 65b4f3a1
Tim Allen
authored
Sep 20, 2008
65b4f3a1
Another TODO item
· 446296cf
Tim Allen
authored
Sep 20, 2008
446296cf
Add a function to automatically add all possible characters to a font.
· 14ce067f
Tim Allen
authored
Sep 20, 2008
14ce067f
Remove a TODO fixed in the last commit
· 4ea47251
Tim Allen
authored
Sep 20, 2008
4ea47251
Sep 13, 2008
Added some basic functions for finding combining characters.
· 448be508
Tim Allen
authored
Sep 13, 2008
448be508
Ignore .bdf files we use for testing.
· f0d49512
Tim Allen
authored
Sep 13, 2008
f0d49512
Sep 11, 2008
Harmonized the reader and writer APIs.
· 620715ce
Tim Allen
authored
Sep 11, 2008
620715ce
Sep 09, 2008
More TODO ideas.
· d6013c0a
Tim Allen
authored
Sep 09, 2008
d6013c0a
Ignore BDF properties that duplicate information in the BDF headers.
· 64a103d3
Tim Allen
authored
Sep 09, 2008
64a103d3
Pad bitmap-data to an integer number of bytes, not nybbles.
· ca22b3b5
Tim Allen
authored
Sep 09, 2008
ca22b3b5
Fix bitmap-data zero-padding for non-multiple-of-four glyph widths.
· f29fc2ec
Tim Allen
authored
Sep 09, 2008
f29fc2ec
Loading