help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fraktur


From: Florian Beck
Subject: Re: Fraktur
Date: Sat, 10 Jan 2009 10:15:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"A. Soare" <alinsoar@voila.fr> writes:

>> 
>> Am 09.01.2009 um 16:53 schrieb A. Soare:
>> 
>> > (standard-display-ascii ?a  (vector (decode-char 'ucs #x1D400)))
>> 
>> The character at U+1D400 is MATHEMATICAL BOLD CAPITAL A. U+1D504 is  
>> MATHEMATICAL FRAKTUR CAPITAL A.
>> 
>> >
>> > , however the unicode character is not present. I see a box instead  
>> > of the german `A`; Is there a possibility to use Fraktur in emacs?
>> 
>> Why not? Once you use the proper fonts, Asana Math or Code2001 ...
>> 
>> 
>
> I use terminus.
>
> What is your settings in your .emacs for fraktur?

Once you install a font like Code2001 or the free Unicode Symbols
(http://users.teilar.gr/~g1951d/), emacs should automatically use it (it
does for me).

If not,

(set-fontset-font "fontset-default" '(#x1D400 . #x1D5FF) (font-spec
:family "Unicode Symbols") nil)

should do the trick.

This is for mathematical symbols; if you want to display latin text in
blackletter, you need a font for that and simply use

(set-frame-font "JSL Blackletter")

-- 
Florian Beck




reply via email to

[Prev in Thread] Current Thread [Next in Thread]