Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
c08ddbd9
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看板
提交
c08ddbd9
编写于
3月 24, 2019
作者:
N
Nathan Willis
提交者:
Khaled Hosny
4月 12, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[Docs] Minor edits to gtk-doc inline comment review.
上级
af5230bc
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
13 addition
and
8 deletion
+13
-8
src/hb-ot-layout.cc
src/hb-ot-layout.cc
+13
-8
未找到文件。
src/hb-ot-layout.cc
浏览文件 @
c08ddbd9
...
...
@@ -277,9 +277,8 @@ hb_ot_layout_has_glyph_classes (hb_face_t *face)
*
* Fetches the GDEF class of the requested glyph in the specified face.
*
* Return value: Glyph class (UnclassifiedGlyph, BaseGlyph, LigatureGlyph, MarkGlyph,
* ComponentGlyph) of the given code point in the GDEF table of the
* face.
* Return value: The #hb_ot_layout_glyph_class_t glyph class of the given code
* point in the GDEF table of the face.
*
* Since: 0.9.7
**/
...
...
@@ -500,7 +499,7 @@ hb_ot_layout_table_find_script (hb_face_t *face,
* @script_index: (out): The index of the requested script tag
* @chosen_script: (out): #hb_tag_t of the script tag requested
*
* Deprecated
* Deprecated
since 2.0.0
**/
hb_bool_t
hb_ot_layout_table_choose_script
(
hb_face_t
*
face
,
...
...
@@ -1354,7 +1353,6 @@ hb_ot_layout_lookup_would_substitute (hb_face_t *face,
* @font: #hb_font_t to use
* @buffer: #hb_buffer_t buffer to work upon
*
* Begins
*
**/
void
...
...
@@ -1532,11 +1530,18 @@ hb_ot_layout_position_finish_offsets (hb_font_t *font, hb_buffer_t *buffer)
* @face: #hb_face_t to work upon
* @design_size: (out): The design size of the face
* @subfamily_id: (out): The identifier of the face within the font subfamily
* @subfamily_name_id: (out): The
‘name’ table name ID of the face within the font subfamily
* @subfamily_name_id: (out): The ‘name’ table name ID of the face within the font subfamily
* @range_start: (out): The small end of the recommended size range for the face
* @range_end: (out): The big end of the recommended size range for the face
*
* Fetches optical-size feature data (i.e., the `size` feature from GPOS).
* Fetches optical-size feature data (i.e., the `size` feature from GPOS). Note that
* the subfamily_id and the subfamily name string (accessible via the subfamily_name_id)
* as used here are defined as pertaining only to fonts within a font family that differ
* specifically in their respective size ranges; other ways to differentiate fonts within
* a subfamily are not covered by the `size` feature.
*
* For more information on this distinction, see the `size` documentation at
* https://docs.microsoft.com/en-us/typography/opentype/spec/features_pt#tag-39size39
*
* Return value: true if data found, false otherwise
*
...
...
@@ -1946,7 +1951,7 @@ typedef enum {
* hb_ot_layout_get_baseline:
* @font: The #hb_font_t to work upon
* @baseline: The #hb_ot_layout_baseline_t to query
* @direction: The #hb_direction_t text direction to use
* @direction: The #hb_direction_t text direction to use
(horizontal or vertical)
* @script_tag: #hb_tag_t of the script to use
* @language_tag: #hb_tag_t of the language to use
* @coord: (out): The position of the requested baseline
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录