提交 926b8f32 编写于 作者: O Owen Taylor 提交者: Owen Taylor

Suport CFF fonts as well. (#131202, Manjunath Sripadarao)

Mon Jan 26 14:20:34 2004  Owen Taylor  <otaylor@redhat.com>

        * pango/opentype/pango-ot-info.c (is_truetype): Suport
        CFF fonts as well. (#131202, Manjunath Sripadarao)
上级 945e479a
......@@ -137,7 +137,8 @@ pango_ot_info_get (FT_Face face)
static gboolean
is_truetype (FT_Face face)
{
return strcmp (FT_MODULE_CLASS (face->driver)->module_name, "truetype") == 0;
return strcmp (FT_MODULE_CLASS (face->driver)->module_name, "truetype") == 0 ||
strcmp (FT_MODULE_CLASS (face->driver)->module_name, "cff") == 0;
}
typedef struct _GlyphInfo GlyphInfo;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册