danfortunato / ultraSEM

The ultraspherical spectral element method
MIT License
29 stars 3 forks source link

Add missing letters to alphabet.m #28

Closed nickhale closed 4 years ago

danfortunato commented 4 years ago

We could potentially implement the letters according to a pixel font, so that they are all the same width in both uppercase and lowercase:

nickhale commented 4 years ago

The problem is that the more accurately you represent the letters, the more isolated squares you have. As Alex mentioned in #9, we could get around this by using triangles. How well could we do using a 5x3 grid and allowing triangles?

On the other hand, this is only a toy and not a particularly practical feature, so I'm not sure we need to worry too much.

danfortunato commented 4 years ago

Right, I forgot this was in #9 already. We could do well with quads/triangles on the slanted regions I think. But I'll merge this and we can worry about it later.