generated from mwc/problemset_typeface
2eba3d48c1829f2570513f702a73e75f63e8e80d
For the Letter D, I experimented with using a curve. I first tried the circle function, but it was making the circle and arc too large, so I then looked to see if there was an oval function. After I wasn't able to find one I realized that I could just make the base of the letter longer and then use half a circle and it would still look like the letter D. For this letter, I made a function to draw the arc and then ran it twice, once for the outer part of the letter and once for the inner part. Once running the proof, I thought the E looked too thick, so I also changed the height of each part of the E to make it match the other letters.
Description
No description provided
Languages
Python
100%