Go to file
Chris Mekelburg 2eba3d48c1 Made letter D and also changed E to match fonts
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.
2024-09-21 12:41:45 -04:00
.commit_template Initial commit 2024-08-27 23:08:18 +00:00
.gitignore Initial commit 2024-08-27 23:08:18 +00:00
grid.py Initial commit 2024-08-27 23:08:18 +00:00
poetry.lock Initial commit 2024-08-27 23:08:18 +00:00
proof.py Initial commit 2024-08-27 23:08:18 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:18 +00:00
test.py Initial commit 2024-08-27 23:08:18 +00:00
typeface.py Made letter D and also changed E to match fonts 2024-09-21 12:41:45 -04:00