1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Fix copying of the reduced Planck constant

Please see https://en.wikipedia.org/wiki/H_with_stroke
This commit is contained in:
Jonas Jenwald 2023-07-24 18:27:42 +02:00
parent fb3ae82820
commit 3b6d2554a8
3 changed files with 10 additions and 0 deletions

View file

@ -3069,6 +3069,8 @@ const getGlyphsUnicode = getLookupTableFactory(function (t) {
t.pikatakana = 0x30d4;
t.pisymbolgreek = 0x03d6;
t.piwrarmenian = 0x0583;
t.planckover2pi = 0x210f;
t.planckover2pi1 = 0x210f;
t.plus = 0x002b;
t.plusbelowcmb = 0x031f;
t.pluscircle = 0x2295;