Reading this really helps illustrate why and how a font is considered a computer program and thus eligible for copyright protection. I don’t think most laypeople (and even many programmers) intuitively think of it that way because they seem like a collection of little pictures, but so much work goes into these fonts. We are fortunate to have so many good ones to choose from today, and that someone has footed the bill…
A 17th-century font in a 21st-century thesis
31–40 of 139 posts
Re: A 17th-century font in a 21st-century thesis
#32When I was trying to avoid writing my thesis I just played video games
Re: A 17th-century font in a 21st-century thesis
#33Earlier quoted context omitted.
It's amazing what kind of epic projects a thesis can motivate you to take on (rather than your thesis).
I learnt to solve the Rubik's cube (actually the Rubik's revenge, the 4x4x4 variant) during the last month of my undergraduate thesis...
Re: A 17th-century font in a 21st-century thesis
#34Not a big typography expert, but one font I like and try to use often, is Baskerville.
On the other hand, while I love LaTeX, I absolutely abhor Computer Modern. Maybe it's not the font's fault, but rather the fact that by using it every paper ends up looking the same - but it just bores me to death.
Re: A 17th-century font in a 21st-century thesis
#35When I was trying to avoid writing my thesis I just played video games
Re: A 17th-century font in a 21st-century thesis
#36Re: A 17th-century font in a 21st-century thesis
#37Is there a way to specify something like that in the font language? Or does the rasterization engine have to implement that?
Re: A 17th-century font in a 21st-century thesis
#38Re: A 17th-century font in a 21st-century thesis
#39What I wish for is rather than encoding the wavy imperfections in the font, they should be procedurally generated at rasterization time. This way, the graininess can stay at the same resolution regardless of the font-size. As it is now, if you have a 120pt font, the rough edges are magnified. Is there a way to specify something like that in the font language? Or does the rasterization engine have to implement that?