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:
parent
fb3ae82820
commit
3b6d2554a8
3 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue