Go to file
Chris Mekelburg cdc326d566 letter x, final showing all 4 letters
Letter X was designed using a function for each cross piece.
I felt like with this letter I was getting more used to using the grid
and using the sqrt function for the sides. I tried to make the letter
just as thick as the other 3, but working on a diagonal complicated
this a bit. I would have had to work with an even smaller grid to make
the X have a width of 1 unit rather than sqrt(2)*unit, so I ended up
leaving it this way and the letters still look the same size when
running the proof.
2024-09-21 17:04:36 -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 letter x, final showing all 4 letters 2024-09-21 17:04:36 -04:00