Tabular numbers in GUI

Is it possible to specify that a GUI element (like a textblock) should use tabular numbers?

This is the equivalent CSS for reference: font-variant-numeric: tabular-nums;

Hello! Unfortunately not, as we use Canvas to draw the GUI and it doesn’t have support for CSS.