Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.26 KB

Canvas Text WICG Proposal

Fast Formatted Text for the Web

This doc: https://github.com/Igalia/explainers/tree/canvas-formatted-text/

Authors: Fernando Serboncini, Aaron Krajeski, Alice Boxhall and Stephen Chenney

Last Modified: June 28, 2024

Status: In review

Other public docs: MSEdgeExplainers/FormattedText.md at main

This document groups use cases for the Canvas Text WICG and provides high level explainers on the proposals for each area. The use cases are Editing, Styled and Accessible Text, and Text As Art.

Editing

New Canvas Text Metrics APIs will support selection and editing of text in canvas, reducing the need for javascript solutions.

HTML-in-Canvas

APIs for placing html content into a canvas support rich, interactive HTML content in a canvas context. We also provide notes on a chromium implementation.

Text in Art and Design

New Canvas Text Metrics APIs enable precise placement of individual graphemes, even when they do no correspond to a single character in a text string.