Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcwilliams403 committed Aug 28, 2024
1 parent 65f8891 commit 779b6de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion changes/31.4.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
* Add characters:
- IDEOGRAPHIC SPACE (`U+3000`) (#759).
- KAYAH LI SIGN CWI (`U+A92E`).
- ZERO WIDTH NON-BREAKING SPACE (`U+FEFF`).
* Add APL form (`APLF`) for `U+25E0` and `U+25E1`, for UIUA.
1 change: 0 additions & 1 deletion doc/custom-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Inside the plan, top-level properties include:
- `U+27FE` LONG RIGHTWARDS DOUBLE ARROW FROM BAR
- `U+27FF` LONG RIGHTWARDS SQUIGGLE ARROW
- `U+2B33` LONG LEFTWARDS SQUIGGLE ARROW
- `U+3000` IDEOGRAPHIC SPACE
- Remove `NWID` and `WWID` features typographic features
- `fixed`: Apply `fontconfig-mono` changes and further remove ligations.
* `serifs`: Optional, String, configures style of serifs.
Expand Down
4 changes: 0 additions & 4 deletions packages/font-glyphs/src/space/index.ptl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,3 @@ glyph-block Spaces : begin
create-glyph [MangleName 'emsp'] [MangleUnicode 0x2003] : glyph-proc
set-width : if (para.isQuasiProportional && MosaicWidthScalar > 1) UPM MosaicWidth
alias [MangleName 'emquad'] [MangleUnicode 0x2001] [MangleName 'emsp']

if (!para.forceMonospace && MosaicWidthScalar > 1) : begin
create-glyph 'idsp' 0x3000 : glyph-proc
set-width : if para.isQuasiProportional UPM MosaicWidth
1 change: 0 additions & 1 deletion packages/font/src/derive-spacing.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ async function deriveFixed_DropWideChars(font) {
0x27fe, // LONG RIGHTWARDS DOUBLE ARROW FROM BAR
0x27ff, // LONG RIGHTWARDS SQUIGGLE ARROW
0x2b33, // LONG LEFTWARDS SQUIGGLE ARROW
0x3000, // IDEOGRAPHIC SPACE
];
for (const ch of longCharCodes) {
font.cmap.unicode.delete(ch);
Expand Down

0 comments on commit 779b6de

Please sign in to comment.