A number of menu icons in our app have a custom name that is set on the server side of our app. I'd like to be able to write the custom text on the menu image, which is an embedded resource. codeproject.com/Articles/7462/Dynamically-Write-Text-On-An-Image is a way to do this and I checked it out, but system.Drawing is not available in the PCL combo I'm using. Anyone every dynamically added text to an image in a Xamarin.Forms project?
I assume if there was, it would have to be platform specific using device specific drawing features. Is there a nuget package out there that does this?