Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
da9d4317
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看板
“6ddf19584021f3c5774823278d42ee3f3124b650”上不存在“arch/x86/kernel/Makefile”
提交
da9d4317
编写于
5月 28, 2019
作者:
B
Bruce Mitchener
提交者:
Khaled Hosny
5月 28, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix some typos.
上级
8a133718
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
4 addition
and
4 deletion
+4
-4
docs/usermanual-clusters.xml
docs/usermanual-clusters.xml
+2
-2
docs/usermanual-fonts-and-faces.xml
docs/usermanual-fonts-and-faces.xml
+1
-1
src/hb-ot-math.h
src/hb-ot-math.h
+1
-1
未找到文件。
docs/usermanual-clusters.xml
浏览文件 @
da9d4317
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
<para>
<para>
For left-to-right scripts (LTR) and top-to-bottom scripts (TTB),
For left-to-right scripts (LTR) and top-to-bottom scripts (TTB),
HarfBuzz will preserve the monotonic property: client programs
HarfBuzz will preserve the monotonic property: client programs
are guaranteed that monotonically increasing initial clu
l
ster
are guaranteed that monotonically increasing initial cluster
values will be returned as monotonically increasing final
values will be returned as monotonically increasing final
cluster values.
cluster values.
</para>
</para>
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
the directionality of the buffer itself is reversed for final
the directionality of the buffer itself is reversed for final
output as a matter of design. Therefore, HarfBuzz inverts the
output as a matter of design. Therefore, HarfBuzz inverts the
monotonic property: client programs are guaranteed that
monotonic property: client programs are guaranteed that
monotonically increasing initial clu
l
ster values will be
monotonically increasing initial cluster values will be
returned as monotonically
<emphasis>
decreasing
</emphasis>
final
returned as monotonically
<emphasis>
decreasing
</emphasis>
final
cluster values.
cluster values.
</para>
</para>
...
...
docs/usermanual-fonts-and-faces.xml
浏览文件 @
da9d4317
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
An
<type>
hb_face_t
</type>
represents a
<emphasis>
face
</emphasis>
An
<type>
hb_face_t
</type>
represents a
<emphasis>
face
</emphasis>
in HarfBuzz. This data type is a wrapper around an
in HarfBuzz. This data type is a wrapper around an
<type>
hb_blob_t
</type>
blob that holds the contents of a binary
<type>
hb_blob_t
</type>
blob that holds the contents of a binary
fo
tn
file. Since HarfBuzz supports TrueType Collections and
fo
nt
file. Since HarfBuzz supports TrueType Collections and
OpenType Collections (each of which can include multiple
OpenType Collections (each of which can include multiple
typefaces), a HarfBuzz face also requires an index number
typefaces), a HarfBuzz face also requires an index number
specifying which typeface in the file you want to use. Most of
specifying which typeface in the file you want to use. Most of
...
...
src/hb-ot-math.h
浏览文件 @
da9d4317
...
@@ -158,7 +158,7 @@ typedef enum { /*< flags >*/
...
@@ -158,7 +158,7 @@ typedef enum { /*< flags >*/
* hb_ot_math_glyph_part_t:
* hb_ot_math_glyph_part_t:
* @glyph: The glyph index of the variant part
* @glyph: The glyph index of the variant part
* @start_connector_length: The length of the connector on the starting side of the variant part
* @start_connector_length: The length of the connector on the starting side of the variant part
* @end_connection_length: The length of the conector on the ending side of the variant part
* @end_connection_length: The length of the con
n
ector on the ending side of the variant part
* @full_advance: The total advance of the part
* @full_advance: The total advance of the part
* @flags: #hb_ot_math_glyph_part_flags_t flags for the part
* @flags: #hb_ot_math_glyph_part_flags_t flags for the part
*
*
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录