Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

[arcgis server] print service - text symbol does not rotate and cannot print chinese characters. #26

@terenceng2010

Description

@terenceng2010

solution:
image

                    font: {
                        // autocast as new Font()
                        size: "16pt",
                        "weight": "normal",  //must follow
                        "style": "normal",    //must follow
                        "variant": "normal",    //must follow
                        "family": "PMingLiU"  // for chinese character printing. also ensure the arcgis server locale is also set to chinese traditional.
                    }

Ref:
https://community.esri.com/thread/110233

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions