Mercurial > hg > xemacs-beta
comparison man/lispref/mule.texi @ 1734:d6d41d23b6ec
[xemacs-hg @ 2003-10-10 10:18:24 by stephent]
charset doc fixes from Ilya <87fzi1o0qs.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 10 Oct 2003 10:18:28 +0000 |
parents | 465bd3c7d932 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
1733:5903b079bee1 | 1734:d6d41d23b6ec |
---|---|
482 @defun charset-ccl-program charset | 482 @defun charset-ccl-program charset |
483 This function returns the CCL program, if any, for converting | 483 This function returns the CCL program, if any, for converting |
484 position codes of characters in @var{charset} into font indices. | 484 position codes of characters in @var{charset} into font indices. |
485 @end defun | 485 @end defun |
486 | 486 |
487 The only property of a charset that can currently be set after | 487 The two properties of a charset that can currently be set after the |
488 the charset has been created is the CCL program. | 488 charset has been created are the CCL program and the font registry. |
489 | 489 |
490 @defun set-charset-ccl-program charset ccl-program | 490 @defun set-charset-ccl-program charset ccl-program |
491 This function sets the @code{ccl-program} property of @var{charset} to | 491 This function sets the @code{ccl-program} property of @var{charset} to |
492 @var{ccl-program}. | 492 @var{ccl-program}. |
493 @end defun | |
494 | |
495 @defun set-charset-registry charset registry | |
496 This function sets the @code{registry} property of @var{charset} to | |
497 @var{registry}. | |
493 @end defun | 498 @end defun |
494 | 499 |
495 @node Predefined Charsets, , Charset Property Functions, Charsets | 500 @node Predefined Charsets, , Charset Property Functions, Charsets |
496 @subsection Predefined Charsets | 501 @subsection Predefined Charsets |
497 | 502 |
541 chinese-cns11643-6 94x94 L 0 l2r CNS11643.1 | 546 chinese-cns11643-6 94x94 L 0 l2r CNS11643.1 |
542 chinese-cns11643-7 94x94 M 0 l2r CNS11643.1 | 547 chinese-cns11643-7 94x94 M 0 l2r CNS11643.1 |
543 ethiopic 94x94 2 0 l2r Ethio | 548 ethiopic 94x94 2 0 l2r Ethio |
544 ascii-r2l 94 B 0 r2l ISO8859-1 | 549 ascii-r2l 94 B 0 r2l ISO8859-1 |
545 ipa 96 0 1 l2r MuleIPA | 550 ipa 96 0 1 l2r MuleIPA |
546 vietnamese-lower 96 1 1 l2r VISCII1.1 | 551 vietnamese-viscii-lower 96 1 1 l2r VISCII1.1 |
547 vietnamese-upper 96 2 1 l2r VISCII1.1 | 552 vietnamese-viscii-upper 96 2 1 l2r VISCII1.1 |
548 @end example | 553 @end example |
549 | 554 |
550 For all of the above charsets, the dimension and number of columns are | 555 For all of the above charsets, the dimension and number of columns are |
551 the same. | 556 the same. |
552 | 557 |