PyCon JP 2026

Fri, Aug 21 · 14:15 – 14:45 @ Dahlia 2

TalkIntermediateENPython Core and Ecosystem

The Hidden Python Behind Every Typeface: Engineering Variable Fonts

Daksh P. Jain

Abstract

Modern fonts look like static design assets, but they are actually complex software packages. Inside every .ttf and .otf file is a structured database of geometry, lookup tables, and rendering rules. The global type industry like Google Fonts, Adobe, and many independent foundries relies on Python to build, inspect, and automate these fonts.

This talk takes a practical, engineering-first look at how Python powers modern typography. Using the open-source FontTools library, I will show how glyphs are stored as contours and Bezier points, how font binaries can be decompiled into editable XML, and how changes can be compiled back into a working font. We will also look at the interpolation math that allows Variable Fonts to morph smoothly between weights such as Thin and Bold.

About the speaker

Daksh P. Jain

Daksh P. Jain

Hey there! I'm Daksh, a freelance design engineer (aka software engineer and product/visual designer) who enjoys building products that feel simple, clear and human. I have spent the last six years (professionally 3) working across backend systems, cloud tools, AI, frontend interfaces and product design. I like combining these areas to create end-to-end experiences where the engineering and the design support each other.

I have worked with startups, nonprofits and tech communities to build dashboards, tools and systems that are easy to use and easy to maintain. I care a lot about open source and community. I organize PyDelhi (New Delhi's Python user group) and have been helping with EuroPython since 2023, and I spend a good amount of time learning from the people around me.

Outside work, I read and write about psychology, sociology and philosophy. I like understanding how people think, feel and connect, and I try to bring that sensitivity into the things I build :)