petrvanblokland / TYPETR-Bitcount

Bitcount VF
SIL Open Font License 1.1
3 stars 1 forks source link

WARN: Ensure fonts have ScriptLangTags declared on the 'meta' table #21

Open vv-monsalve opened 2 months ago

vv-monsalve commented 2 months ago
WARN: Ensure fonts have ScriptLangTags declared on the 'meta' table. (com.google.fonts/check/meta/script_lang_tags)
* ⚠ **WARN** This font file does not have a 'meta' table. [code: lacks-meta-table]

Adding a meta table is a strong suggestion, which would help to avoid issues like this one

We are currently adding the script information by default, Latn. Now, if the font design includes any special locl for a specific language need, it should be specified in the dlang.

In the ufo files, this goes in the lib.plist

    <key>public.openTypeMeta</key>
    <dict>
      <key>dlng</key>
      <array>
        <string>Latn</string>
      </array>
      <key>slng</key>
      <array>
        <string>Latn</string>
      </array>
    </dict>