Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
939220e5
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看板
提交
939220e5
编写于
11月 15, 2018
作者:
N
Nathan Willis
提交者:
Khaled Hosny
11月 24, 2018
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Usermanual: clusters chapter, minor updates.
上级
53ac46e9
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
16 addition
and
9 deletion
+16
-9
docs/usermanual-clusters.xml
docs/usermanual-clusters.xml
+16
-9
未找到文件。
docs/usermanual-clusters.xml
浏览文件 @
939220e5
...
...
@@ -30,20 +30,21 @@
<itemizedlist>
<listitem>
<para>
Correctly positioning the cursor between two characters that
have combined into a single glyph by forming a ligature.
Correctly positioning the cursor within a shaped text run,
even when characters have formed ligatures, composed or
decomposed, reordered, or undergone other shaping operations.
</para>
</listitem>
<listitem>
<para>
Correctly highlighting a text selection that includes some,
but not all, of the characters
comprising a ligature
.
but not all, of the characters
in a word
.
</para>
</listitem>
<listitem>
<para>
Applying text attributes (such as color or underlining) to
part, but not all, of a
composed base-and-mark combination
.
part, but not all, of a
word
.
</para>
</listitem>
<listitem>
...
...
@@ -52,6 +53,12 @@
embedded text that can be fully extracted.
</para>
</listitem>
<listitem>
<para>
Determining the mapping between input characters and output
glyphs, such as which glyphs are ligatures.
</para>
</listitem>
<listitem>
<para>
Performing line-breaking, justification, and other
...
...
@@ -69,7 +76,7 @@
This cluster value is an arbitrary number; HarfBuzz uses it only
to distinguish between clusters. Many client programs will use
the index of each code point in the input text stream as the
cluster value,
as a matter
of convenience; the actual value does
cluster value,
for the sake
of convenience; the actual value does
not matter.
</para>
<para>
...
...
@@ -122,10 +129,10 @@
Level 1 differs from level 0 by not merging the
clusters of marks and other modifier code points with the
preceding "base" code point's cluster. By preserving the
cluster values of these marks and modifier code points,
script shaping can perform additional operations that might
lead to improved results (for example, reordering a sequence
of marks).
separate cluster values of these marks and modifier code
points, script shapers can perform additional operations
that might lead to improved results (for example, reordering
a sequence
of marks).
</para>
<para>
Client programs can specify level 1 behavior for a buffer by
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录