Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
d1c62370
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
接近 2 年 前同步成功
通知
1
Star
18
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Harfbuzz
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
d1c62370
编写于
9月 28, 2016
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Aim math API for 1.3.3 instead of 1.4.0
上级
7adbc5dd
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
23 addition
and
23 deletion
+23
-23
docs/harfbuzz-docs.xml
docs/harfbuzz-docs.xml
+3
-3
docs/harfbuzz-sections.txt
docs/harfbuzz-sections.txt
+6
-6
src/hb-ot-layout.cc
src/hb-ot-layout.cc
+9
-9
src/hb-ot-math.h
src/hb-ot-math.h
+5
-5
未找到文件。
docs/harfbuzz-docs.xml
浏览文件 @
d1c62370
...
...
@@ -180,9 +180,9 @@
<title>
Index of new symbols in 1.2.3
</title>
<xi:include
href=
"xml/api-index-1.2.3.xml"
><xi:fallback
/></xi:include>
</index>
<index
id=
"api-index-1
-4-0"
role=
"1.4.0
"
>
<title>
Index of new symbols in 1.
4.0
</title>
<xi:include
href=
"xml/api-index-1.
4.0
.xml"
><xi:fallback
/></xi:include>
<index
id=
"api-index-1
.3.3"
role=
"1.3.3
"
>
<title>
Index of new symbols in 1.
3.3
</title>
<xi:include
href=
"xml/api-index-1.
3.3
.xml"
><xi:fallback
/></xi:include>
</index>
<index
id=
"deprecated-api-index"
role=
"deprecated"
>
<title>
Index of deprecated API
</title>
...
...
docs/harfbuzz-sections.txt
浏览文件 @
d1c62370
...
...
@@ -427,19 +427,19 @@ Xhb_ot_layout_lookup_substitute
HB_OT_TAG_MATH
HB_OT_MATH_SCRIPT
hb_ot_math_constant_t
hb_ot_math_kern_t
hb_ot_math_glyph_variant_t
hb_ot_math_glyph_part_flags_t
hb_ot_math_glyph_part_t
hb_ot_math_
glyph_variant_t
hb_ot_math_
has_data
hb_ot_math_get_constant
hb_ot_math_get_glyph_assembly
hb_ot_math_get_glyph_italics_correction
hb_ot_math_get_glyph_kerning
hb_ot_math_get_glyph_top_accent_attachment
hb_ot_math_get_glyph_kerning
hb_ot_math_is_glyph_extended_shape
hb_ot_math_get_glyph_variants
hb_ot_math_get_min_connector_overlap
hb_ot_math_has_data
hb_ot_math_is_glyph_extended_shape
hb_ot_math_kern_t
hb_ot_math_get_glyph_assembly
</SECTION>
<SECTION>
...
...
src/hb-ot-layout.cc
浏览文件 @
d1c62370
...
...
@@ -1237,7 +1237,7 @@ hb_ot_layout_substitute_lookup (OT::hb_apply_context_t *c,
*
* Return value: #TRUE if face has a MATH table and #FALSE otherwise
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_bool_t
hb_ot_math_has_data
(
hb_face_t
*
face
)
...
...
@@ -1258,7 +1258,7 @@ hb_ot_math_has_data (hb_face_t *face)
*
* Return value: the requested constant or 0
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_position_t
hb_ot_math_get_constant
(
hb_font_t
*
font
,
...
...
@@ -1275,7 +1275,7 @@ hb_ot_math_get_constant (hb_font_t *font,
*
* Return value: the italics correction of the glyph or 0
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_position_t
hb_ot_math_get_glyph_italics_correction
(
hb_font_t
*
font
,
...
...
@@ -1292,7 +1292,7 @@ hb_ot_math_get_glyph_italics_correction (hb_font_t *font,
*
* Return value: the top accent attachment of the glyph or 0
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_position_t
hb_ot_math_get_glyph_top_accent_attachment
(
hb_font_t
*
font
,
...
...
@@ -1309,7 +1309,7 @@ hb_ot_math_get_glyph_top_accent_attachment (hb_font_t *font,
*
* Return value: #TRUE if the glyph is an extended shape and #FALSE otherwise
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_bool_t
hb_ot_math_is_glyph_extended_shape
(
hb_face_t
*
face
,
...
...
@@ -1334,7 +1334,7 @@ hb_ot_math_is_glyph_extended_shape (hb_face_t *face,
*
* Return value: requested kerning or 0
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_position_t
hb_ot_math_get_glyph_kerning
(
hb_font_t
*
font
,
...
...
@@ -1363,7 +1363,7 @@ hb_ot_math_get_glyph_kerning (hb_font_t *font,
*
* Return value: the total number of size variants available or 0
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
unsigned
int
hb_ot_math_get_glyph_variants
(
hb_font_t
*
font
,
...
...
@@ -1392,7 +1392,7 @@ hb_ot_math_get_glyph_variants (hb_font_t *font,
*
* Return value: requested min connector overlap or 0
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
hb_position_t
hb_ot_math_get_min_connector_overlap
(
hb_font_t
*
font
,
...
...
@@ -1420,7 +1420,7 @@ hb_ot_math_get_min_connector_overlap (hb_font_t *font,
*
* Return value: the total number of parts in the glyph assembly
*
* Since: 1.
4.0
* Since: 1.
3.3
**/
unsigned
int
hb_ot_math_get_glyph_assembly
(
hb_font_t
*
font
,
...
...
src/hb-ot-math.h
浏览文件 @
d1c62370
...
...
@@ -50,7 +50,7 @@ HB_BEGIN_DECLS
/**
* hb_ot_math_constant_t:
*
* Since: 1.
4.0
* Since: 1.
3.3
*/
typedef
enum
{
HB_OT_MATH_CONSTANT_SCRIPT_PERCENT_SCALE_DOWN
=
0
,
...
...
@@ -114,7 +114,7 @@ typedef enum {
/**
* hb_ot_math_kern_t:
*
* Since: 1.
4.0
* Since: 1.
3.3
*/
typedef
enum
{
HB_OT_MATH_KERN_TOP_RIGHT
=
0
,
...
...
@@ -126,7 +126,7 @@ typedef enum {
/**
* hb_ot_math_glyph_variant_t:
*
* Since: 1.
4.0
* Since: 1.
3.3
*/
typedef
struct
hb_ot_math_glyph_variant_t
{
hb_codepoint_t
glyph
;
...
...
@@ -136,7 +136,7 @@ typedef struct hb_ot_math_glyph_variant_t {
/**
* hb_ot_math_glyph_part_flags_t:
*
* Since: 1.
4.0
* Since: 1.
3.3
*/
typedef
enum
{
/*< flags >*/
HB_MATH_GLYPH_PART_FLAG_EXTENDER
=
0x00000001u
/* Extender glyph */
...
...
@@ -145,7 +145,7 @@ typedef enum { /*< flags >*/
/**
* hb_ot_math_glyph_part_t:
*
* Since: 1.
4.0
* Since: 1.
3.3
*/
typedef
struct
hb_ot_math_glyph_part_t
{
hb_codepoint_t
glyph
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录