Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
d7bf9d05
T
Third Party Harfbuzz
项目概览
OpenHarmony
/
Third Party Harfbuzz
大约 1 年 前同步成功
通知
0
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
d7bf9d05
编写于
12月 29, 2015
作者:
K
Khaled Hosny
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[docs] Fix comment syntax
To lower the number of gtk-doc warnings.
上级
1f555929
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
33 addition
and
3 deletion
+33
-3
.travis.yml
.travis.yml
+1
-1
src/hb-directwrite.cc
src/hb-directwrite.cc
+2
-2
src/hb-ot-layout.cc
src/hb-ot-layout.cc
+14
-0
src/hb-unicode.h
src/hb-unicode.h
+16
-0
未找到文件。
.travis.yml
浏览文件 @
d7bf9d05
...
...
@@ -28,7 +28,7 @@ script:
-
./configure $CONFIGURE_OPTS
-
make
-
make check
-
if [ "$TRAVIS_OS_NAME" == "linux" -a "$CC" == "gcc" ]; then rm -f src/.libs/NONE.gcov; touch src/NONE; coveralls; fi
-
if [ "$TRAVIS_OS_NAME" == "linux" -a "$CC" == "gcc" ]; then rm -f src/.libs/NONE.gcov; touch src/NONE; coveralls
-e docs
; fi
after_success
:
-
bash .ci/deploy-docs.sh
notifications
:
...
...
src/hb-directwrite.cc
浏览文件 @
d7bf9d05
...
...
@@ -659,7 +659,7 @@ _hb_directwrite_shape(hb_shape_plan_t *shape_plan,
DWRITE_READING_DIRECTION_RIGHT_TO_LEFT
:
DWRITE_READING_DIRECTION_LEFT_TO_RIGHT
;
/*
*
/*
* There's an internal 16-bit limit on some things inside the analyzer,
* but we never attempt to shape a word longer than 64K characters
* in a single gfxShapedWord, so we cannot exceed that limit.
...
...
@@ -824,4 +824,4 @@ _hb_directwrite_shape(hb_shape_plan_t *shape_plan,
/* Wow, done! */
return
true
;
}
\ No newline at end of file
}
src/hb-ot-layout.cc
浏览文件 @
d7bf9d05
...
...
@@ -458,6 +458,8 @@ hb_ot_layout_language_find_feature (hb_face_t *face,
}
/**
* hb_ot_layout_feature_get_lookups:
*
* Since: 0.9.7
**/
unsigned
int
...
...
@@ -475,6 +477,8 @@ hb_ot_layout_feature_get_lookups (hb_face_t *face,
}
/**
* hb_ot_layout_table_get_lookup_count:
*
* Since: 0.9.22
**/
unsigned
int
...
...
@@ -635,6 +639,8 @@ _hb_ot_layout_collect_lookups_languages (hb_face_t *face,
}
/**
* hb_ot_layout_collect_lookups:
*
* Since: 0.9.8
**/
void
...
...
@@ -679,6 +685,8 @@ hb_ot_layout_collect_lookups (hb_face_t *face,
}
/**
* hb_ot_layout_lookup_collect_glyphs:
*
* Since: 0.9.7
**/
void
...
...
@@ -727,6 +735,8 @@ hb_ot_layout_has_substitution (hb_face_t *face)
}
/**
* hb_ot_layout_lookup_would_substitute:
*
* Since: 0.9.7
**/
hb_bool_t
...
...
@@ -768,6 +778,8 @@ hb_ot_layout_substitute_finish (hb_font_t *font, hb_buffer_t *buffer)
}
/**
* hb_ot_layout_lookup_substitute_closure:
*
* Since: 0.9.7
**/
void
...
...
@@ -805,6 +817,8 @@ hb_ot_layout_position_finish (hb_font_t *font, hb_buffer_t *buffer)
}
/**
* hb_ot_layout_get_size_params:
*
* Since: 0.9.10
**/
hb_bool_t
...
...
src/hb-unicode.h
浏览文件 @
d7bf9d05
...
...
@@ -405,6 +405,8 @@ hb_unicode_funcs_set_decompose_compatibility_func (hb_unicode_funcs_t *ufuncs,
/* accessors */
/**
* hb_unicode_combining_class:
*
* Since: 0.9.2
**/
HB_EXTERN
hb_unicode_combining_class_t
...
...
@@ -412,6 +414,8 @@ hb_unicode_combining_class (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
unicode
);
/**
* hb_unicode_eastasian_width:
*
* Since: 0.9.2
**/
HB_EXTERN
unsigned
int
...
...
@@ -419,6 +423,8 @@ hb_unicode_eastasian_width (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
unicode
);
/**
* hb_unicode_general_category:
*
* Since: 0.9.2
**/
HB_EXTERN
hb_unicode_general_category_t
...
...
@@ -426,6 +432,8 @@ hb_unicode_general_category (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
unicode
);
/**
* hb_unicode_mirroring:
*
* Since: 0.9.2
**/
HB_EXTERN
hb_codepoint_t
...
...
@@ -433,6 +441,8 @@ hb_unicode_mirroring (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
unicode
);
/**
* hb_unicode_script:
*
* Since: 0.9.2
**/
HB_EXTERN
hb_script_t
...
...
@@ -440,6 +450,8 @@ hb_unicode_script (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
unicode
);
/**
* hb_unicode_compose:
*
* Since: 0.9.2
**/
HB_EXTERN
hb_bool_t
...
...
@@ -449,6 +461,8 @@ hb_unicode_compose (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
*
ab
);
/**
* hb_unicode_decompose:
*
* Since: 0.9.2
**/
HB_EXTERN
hb_bool_t
...
...
@@ -458,6 +472,8 @@ hb_unicode_decompose (hb_unicode_funcs_t *ufuncs,
hb_codepoint_t
*
b
);
/**
* hb_unicode_decompose_compatibility:
*
* Since: 0.9.2
**/
HB_EXTERN
unsigned
int
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录