Tencent / Tencent/tdesign-flutter
fix: 排查字体示例中的字符渲染问题
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 1.2k
- Forks
- 182
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 88
Description
背景
字体示例中的“字符测试”原先标记为“待修复”,说明部分字号或字符组合存在已知渲染问题,但目前没有记录具体复现条件。
期望
- 明确问题涉及的字体、字号、字符集和平台;
- 修复字体加载或文本渲染问题;
- 在 Flutter Web、Android、iOS 上补充验证。
相关代码
- tdesign-component/example/lib/page/t_font_page.dart
该问题原先由“待修复”标记提示,不应仅改名隐藏。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in tdesign-component/example/lib/page/t_font_page.dart and run the font example's character test on Flutter Web, Android, and iOS. Identify and record the affected font, size, character set, and platform, then verify that the rendering issue is fixed and the three platform checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100