Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 blockComposer.ShowText("foo") 来构建文本,但如何做下划线?
我没有看到足够的下划线示例,你们都是怎么做的?
尚不支持文本装饰(下划线、直通、上划线):它们通常被认为是一种丑陋且令人沮丧的排版习惯,因此即使是 PDF 规范本身也不支持它们(最终都是装饰性的图形线条放置在文本字形附近)。
添加它们并不是那么难的工作......我只是厌恶地避开它们,但我担心有一天我会被迫处理这个;)......也许在即将到来的0.2.0版本中?