Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Spec: How to order font name particles? #63

Open
davelab6 opened this issue May 14, 2020 · 4 comments
Open

Spec: How to order font name particles? #63

davelab6 opened this issue May 14, 2020 · 4 comments

Comments

@davelab6
Copy link
Member

For ordering font naming particles, I think

  1. family
  2. optical-size
  3. weight
  4. width
  5. slant
  6. italic
  7. custom

is good; this seems to roughly adhere to the English grammatical rule for order of adjectives, and perhaps $custom has to do so recursively as well.

Here's the rule:

a book called The Elements of Eloquence: How to Turn the Perfect English Phrase. Adjectives, writes the author, professional stickler Mark Forsyth, “absolutely have to be in this order:

  1. opinion
  2. size
  3. age
  4. shape
  5. colour
  6. origin
  7. material
  8. purpose
  9. Noun

So you can have a lovely little old rectangular green French silver whittling knife. But if you mess with that order in the slightest you’ll sound like a maniac.”

https://qz.com/773738/how-non-english-speakers-are-taught-this-crazy-english-grammar-rule-you-know-but-youve-never-heard-of/

Microsoft uses "WWS" for Weight, Width, Slope, and I think for families with both slant and italic, slant should be first, as slant is about shape, while italic is sort of more about 'material' (or even origin!)

@arrowtype
Copy link

Interesting way to frame this theory.

Typographically, “italic” tends to be more about “purpose” than material (it’s all digital) or origin (despite the naming, none of my type is made in Italy). The primary purpose of italics is to provide a modified typographic emphasis on certain text.

I haven’t simulated it in my head all the way through, but I suspect that most people would be confused if the slant were mentioned before width & weight.

Another way to look at this is: how much does each parameter effect the layout or overall line length? In that sense, the typical order is probably:

  1. Width
  2. Weight
  3. Italic
  4. Slant

But, it’s hard to say where Optical Size would tend to land in there.

So really, it’s probably more about a user's “decision tree.” How does the typical type user filter down to what they want for a given typographic moment? This might be:

  1. Optical size (how big is this element?)
  2. Width (how much room do I have?)
  3. Weight (how intense should this be?)
  4. Italic (is it special?)
  5. Slant (should it be modified visually?)

@davelab6
Copy link
Member Author

I haven’t simulated it in my head all the way through, but I suspect that most people would be confused if the slant were mentioned before width & weight.

Sorry, I just meant between slant and italic, which should be 1st/2nd

it’s probably more about a user's “decision tree.”

@dberlow calls this “the mantra,” I think :)

Eg

Roboto Latin 36pt Bold Condensed 9deg Italic Positive Grade

@m4rc1e
Copy link
Contributor

m4rc1e commented May 15, 2020

We currently have the following:

opsz wdth wght

https://github.com/googlefonts/gf-docs/tree/master/Spec#instance-names


I'm starting to believe we shouldn't include every axis particle in the instance names. I'd prefer the non-registered axes to be included in the STAT table only. Even if no apps currently use the STAT, users still have sliders in DTP apps to control these axes.

I honestly think we should make a decent test case and run a UX test before we make a decision on this.

From my point of view, I don't want to see hundreds of instances. If i want precise control, I'll adjust a slider.

By not including every particle, we'll avoid font menu name clipping as well. "Roboto Latin 36pt Bold Condensed 9deg Italic Positive Grade" is definatley going to clip :-)

@dberlow
Copy link

dberlow commented May 15, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants