Rhino.Compute Linux Fonts

@fraguada im currently trying to get my plugin working that needs a specific font for laser cutting. Now I tried to install the font on linux but somehow rhino.compute is not picking up any font at all. Is there a font api from rhino core that I could tap into or something totally else that I could make this work? I tried also to internalise the font into the plugin wich works on windows but somehow not on linux as well. Another thing would be also the dimensions from rhino…

Or if anyone else already ran into that problem?

Best and thank you already in advanced!

If you can share some code related to how you are trying to use the font, I can try to debug from my side.

@fraguada Attached you find a grasshopper definition that should generate TextCurves out of dimensions. In this example I just use Arial wich I thought I installed on the linux docker image but somehow it is not generating the TextCurve for the dims.

TextTest.gh (11.7 KB)