WICG / local-font-access

Web API for enumerating fonts on the local system
https://wicg.github.io/local-font-access
Apache License 2.0
77 stars 16 forks source link

General update to drop `getTable()` in favor of `blob()` #47

Closed oyiptong closed 3 years ago

oyiptong commented 3 years ago

This PR updates the spec and explainer with information closer to the proposal we want to make.

Namely, the spec drops references to getTable(), which is no longer part of the spec that we're proposing, in favor of blob(). This also introduces the concepts necessary to explain font data, namely the SFNT container.

The explainer has been updated to contain current information.

Fixes #27 Fixes #37 Fixes #40

jakearchibald commented 3 years ago

This doesn't build for me:

LINE ~65: Couldn't find 'SFNT' in bibliography data. Did you mean:
  font
  xfn
  wfs
  apng
  sri
 ✘  Did not generate, due to fatal errors
oyiptong commented 3 years ago

This doesn't build for me:

LINE ~65: Couldn't find 'SFNT' in bibliography data. Did you mean:
  font
  xfn
  wfs
  apng
  sri
 ✘  Did not generate, due to fatal errors

I'm working on making a change to specref to include SFNT.

oyiptong commented 3 years ago

This doesn't build for me:

LINE ~65: Couldn't find 'SFNT' in bibliography data. Did you mean:
  font
  xfn
  wfs
  apng
  sri
 ✘  Did not generate, due to fatal errors

I'm working on making a change to specref to include SFNT.

specref change here: https://github.com/tobie/specref/pull/629