- Home /
how convert text to image ?
hi..
how can I convert "text" to an image file, then put it in GUI Texture
thanks...
Answer by RockDude · Aug 15, 2011 at 01:49 AM
I'm not sure you can do that in unity, but you can use paint, put the same image file to paint and add text there.
Answer by carolinenew · Apr 22, 2013 at 10:30 AM
this is word to image codes.
Imports System.IO Imports System.Drawing.Printing Imports RasterEdge.Imaging Imports RasterEdge.Imaging.Processing Imports RasterEdge.Imaging.Converting.WordToImage
Dim Word As New RasterEdgeImaging() If True Then WordInputFile = ("C:/1.docx") WordPageNumber = "5" ImageOutputFile = ImageFormat.Png End If Word.Save("C:/1.docx", 1, "C:/1.png")
Your answer
Follow this Question
Related Questions
Text to image 2 Answers
Canvas Text renders under Image 1 Answer
UI behavior on resolution change 1 Answer
[Unity UI] Keep Text in Image 0 Answers
text above image 0 Answers