Behdad Esfahbod
Behdad Esfahbod
I think paps should be moved into pango itself. What do you think?
Hello! This is an automatically-generated report about possible interpolation problems in `MontaguSlab[opsz,wght].ttf`, as found in the Google Fonts catalog. To download a PDF version of this report with helpful visuals...
Let's try to converge on which features we want in COLRv2. Based on the open issues, here's a starting point: - `PaintGlyphSelf` / `PaintGlyphDelta`: To optimize fonts that apply the...
Currently the spec says this about the PAINT_COMPOSITE painting algorithm: ``` if format 32: // PaintComposite // render backdrop sub-graph call renderPaint() passing the backdrop child paint table and save...
Motivated by https://github.com/googlefonts/colr-gradients-spec/issues/370, I like to go further and propose what @matthiasclasen and I have been talking about, which is paint templates. This does NOT supersede @simoncozens's proposal in #370...
If it is desired to be able to include bitmap images in COLRv1 glyphs (which is possible eg. with OT-SVG), we can add a `PaintBitmapGlyph` that would load a bitmap...
I had to do this: ```diff diff --git a/kerncritic b/kerncritic index 9892895..6f9e8f7 100755 --- a/kerncritic +++ b/kerncritic @@ -25,7 +25,7 @@ def download_url(url, output_path): miniters=1, desc=url.split('/')[-1]) as t: urllib.request.urlretrieve(url, filename=output_path,...
Right now I have no tests whatsoever for this...
Now that `VARC` table has conditional components, it's desirable to be able to negate an entire `ConditionSet`. My proposal is to make `ConditionSet` a legacy thing, and add `Condition`s that...
The `DMAP` proposal has been around. It's supposed to be a "delta map" on top of `cmap`, such that collections can share `cmap` and encode their differences in a separate...