6 ms·
Could you share more information on this custom python procedural engine?
by grilledchickenw 8mo ago
Could you share more information on this custom python procedural engine?
- xeniafont 8mo agoya... so i just use reportlab and i just created custom drawing classes for lines and arcs, which takes in a variable "weight" that controls the "thickness" of the line it draws... and then after you generate the "basics" (A-z, digits and some basic shapes like dots and whatnot), almost all the remaining glyphs are just some (scaled) combination of those glyphs, in some way or another... and i made like a "map" of that... does that make sense?
- xeniafont 8mo agoand you dont even need all the A-z and digits...