Question: Does LVGL Font support Tabular Figures (similar effect as Monospaced font)

Does anyone know if there is a way to enable (and thus use) the “Tabular Figures” feature of a font package (example: otf font). This type of font package normally uses variable width characters/numbers, but supposedly also supports the “Tabular Figures” feature such that different number characters within the font file are used that are a fixed character width.
The only examples I can find on this is to enable “Tabular Figures” in something like Microsoft Word - or some text editor (ie. in Word: Edit Font → Advanced → Open Type Features → Number Spacing → Tabular).

I have not seen any functions, nor mechanisms to enable/use this type of feature in LVGL - but I wanted to ask in case anyone was aware of how to do this?

If LVGL does not support “Tabular Figures” in a font package, is the only way to use fixed width number characters, to use a Monospaced font package?

Any advice or knowledge would be appreciated.
Thanks