opentype.js icon indicating copy to clipboard operation
opentype.js copied to clipboard

OpenType not displaying Urdu, Korean scripts

Open cynthiaxhua opened this issue 5 years ago • 1 comments
trafficstars

I loaded the Noto font (https://www.google.com/get/noto/) into openType but cannot get it to display a number of foreign scripts including Korean and Urdu. The Noto font is meant to be compatible with these languages.

For example, if you try to paste this Urdu character ( چار ) into the OpenType Example Test page here (https://opentype.js.org/) and load in the Noto Font .ttf (download here https://www.google.com/get/noto/), you will get just tofu.

Any tips on working with foreign scripts?

cynthiaxhua avatar Nov 22 '19 21:11 cynthiaxhua

I think there is a problem on https://opentype.js.org. In the browser console

Error: lookupType: 7 - substFormat: 1 is not yet supported

gets shown. But it seems to work anyway if your using the library directly.

robsch avatar Feb 19 '20 08:02 robsch

+1 😥

KKzLEO avatar Nov 25 '22 07:11 KKzLEO

A lot of foreign scripts require special font features that aren't supported yet. We're working on it though.

ILOVEPIE avatar Feb 03 '23 01:02 ILOVEPIE

See https://github.com/opentypejs/opentype.js/issues/627#issuecomment-1773311283

Connum avatar Nov 23 '23 07:11 Connum