I want to Draw an string on PDF , But the font "Museo Sans" doesn't seem to be available. And it types in "Arial" instead?
Is there a way out ? Actually the digit "3" of Museo Sans look very different then Arial's "3"
Actually i want to draw an string in a font this doesnt seem to be available.( Museo Sans ). Is there any other font available that is more similar to Museo Sans.
page.Canvas.DrawString("12345", New PdfTrueTypeFont(New Font("Museo Sans", 16, true)), New PdfSolidBrush(Color.Black), 10, 10, format)