Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.12 KB

Canvas Text Proposals

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: Sept 25, 2024

Status: In review

This document groups use cases for new HTML Canvas features and provides high level explainers on the proposals for each area. The use cases are Styled and Accessible Text, and Extended Text Metrics to support Editing and richer text operations.

HTML-in-Canvas

APIs for placing html content into a canvas support rich, interactive HTML content in a canvas context.

Editing, Art and Design

New Canvas Text Metrics APIs will support selection and editing of text in canvas, reducing the need for javascript solutions. We also propose methods for more flexible rendering of complex text strings.

Previous proposals: MSEdgeExplainers/FormattedText.md at main