Skip to content

gdatetime: Pad numbers with numeric space

Maksym Hazevych requested to merge (removed):iss2655 into main

Padding numbers with a typical space character doesn't align them well because it has a different size. Instead, we need to use the "U+2007" figure (numeric) space that has the same size as a numerical digit. This is only visible when using the tnum font feature that makes numbers monospace.

Closes #2655 (closed)

Edited by Maksym Hazevych

Merge request reports