Check support of OpenType features in browser by JavaScript
yanone
Posts: 130
Has anyone found a way to check in JavaScript whether certain OpenType features are supported by a certain browser that don't involve rasterization and bitwise comparison of Webfonts or similar voodoo?
Most tests fail because the CSS properties are indeed supported, but they are not executed for all features.
For instance,
Then, even if not executed, Safari would add ss01 to its style elements. So a comparison between style objects is not productive.
Most tests fail because the CSS properties are indeed supported, but they are not executed for all features.
For instance,
font-feature-settings
is supported in Safari, which is true because it supports features like liga and calt, but no Stylistic Sets and other dubious features.Then, even if not executed, Safari would add ss01 to its style elements. So a comparison between style objects is not productive.
0
Comments
-
I think we found voodoo is the best science on CSS feature support.2
-
i tested liga support recently at work by creating a single ot liga sub which, if successful, would sub in a zero-width glyph and measuring the width of an off-screen
span
. it's less voodoo-ey, but it's still a bit gross but it lets you do things likevar ligaSupported = $(el).width() === 0;
Does anyone have other tricks?0 -
Nice one!0
Categories
- All Categories
- 43 Introductions
- 3.7K Typeface Design
- 799 Font Technology
- 1K Technique and Theory
- 617 Type Business
- 444 Type Design Critiques
- 541 Type Design Software
- 30 Punchcutting
- 136 Lettering and Calligraphy
- 83 Technique and Theory
- 53 Lettering Critiques
- 483 Typography
- 301 History of Typography
- 114 Education
- 68 Resources
- 498 Announcements
- 79 Events
- 105 Job Postings
- 148 Type Releases
- 165 Miscellaneous News
- 269 About TypeDrawers
- 53 TypeDrawers Announcements
- 116 Suggestions and Bug Reports