Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The tricky business of italics #3

Open
robmck-ms opened this issue Oct 31, 2016 · 2 comments
Open

The tricky business of italics #3

robmck-ms opened this issue Oct 31, 2016 · 2 comments

Comments

@robmck-ms
Copy link

There's a little aside in the doc:

Italic isn’t a design axis; it’s handled separately, for two reasons: first, you don’t really want people to be producing semi-italic fonts, and second, often the italic shapes of characters are quite different to the upright shapes, so it’s not possible or sensible to interpolate between them.

From a design perspective, this all makes sense. From a tech perspective, the spec does provide the 'ital' axis for those who want to go there. More importantly, the italic axis must appear in the STAT table for a font (even if the given font is a Roman) in order to tell software how the given font fits into the overall family. Essentially, the STAT table entry for a Roman tells the OS that there exists elsewhere an italic version of this font, which allows applications to nicely organize all the fonts in a family.

@davelab6
Copy link

davelab6 commented Oct 31, 2016

@simoncozens

you don’t really want people to be producing semi-italic fonts

I do! :)

it’s not possible or sensible to interpolate between them.

It’s not common to have outlines that are interpolatable, today.

@simoncozens
Copy link
Owner

you don’t really want people to be producing semi-italic fonts
I do! :)

Yes, but you're sick. ;-)

More importantly, the italic axis must appear in the STAT table for a font

This, however, is more of a problem...

meisterluk added a commit to meisterluk/fonts-and-layout that referenced this issue Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants