Text independent of zoom

I want to show some text and want it to keep the same size even if the user zooms in or out. Is that possible?

Hi @ModuleWorks_Marcelb,

Is this text a document object, or are you drawing in a conduit?

– Dale

Hi Dale,

I created this for tests using the Text command but my goal is to draw this myself using a conduit. I want to draw those gumballs from the other case together with a label showing the name of it.

Hi @ModuleWorks_Marcelb,

There are a couple of DisplayPipeline.Draw2dText samples in the C# samples on GitHub.

You might clone the repo, open the solution, and search for Draw2dText.

– Dale

1 Like

Exactly what I needed. Thank you very much!