summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-04-17 17:29:00 +0200
committerHans Hagen <pragma@wxs.nl>2013-04-17 17:29:00 +0200
commit32bd9347bda99504e36ef02e816e98c811d24a97 (patch)
treeac50b34a9baaf92fd520c47458bcfe6a77b637ad /tex/context/fonts
parent959b0d65aa998bf38a7d468451666a709677a6a7 (diff)
downloadcontext-32bd9347bda99504e36ef02e816e98c811d24a97.tar.gz
beta 2013.04.17 17:29
Diffstat (limited to 'tex/context/fonts')
-rw-r--r--tex/context/fonts/cc-icons.lfg4
-rw-r--r--tex/context/fonts/ccicons.lfg27
2 files changed, 31 insertions, 0 deletions
diff --git a/tex/context/fonts/cc-icons.lfg b/tex/context/fonts/cc-icons.lfg
index 2739918af..902de05b3 100644
--- a/tex/context/fonts/cc-icons.lfg
+++ b/tex/context/fonts/cc-icons.lfg
@@ -13,10 +13,14 @@ return {
by = utfbyte("b"),
cc = utfbyte("c"),
nd = utfbyte("d"),
+ -- nceu = utfbyte("e"),
nc = utfbyte("n"),
sampling = utfbyte("m"),
+ -- pd = utfbyte("p"),
share = utfbyte("s"),
remix = utfbyte("r"),
+ -- ncjp = utfbyte("y"),
+ -- zero = utfbyte("z"),
logo = utfbyte("C"),
},
},
diff --git a/tex/context/fonts/ccicons.lfg b/tex/context/fonts/ccicons.lfg
new file mode 100644
index 000000000..a09c78fc4
--- /dev/null
+++ b/tex/context/fonts/ccicons.lfg
@@ -0,0 +1,27 @@
+local utfbyte = utf.byte
+
+return {
+ name = "cc-icons",
+ version = "1.00",
+ comment = "Goodies that complement creative commons icons (ctan variant).",
+ author = "Hans Hagen",
+ copyright = "ConTeXt development team",
+ remapping = {
+ tounicode = true,
+ unicodes = {
+ sa = utfbyte("a"),
+ by = utfbyte("b"),
+ cc = utfbyte("c"), -- logo (so not the same name)
+ nd = utfbyte("d"),
+ nceu = utfbyte("e"),
+ nc = utfbyte("n"),
+ sampling = utfbyte("m"),
+ pd = utfbyte("p"),
+ share = utfbyte("s"),
+ remix = utfbyte("r"),
+ ncjp = utfbyte("y"),
+ zero = utfbyte("z"),
+ logo = 0x00A9, -- copyright
+ },
+ },
+}