使用 Freetype 为 PDF 文本渲染创建字形索引表
(PDF 特定)如果我们想使用 freetype 渲染文本,我们需要与字符相对应的字形索引..等。那么,我们是否需要使用其中的表和数据来解析 TrueType、Type1 等的字体/嵌入字体(文件),然后为字符创建字形索引映射?或者有一些快捷方式可以找到字形索引。更珍贵的是 FT_Get_Char_Index 是否足以在所有情况下给出字形索引?
( PDF Specific ) If we want to render text using freetype, we requires glyph-index corresponding to character..etc. So, do we need to parse a font / embedded-font ( file ) for TrueType, Type1 etc. using tables and data there and then create glyph-index mapping for character? Or there is some shortcut to find glyph-index. More preciously is FT_Get_Char_Index sufficient to give glyph-index in all cases?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Freetype 是 PDF 中使用的多种字体技术的渲染引擎。您到底想做什么?
Freetype is a rendering engine for several font technologies which are used in PDF.What are you trying to do exactly?