FontTools

58 posts

FontTools banner
FontTools

FontTools

@FontTools

We develop FontTools, a Python library to manipulate font files.

Entrou em Ocak 2018
1 Seguindo667 Seguidores
FontTools
FontTools@FontTools·
FontTools 4.52.x is out with lots of interesting CFF goodies: - Partial and static instancing of CFF2 variable fonts. - Two new modules and command-lines: cffLib.CFFToCFF2 and cffLib.CFF2ToCFF for conversions between CFF and CFF2. Check it out: github.com/fonttools/font…
English
0
3
6
1.8K
FontTools retweetou
Behdad Esfahbod
Behdad Esfahbod@behdadesfahbod·
New @fonttools 4.45.0 is a `pip install --upgrade fonttools` away from you! It contains my work on generating PDF/HTML from the `varLib.interpolatable` tool. Check out the sample output: github.com/behdad/google-…
English
1
4
30
2.6K
FontTools
FontTools@FontTools·
@typemytype We don't want to rush things, simply follow the EOL support schedule used by the majority of open source python projects. What software or other of users of fontTools still requires python3.7 and can't use >= 3.8 instead?
English
0
0
1
0
@typemytype@typo.social
@[email protected]@typemytype·
@FontTools I guess a poll on twitter is not best decision making. There are tons of unsupported packages for the mix of intel/M1 with different version of python. Dont rush!
English
1
0
1
0
FontTools
FontTools@FontTools·
Which Python version are you using FontTools with? Context: we are thinking of dropping support for Python 3.7 before its scheduled end-of-life around mid next year: github.com/fonttools/font… Shout if you'd like us to continue supporting Python 3.7 for a few more months!
English
1
4
3
0
FontTools
FontTools@FontTools·
FontTools 4.38.0 is out! Thanks to @behdad, the instancer can now change a variable font's axis default value, e.g. you have 2 masters Thin+Black and want a Regular in between, or wish to restrict min/max to a range that doesn't include the old default github.com/fonttools/font…
English
1
6
22
0
FontTools retweetou
C. Davenport
C. Davenport@connordavenpo·
@revolvertype f = TTFont(path/to/font.ttf) for table in f["cmap"].tables: # chr(97) == "a" table.cmap[97] = "s" AFAIK you have to set a glyph for a unicode and not a unicode for a glyph.
English
1
1
7
0
FontTools retweetou
Ken Lunde 小林剣
Ken Lunde 小林剣@ken_lunde·
God. As a professional font developer with nearly 30 years of experoence, I love @FontTools and #Python. That is all. @ThePSF
San Jose, CA 🇺🇸 English
0
2
3
0
FontTools retweetou
Just van Rossum
Just van Rossum@justvanrossum·
The power of @FontTools Pens is all about protocol: it's a standardized collection of methods with standardized call signatures. Any object that implements the pen protocol can be used by any code that writes to pens. Any code that writes to pens can be used with any pen.
Roberto Arista @[email protected]@rob_arista

This morning I've been subclassing a @FontTools BasePen, and it's such a cool abstraction. Easy to use, clean code, very expressive. Thanks @justvanrossum

English
1
1
10
0