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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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