如何获取字形作为向量

发布于 2024-11-29 11:50:34 字数 97 浏览 2 评论 0原文

我知道 WPF 中的 GlyphTypeface.GetGlyphOutline() ,但我需要的是获取每个字形的中心向量,就像用铅笔绘制的线条一样。使用现有的字体字形是否有可能?

I'm aware of the GlyphTypeface.GetGlyphOutline() in WPF but what I need is to get a center-vector of each glyph, like the lines you draw with a pencil. Is this possible somehow using the existing glyph's of a fontface?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事还在继续 2024-12-06 11:50:34

您可以采用字形多边形并生成所谓的多边形直骨架。

http://en.wikipedia.org/wiki/Straight_sculpture

对于算法,请参见例如(Felkel 1998)

<一href="http://www.dma.fi.upm.es/mabellanas/tfcs/sculpture/html/documentacion/straight%20sculpts%20implementation.pdf" rel="nofollow">http://www.dma.fi .upm.es/mabellanas/tfcs/骨骼/html/documentacion/straight%20sculpts%20implementation.pdf

You could take the glyph polygon and produce the so called Straight Skeleton of the polygon.

http://en.wikipedia.org/wiki/Straight_skeleton

For an algorithm, see e.g (Felkel 1998)

http://www.dma.fi.upm.es/mabellanas/tfcs/skeleton/html/documentacion/straight%20skeletons%20implementation.pdf

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文