Skip to content
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

TextInput symbol output issue #5172

Closed
Dovelong0713 opened this issue May 4, 2024 · 2 comments
Closed

TextInput symbol output issue #5172

Dovelong0713 opened this issue May 4, 2024 · 2 comments

Comments

@Dovelong0713
Copy link

Dovelong0713 commented May 4, 2024

    TextInput {
        text: "·"; 
        font-size: 150px;            
    }

The output should be a dot. My environment is Windows 10, slim 1.5.1

PixPin_2024-05-04_13-22-22_proc

@hunger
Copy link
Member

hunger commented May 6, 2024

That is U+00B7 AFAICT. Also looks like a square to me, using the default font:-(

@ogoffart
Copy link
Member

ogoffart commented May 6, 2024

Right, there is no bug there. The character depends on the font.
If you want a rounded dot, you probably should use a bullet. Copy one of these: ∙•
Or use another font.

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

3 participants