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

[Bug] text fontVariant 折行显示问题 #1594

Open
Rui-Sun opened this issue Dec 4, 2024 · 0 comments
Open

[Bug] text fontVariant 折行显示问题 #1594

Rui-Sun opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Rui-Sun
Copy link
Contributor

Rui-Sun commented Dec 4, 2024

Version

Link to Minimal Reproduction

Steps to Reproduce

createText({
"fontFamily": "Arial",
"fontSize": 20,
"fontWeight": "bold",
"fontStyle": "italic",
"fontVariant": "small-caps",
"fill": "#F66",
"stroke": false,
"textAlign": "right",
"textBaseline": "top",
"lineHeight": 20,
"ellipsis": "...",
"text": "RecruitingManager",
"maxLineWidth": 150,
"autoWrapText": true,
"wordBreak": "break-word",
"heightLimit": 100,
"dx": 0,
"whiteSpace": "normal",
"x": 400,
"y": 600,
_debug_bounds: true,
})

Current Behavior

image

Expected Behavior

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant