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.
我可以使用 Uniscribe 中 ScriptShape/ScriptItemize 的输出来获取字符代码并将字符代码传递给 GetGlyphOutline 以获取贝塞尔曲线吗?
Uniscribe 有电话直接获取大纲吗?
对于任何想知道的人。
简短的回答:是的。有用。
Uniscribe 返回一个 WORD 而 GetCharacterPlacement 却给出一个 LPCSTR,所以看看它,应该是微不足道的。
不过,这并不奇怪,这只是在我花时间之前确认一下:)