Re: metric for block coverage

From: James Kass via Unicode <unicode_at_unicode.org>
Date: Sun, 18 Feb 2018 02:14:46 -0800

Adam Borowski wrote,

> I'm looking for a way to determine a font's coverage of available scripts.
> It's probably reasonable to do this per Unicode block. Also, it's a safe
> assumption that a font which doesn't know a codepoint can do no complex
> shaping of such a glyph, thus looking at just codepoints should be adequate
> for our purposes.

You probably already know that basic script coverage information is
stored internally in OpenType fonts in the OS/2 table.

https://docs.microsoft.com/en-us/typography/opentype/spec/os2

Parsing the bits in the "ulUnicodeRange..." entries may be the
simplest way to get basic script coverage info.

OpenType fonts also include script coverage information in the
OpenType tables. A font with an OpenType table for a script would be
likely to have at least some complex script shaping abilities for that
script.
Received on Sun Feb 18 2018 - 04:15:10 CST

This archive was generated by hypermail 2.2.0 : Sun Feb 18 2018 - 04:15:10 CST