Skip to content

export pdf Chinese garbled  #955

@flypigeon

Description

@flypigeon

Platform:
.NET version:4.0 wpf

Expected behaviour

Actual behaviour

As shown below

using (var stream =new FileStream(path,FileMode.Create)) { var pdfExporter = new PdfExporter() { Width =width Height = height}; pdfExporter.Export(this.plot.Model, stream); OpenContainingFolder(path); } }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions