93f4f87e44
打印字体实为 OpenType/CFF,dart_pdf 只支持 TrueType(glyf),渲染中文 抛 'does not support Unicode';标签打印时异常抛在原生 onLayout 回调内 导致打印插件死等->卡死。用 fonttools 将字体转为 TrueType/glyf 替换。 加回归测试防止退回 CFF 字体。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jiu_client
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.