diff options
author | Dante Catalfamo | 2022-02-19 12:45:37 -0500 |
---|---|---|
committer | Dante Catalfamo | 2022-02-19 12:45:37 -0500 |
commit | aba70ba74394fe01e25abd8d6f2b74c41b0dba0c (patch) | |
tree | f204941d82f993446c5ec0a9239f8c07e379ac25 /content | |
parent | 1f011324ad177dc1fccdacd21ed16ac5f0814719 (diff) | |
download | blog-aba70ba74394fe01e25abd8d6f2b74c41b0dba0c.tar.gz blog-aba70ba74394fe01e25abd8d6f2b74c41b0dba0c.tar.bz2 blog-aba70ba74394fe01e25abd8d6f2b74c41b0dba0c.zip |
opentype-features: Change wording
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/opentype-font-exploration/index.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/posts/opentype-font-exploration/index.org b/content/posts/opentype-font-exploration/index.org index 4419408..fcb0f81 100644 --- a/content/posts/opentype-font-exploration/index.org +++ b/content/posts/opentype-font-exploration/index.org @@ -24,10 +24,9 @@ Feature Freezer]] to modify the font so that the optional glyphs become the default. They get used all the time without requiring the editor to properly support the OpenType feature. -Other than telling you that it's possible they don't actually tell you -which features are available and what they look like. +This is a good opportunity to explore OpenType features. -Fortunately the Feature Freezer tool can help us here. If you pass it +To get the list of possible font features you can pass the Font Freezer the =-r= flag, it will list out the features supported by the font. #+begin_src shell @@ -51,7 +50,8 @@ pyftfeatfreeze -r MonoLisa-RegularItalic.otf While it's possible to find a list of what the OpenType features do on -[[https://en.wikipedia.org/wiki/List_of_typographic_features][Wikipedia]], we're still left not knowing what the Stylistic Sets are. +[[https://en.wikipedia.org/wiki/List_of_typographic_features][Wikipedia]], in many cases we're still left not knowing what the +Stylistic Sets are. Once we have a list of features supported by the font, it's possible to test these features out on the MonoLisa website by modifying CSS |