Skip to content

Reproducing chinese characters in pdf #14

@Wobeam

Description

@Wobeam
using (var s = File.Create(dlg.FileName))
{
                              

           //PdfExporter.Export(this.model, s, plot1.ActualWidth, plot1.ActualHeight); // obsolete

          OxyPlot.SkiaSharp.PdfExporter.Export(model, s, 800, 600); // recommended

}

Hello,
since the system prompt suggests replacing obsolete Oxyplot.PdfExporter, I installed recommended one SkiaSharp.PdfExporter hoping it is able to reproduce chinese characters in pdf, but to no avail. It isn't as well.
Perhaps someone has an idea how to solve that issue?
Chart name
For example: chart name in pdf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions