Skip to content

Can't show chinese in DX9 game #30

@goodman3654

Description

@goodman3654

Hi

This is awesome project. I tried in some games and it works.

But it can't show chinese in DX9 game.

Did I miss something?

by the way, I tried to change font to "新細明體" (which used in chinese environment)
change
TextCreate("Arial", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world", true, true)
to
TextCreate("新細明體", 12, false, false, 200, 200, 0xFF00FFFF, "Hello world中文", true, true))

It only shows "Hello world", "中文" is missing.

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