CoderLine / alphaTab

alphaTab is a cross platform music notation and guitar tablature rendering library.
http://www.alphatab.net
Mozilla Public License 2.0
1.2k stars 198 forks source link

Implement full text measuring system for all engines and platforms #1525

Open Danielku15 opened 1 month ago

Danielku15 commented 1 month ago

The current text measurement is very inconsistent and results in incorrect sizes for SVG. In this work item we will:

  1. [All] Ensure we have a way of measuring text using a raster rendering engine when possible (proper textmetrics like canvas measureText for all platforms)
  2. [Web] Try to use OffScreenCanvas when possible.
  3. [Web] Build FontSize lookup (fallback) dynamically when needed.