top | item 46671126

(no title)

grilledchickenw | 1 month ago

Could you share more information on this custom python procedural engine?

discuss

order

xeniafont|1 month ago

ya...

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|1 month ago

and you dont even need all the A-z and digits...