aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-02-17 11:50:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-02-17 11:50:28 +0000
commit5bf7a90ba700b3c5c42617bbfe7e6e62fac9e8d7 (patch)
tree3d472d2b14055c2bb5b2c0e762e5807ae11ab0ca /generic
parentf8e0dad1bcbd97ee87b89ee4e6c73556cf626466 (diff)
unicode-tokens: Experimental multiple font support
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 11ae77bf..31575da4 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -619,22 +619,6 @@ Warning messages can come from proof assistant or from Proof General itself."
(defconst proof-active-area-face 'proof-active-area-face proof-face-compat-doc)
-;;
-;; Faces used by unicode-tokens.
-;;
-;; TODO: make these into faces but extract attributes
-;; to use in `unicode-tokens-annotation-translations'.
-;; Let that be dynamically changeable
-;; TODO: choose family acccording to likely architecture and what's available
-(defconst proof-script-font-face-attributes
- '((t :family "Lucida Calligraphy"))
- "Script font face")
-
-(defconst proof-fraktur-font-face-attributes
- '((t :family "Lucida Blackletter"))
- "Fraktur font face")
-
-