mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-01-11 22:40:33 +01:00
"italic" variants should be renamed to "oblique" #25
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rjp on GitHub (Dec 16, 2025).
Originally assigned to: @sayyadirfanali on GitHub.
The "italic" variants are actually "oblique" ("a slanted version of the font") and should[0] be named as such.
See https://en.wikipedia.org/wiki/Oblique_type - "Unlike italic type, however, it does not use different glyph shapes; it uses the same glyphs as roman type, except slanted."
I sadly don't know enough about the internals of fonts to comment on the metadata changes that might be required but this hopefully helps cover off what might need twizzling - https://grida.co/docs/reference/italic
[0] this is font nerdery and I doubt most people would care but it would be nice.
@sayyadirfanali commented on GitHub (Dec 24, 2025):
@rjp i've made the necessary changes. can you please check if they work on some GUI apps (which use Italic). i've checked on Linux but not on Windows or MacOS (and also not on all apps).
@rjp commented on GitHub (Dec 25, 2025):
I downloaded
fonts/Myna-BoldOblique.otffrom4b5ef8cbut macOS Fontbook still has it as Italic. The font file still mentions "Bold Italic" in one place (I just ranstringsover it) which might be throwing things off? It has the correct name internally.@sayyadirfanali commented on GitHub (Dec 26, 2025):
i've kept the stylemap to point to "Italic" identifiers so that programs which expect "Italic" (and don't check for "Oblique") are not thrown off by the name.