SubsetInfo
type SubsetInfo = {
name: SubsetName;
coverage: number;
covered: boolean;
}
Properties
name
Google Fonts' name for this character subset (e.g. "latin", "latin-ext", "adlam").
coverage
coverage: number
Percentage of code points in this subset included in this font.
covered
covered: boolean
Whether this subset counts as partially covered by this font. The threshold is different for different subsets.
Information about a Google Fonts-defined character subset with regards to a certain font.