summaryrefslogtreecommitdiff
path: root/docs/TEXT/ligatures
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TEXT/ligatures')
-rw-r--r--docs/TEXT/ligatures33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/TEXT/ligatures b/docs/TEXT/ligatures
deleted file mode 100644
index 6bc7e45f..00000000
--- a/docs/TEXT/ligatures
+++ /dev/null
@@ -1,33 +0,0 @@
-PANGO_LIGATURE_HACK is defined as follows
-
-It comprises a space-seperated list of elements. An
-element can either be of the form :xx:zzzz, in which
-case the first part is a language code and the second
-is a name of another property to look in if the
-language is matched.
-
-or as follows
-
- $AAAA=0000+007F-0915,0944
-
- This defines a set, this will be visible to the entire font.
-
-or of the form
-
- xxxx[+xxxx[+xxxx...]]=yyyy[+yyyy]
-
- xxxx can either be a hex glyph code which is matches directly,
- or %AAAA, where it will match anything in the set.
-
- yyyy is either a hex glyph code, or %n, in which case it refers
- to the nth thing to have matched - e.g.
-
- %FOO+2=2+%1, would swap instances of $FOO and 2.
-
-
-
-(The language-specific stuff isn't implemented yet, but is parsed OK
- and duly ignored here. This will be implemented soon)
-
-
-Robert Brady <rwb197@zepler.org>, 2000-11-08