summaryrefslogtreecommitdiff
path: root/tex/context/fonts
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-04-17 18:40:27 +0300
committerMarius <mariausol@gmail.com>2013-04-17 18:40:27 +0300
commitafecddbdf8473a0cd3b9b9107d6fb4cd991224a5 (patch)
treedcfcb24a9918b9dcaa9569955442bdc16d3ba568 /tex/context/fonts
parent2bce12e0c387ba3a0e084bf0c44c23af1f93642e (diff)
downloadcontext-afecddbdf8473a0cd3b9b9107d6fb4cd991224a5.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
+ },
+ },
+}