-
```
What steps will reproduce the problem?
1. View either playtypesans/PlaytypeSans-Regular.ttf or
playtypesans/src/PlaytypeSans-Regular.otf in the Mercurial repository (or on
the web at
http://cod…
-
```
What steps will reproduce the problem?
1. View either playtypesans/PlaytypeSans-Regular.ttf or
playtypesans/src/PlaytypeSans-Regular.otf in the Mercurial repository (or on
the web at
http://cod…
-
```
What steps will reproduce the problem?
1. View either playtypesans/PlaytypeSans-Regular.ttf or
playtypesans/src/PlaytypeSans-Regular.otf in the Mercurial repository (or on
the web at
http://cod…
-
I need
.MakeRandom(@min: 0, @max: @min+1, @int: 0) {
.checkInt() {
@getNum: `Math.random() * (@{max} - @{min} + @{int})`;
@base: unit(`@{int}==1 ? Math.floor(@{getNum}) : @{getNum}`);
…
haoss updated
5 years ago
-
Since petite capitals are practically identical in form (and opentype implementation) to small caps, they should be implemented as such. A real world use case for this would be persistent shape across…
-
```
What steps will reproduce the problem?
Testcase for negative letter
spacing https://bugzilla.mozilla.org/attachment.cgi?id=719861
Please provide any additional information below.
Upstream: https:…
-
I want to check Rust to use instead of Java since it seems like there are already a lot things available we currently do by ourselves (math typesetting, CSL, ...). Only PDF writing might not work as w…
-
OTF fonts can't have non-ascii characters in their CFF table metadata, and while the LICENSE file has
```
Digitized data copyright (c) 2012-2015, The Mozilla Foundation and Telefonica S.A.
```
the …
-
IE is throwing the **CSS3114** error when trying to load the base 64 font
```
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
```
After a quick search…
-
Today I was looking on http://stateofwebtype.com/ for support of Mark to Mark Positioning (`mkmk`) and saw it was not listed. There is a current discussion on[ CSS Fonts 3 required default OpenType pr…