تغريدة مثبتة
FontTools
58 posts

FontTools
@FontTools
We develop FontTools, a Python library to manipulate font files.
انضم Ocak 2018
1 يتبع667 المتابعون
FontTools أُعيد تغريده

Increasingly think this might be the most important chart in the world right now

Adam Dorr@adam_dorr
China is on track to install ~20 times more solar in 2025 than the United States. Yeah.
English
FontTools أُعيد تغريده

"2025Q1 Fonts Quarterly" is out: what I worked on in font technology (mostly HarfBuzz) land this past quarter:
docs.google.com/document/d/1RU…
cc @harfbuzz @FontTools
English
FontTools أُعيد تغريده

I posted some notes about what we have been doing this quarter re font technology at behdad.org/fonts2024q4 #opentype @harfbuzz @FontTools
English
FontTools أُعيد تغريده

I'd like to share with you the "State of Text Rendering 2024", a survey of the Free & Open Source fonts & text rendering landscape advancements since 2009.
behdad.org/text2024/
@harfbuzz @FontTools @googlefonts
English

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
FontTools أُعيد تغريده

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

@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

@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

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

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
FontTools أُعيد تغريده

This is a gist of FontTools-based utilites & extension libraries. Ones I know about, anyway.
gist.github.com/n8willis/49355…
English
FontTools أُعيد تغريده

We are looking for a font engineer.
typotheque.com/blog/job_openi…
English
FontTools أُعيد تغريده

@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
FontTools أُعيد تغريده

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
FontTools أُعيد تغريده

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
FontTools أُعيد تغريده

The latest @FontTools release has a nice feature courtesy of some work @KhaledGhetas was doing for us: now subset OTL table contents by language system tags.
github.com/fonttools/font…
English