Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Harfbuzz
提交
c755cb3e
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看板
提交
c755cb3e
编写于
4月 22, 2010
作者:
B
Behdad Esfahbod
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Change header comment
上级
243d20e0
变更
42
隐藏空白更改
内联
并排
Showing
42 changed file
with
42 addition
and
42 deletion
+42
-42
README
README
+1
-1
src/hb-blob.c
src/hb-blob.c
+1
-1
src/hb-blob.h
src/hb-blob.h
+1
-1
src/hb-buffer-private.h
src/hb-buffer-private.h
+1
-1
src/hb-buffer.c
src/hb-buffer.c
+1
-1
src/hb-buffer.h
src/hb-buffer.h
+1
-1
src/hb-common.h
src/hb-common.h
+1
-1
src/hb-font-private.h
src/hb-font-private.h
+1
-1
src/hb-font.cc
src/hb-font.cc
+1
-1
src/hb-font.h
src/hb-font.h
+1
-1
src/hb-ft.c
src/hb-ft.c
+1
-1
src/hb-ft.h
src/hb-ft.h
+1
-1
src/hb-glib.c
src/hb-glib.c
+1
-1
src/hb-glib.h
src/hb-glib.h
+1
-1
src/hb-icu.c
src/hb-icu.c
+1
-1
src/hb-icu.h
src/hb-icu.h
+1
-1
src/hb-language.c
src/hb-language.c
+1
-1
src/hb-language.h
src/hb-language.h
+1
-1
src/hb-object-private.h
src/hb-object-private.h
+1
-1
src/hb-open-file-private.hh
src/hb-open-file-private.hh
+1
-1
src/hb-open-type-private.hh
src/hb-open-type-private.hh
+1
-1
src/hb-ot-layout-common-private.hh
src/hb-ot-layout-common-private.hh
+1
-1
src/hb-ot-layout-gdef-private.hh
src/hb-ot-layout-gdef-private.hh
+1
-1
src/hb-ot-layout-gpos-private.hh
src/hb-ot-layout-gpos-private.hh
+1
-1
src/hb-ot-layout-gsub-private.hh
src/hb-ot-layout-gsub-private.hh
+1
-1
src/hb-ot-layout-gsubgpos-private.hh
src/hb-ot-layout-gsubgpos-private.hh
+1
-1
src/hb-ot-layout-private.h
src/hb-ot-layout-private.h
+1
-1
src/hb-ot-layout.cc
src/hb-ot-layout.cc
+1
-1
src/hb-ot-layout.h
src/hb-ot-layout.h
+1
-1
src/hb-ot-shape-private.h
src/hb-ot-shape-private.h
+1
-1
src/hb-ot-shape.c
src/hb-ot-shape.c
+1
-1
src/hb-ot-tag.c
src/hb-ot-tag.c
+1
-1
src/hb-ot-tag.h
src/hb-ot-tag.h
+1
-1
src/hb-ot.h
src/hb-ot.h
+1
-1
src/hb-private.h
src/hb-private.h
+1
-1
src/hb-shape.c
src/hb-shape.c
+1
-1
src/hb-shape.h
src/hb-shape.h
+1
-1
src/hb-unicode-private.h
src/hb-unicode-private.h
+1
-1
src/hb-unicode.c
src/hb-unicode.c
+1
-1
src/hb-unicode.h
src/hb-unicode.h
+1
-1
src/hb.h
src/hb.h
+1
-1
src/main.cc
src/main.cc
+1
-1
未找到文件。
README
浏览文件 @
c755cb3e
This is HarfBuzz, a
n OpenType Layout engine
.
This is HarfBuzz, a
text shaping library
.
Bug reports on these files should be sent to the HarfBuzz mailing list as
Bug reports on these files should be sent to the HarfBuzz mailing list as
listed on http://freedesktop.org/wiki/Software/harfbuzz
listed on http://freedesktop.org/wiki/Software/harfbuzz
...
...
src/hb-blob.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-blob.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-buffer-private.h
浏览文件 @
c755cb3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 2004,2007,2009 Red Hat, Inc.
* Copyright (C) 2004,2007,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-buffer.c
浏览文件 @
c755cb3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 2004,2007 Red Hat, Inc.
* Copyright (C) 2004,2007 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-buffer.h
浏览文件 @
c755cb3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 1998-2004 David Turner and Werner Lemberg
* Copyright (C) 2004,2007,2009 Red Hat, Inc.
* Copyright (C) 2004,2007,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-common.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-font-private.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-font.cc
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-font.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ft.c
浏览文件 @
c755cb3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Keith Stribley <devel@thanlwinsoft.org>
* Copyright (C) 2009 Keith Stribley <devel@thanlwinsoft.org>
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ft.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-glib.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-glib.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-icu.c
浏览文件 @
c755cb3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Keith Stribley <devel@thanlwinsoft.org>
* Copyright (C) 2009 Keith Stribley <devel@thanlwinsoft.org>
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-icu.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-language.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-language.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-object-private.h
浏览文件 @
c755cb3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* Copyright (C) 2007 Chris Wilson
* Copyright (C) 2007 Chris Wilson
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-open-file-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-open-type-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009,2010 Red Hat, Inc.
* Copyright (C) 2007,2008,2009,2010 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout-common-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout-gdef-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout-gpos-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout-gsub-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout-gsubgpos-private.hh
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout-private.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout.cc
浏览文件 @
c755cb3e
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* Copyright (C) 2006 Behdad Esfahbod
* Copyright (C) 2006 Behdad Esfahbod
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-layout.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-shape-private.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-shape.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-tag.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot-tag.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-ot.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-private.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-shape.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-shape.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-unicode-private.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-unicode.c
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb-unicode.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/hb.h
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2009 Red Hat, Inc.
* Copyright (C) 2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
src/main.cc
浏览文件 @
c755cb3e
/*
/*
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
* Copyright (C) 2007,2008,2009 Red Hat, Inc.
*
*
* This is part of HarfBuzz, a
n OpenType Layout engine
library.
* This is part of HarfBuzz, a
text shaping
library.
*
*
* Permission is hereby granted, without written agreement and without
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* license or royalty fees, to use, copy, modify, and distribute this
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录