Skip to content

Need text outline. #2712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wijat opened this issue Jun 2, 2025 · 0 comments
Open

Need text outline. #2712

wijat opened this issue Jun 2, 2025 · 0 comments

Comments

@wijat
Copy link

wijat commented Jun 2, 2025

Just need this in code

text = arcade.Text(
            str(score),
            self.position.x, self.position.y,
            font_size=22,
            font_name=my_font_path,
            color=arcade.color.WHITE,
            anchor_x="center",
            anchor_y="center",
            outline = true,
            outline_color = arcade.color.DARK_GRAY,
            outline_thickness = 1,
        )

High-performance text outlining should be integrated into the Arcade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant