From 56697455671cbc52caefe6dd75d48f796992987c Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Mon, 18 Mar 2019 22:50:02 -0400 Subject: gsoc.html: Mention WOFF2 support. --- gsoc.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gsoc.html b/gsoc.html index 5fc6454..b79e33b 100644 --- a/gsoc.html +++ b/gsoc.html @@ -113,6 +113,35 @@ +
+
Add support for the WOFF2 fonts +
+

FreeType currently supports WOFF 1.0 fonts, + which are zlib-compressed SFNT fonts. The support for + WOFF 2.0 + with improved Brotli compression is lacking. This project would + likely involve the following. + +

    +
  • Study the specification how SFNT fonts are wrapped + into WOFF2 files.
  • + +
  • Explore if it is possible to borrow + some code + donated by Google.
  • + +
  • Integrate seemless WOFF2 support into FreeType so that + these fonts can be recognized, decompressed, and opened as + any other SFNT font, without any changes to API. +
+ +

Difficulty: medium to + high. Requirements: C, Unix build + tools. Potential mentors: Werner Lemberg, + Alexei Podtelezhnikov, Toshiya Suzuki (FreeType).

+
+
+
Add support for the ‘SVG ’ OpenType table to render color fonts
-- cgit v1.2.3