-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Hello.
I'm trying to generate a PDF document from a graph using the PdfExporter
class.
var exporter = new PdfExporter { Width = width, Height = height, Background = background };
exporter.Export(model, stream);
One of the axes contains Cyrillic characters
var yAxis = new LinearAxis
{
Position = AxisPosition.Left,
Title = "FHR, уд/мин" // <- Cyrillic symbols
};
Garbage is displayed instead of characters in the document
I tried to solve this with the DefaultFont
property, like here oxyplot/oxyplot#955
But it doesn't seem to work for xamarin?
Metadata
Metadata
Assignees
Labels
No labels