1 Star 0 Fork 5

ocs-commit-check/harfbuzz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
3a7ebc320d0038ebf61c60531979a6f9bca7c26b.patch 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2025-01-15 11:02 . - [Type] bugfix
From 3a7ebc320d0038ebf61c60531979a6f9bca7c26b Mon Sep 17 00:00:00 2001
From: Behdad Esfahbod <[email protected]>
Date: Mon, 13 Jan 2025 14:53:16 -0700
Subject: [PATCH] [config] Fix build with HB_LEAN
Fixes https://github.com/harfbuzz/harfbuzz/issues/4997
---
src/hb-face.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/hb-face.cc b/src/hb-face.cc
index c7dbf79666b..5469f327c8d 100644
--- a/src/hb-face.cc
+++ b/src/hb-face.cc
@@ -291,6 +291,7 @@ hb_face_create_or_fail (hb_blob_t *blob,
return face;
}
+#ifndef HB_NO_OPEN
/**
* hb_face_create_from_file_or_fail:
* @file_name: A font filename
@@ -317,6 +318,7 @@ hb_face_create_from_file_or_fail (const char *file_name,
return face;
}
+#endif
/**
* hb_face_get_empty:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-commit-check/harfbuzz.git
[email protected]:ocs-commit-check/harfbuzz.git
ocs-commit-check
harfbuzz
harfbuzz
master

搜索帮助