How to draw with fonts on an Image from godot script?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By norlesh

How would I go about drawing with fonts on top of an Image at runtime to be used as a texture map? Ideally if I could access System.Drawing I’d be set but that doesn’t seem possible - or is it? Considering as a workaround to pregenerate a font map image and copy the active pixels of the character one by one - but would love to know if there is a less hackish solution.