Variable Fonts
31–40 of 50 posts
Re: Variable Fonts
#32I think variable fonts are really neat—but I'm curious to know what professional typographers think about them. Take Concourse [1] by Matthew Butterick for example—if you click on the "PDF" link at the top, you'll get a PDF sample of the Concourse font, and on page 7 Butterick talks about how the font has been carefully duplexed so that different weights always take up the same amount of space. With a variable-width…
While you can try to adjust tracking to make one weight of a face match the spacing of another, the faces are probably individually adjusted to make their own default spacing coherent within the face. It may be different enough between just two faces to sometimes not work, and even less across the entire range.
Adobe Acrobat used a version of Myriad and Minion as under-the-hood variable font substitution to make every PDF readable at least even if you didn't have the original typeface. The promise was you would never see Courier again. Multiple Master fonts made available this idea where you could generate specific typefaces along different axes for your design needs, but it wasn't a live thing, and you ended up with lots of discrete font files. My recollection of Multiple Master was that everyone hated them and were glad to see them die. Maybe the automated adjusting of parameters makes the implementation palatable now.
[1]: https://www.typography.com/fonts/mercury-text/design-notes
Re: Variable Fonts
#33Earlier quoted context omitted.
Many professional typographers exist. Sometimes I am one. Most published type needs to be professionally typeset. The difference between a typical word document and a professional-quality document is far less about the software than it is about the person operating it— there’s a lot of nuance to doing it well. Many folks in the engineering trades tend to see it (and many other types of visual design) as quaint or fri…
Can't reply to the GP as they are (rightly) flagged, but this engineering mindset that anything which adds elegance or beauty is frivilous really limits the ability of an 'engineer'. Look at the works of the great 19th century engineers like Watt and Brunel, or for more recent examples, the work or Cecil Balmond. There no reason why the elegance of the solution employed in these examples of civil and structural engin…
I’m comfortable with layout not being engineering— the processes are quite different. What annoys me is that so many in engineering look down on it because of that.
Re: Variable Fonts
#34I wasted two days recently trying to make a variable font using free software. The only ressource I found is a youtube video telling me to use a python script from a google drive. It didn't work despite many many tries. I have two woffs of the same font that I bought and I wanna make a variable woff2 with only these two variants. I couldn't believe that there isn't a clear way to do this. Here's the youtube video: ht…
Re: Variable Fonts
#35I'm torn. Variable fonts are neat, but they also lay bare how woefully complicated every single layer of our software stack is where even displaying a single glyph requires interpreting a Turing-complete programming language. As I get older I increasingly just want a more transparent and understandable system that does less, even if that means giving up bells and whistles like automagic font kerning.
And I don't think most variable fonts require any kind of Turing-complete programming language? They're basically just interpolation. And interpolation is not that much added complexity for the rendering engine.
I agree with you that the kind of Turing-complete calculations that fonts these days are able to do, make me feel uneasy as well. But for me, variable fonts don't fall into that category. I look forward to the day when variable fonts are the norm for typefaces that come in different weights and widths.
Re: Variable Fonts
#36Re: Variable Fonts
#37Can you subset variable fonts? One way to reduce the size of a font file is the remove all characters not needed (eg non-Latin characters) Is it possible to subset a variable font? Font Squirel is great at subletting non-variable fonts. https://www.fontsquirrel.com/tools/webfont-generator
What I'm more curious about is whether variable fonts can save disk space. I.e. whether a variable font that interpolates between "regular" and "bold" is smaller than one font file in "regular" and another in "bold".
Because so much about the two variations is the same -- the same glyphs, the same number of anchor points, in the same order... it's just the actual anchor point coordinates and control point values that differ. I find myself wondering if the actual font file is encoded in a way that eliminates as much redundant information as possible, or if it's basically merely multiple font files concatenated together with extra info on top.
Re: Variable Fonts
#38i prefer calling this concept by its original name, "metafont", in part because "variable font" is sometimes used as lazy shorthand for "variable-pitch font", i.e. proportional rather than fixed-pitch like a typewriter. on the other hand, "metafont" is also the name of a particular piece of free software for this purpose
Re: Variable Fonts
#39I found MM fonts to be super-nice in the nineties. I could emphasize things and keep a very nice visual hierarchy while maintaining very nice stylistic consistency.
I've been confused as to why we can't have them in 2023.
These aren't nearly as pretty as the fonts I used close to three decades ago. Fonts programs are copyrightable (the things which render the bitmap), but font glyphs are not. Even if they were, there are plenty of beautifully-typeset books from hundreds of years ago. Digitizing those should not be hard.
Re: Variable Fonts
#40Can you subset variable fonts? One way to reduce the size of a font file is the remove all characters not needed (eg non-Latin characters) Is it possible to subset a variable font? Font Squirel is great at subletting non-variable fonts. https://www.fontsquirrel.com/tools/webfont-generator
Yes, both in theory and in practice [1]. What I'm more curious about is whether variable fonts can save disk space. I.e. whether a variable font that interpolates between "regular" and "bold" is smaller than one font file in "regular" and another in "bold". Because so much about the two variations is the same -- the same glyphs, the same number of anchor points, in the same order... it's just the actual anchor point…
(Like Font Squirrel from above)