Mercurial > hg > xemacs-beta
comparison man/lispref/glyphs.texi @ 335:54f7aa390f4f r21-0-65
Import from CVS: tag r21-0-65
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:50:39 +0200 |
parents | ac2d302a0011 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
334:58353925ad93 | 335:54f7aa390f4f |
---|---|
60 typically an image instantiator (a string or a vector; @ref{Image | 60 typically an image instantiator (a string or a vector; @ref{Image |
61 Specifiers}), but can also be a list of such instantiators (each one in | 61 Specifiers}), but can also be a list of such instantiators (each one in |
62 turn is tried until an image is successfully produced), a cons of a | 62 turn is tried until an image is successfully produced), a cons of a |
63 locale (frame, buffer, etc.) and an instantiator, a list of such conses, | 63 locale (frame, buffer, etc.) and an instantiator, a list of such conses, |
64 or any other form accepted by @code{canonicalize-spec-list}. | 64 or any other form accepted by @code{canonicalize-spec-list}. |
65 @xref{Specifiers} for more information about specifiers. | 65 @xref{Specifiers}, for more information about specifiers. |
66 | 66 |
67 @var{type} specifies the type of the glyph, which specifies in which | 67 @var{type} specifies the type of the glyph, which specifies in which |
68 contexts the glyph can be used, and controls the allowable image types | 68 contexts the glyph can be used, and controls the allowable image types |
69 into which the glyph's image can be instantiated. @var{type} should be | 69 into which the glyph's image can be instantiated. @var{type} should be |
70 one of @code{buffer} (used for glyphs in an extent, the modeline, the | 70 one of @code{buffer} (used for glyphs in an extent, the modeline, the |
446 instanced only as @code{pointer}), and a particular image instance type | 446 instanced only as @code{pointer}), and a particular image instance type |
447 can be generated by many different image instantiator formats (e.g. | 447 can be generated by many different image instantiator formats (e.g. |
448 @code{color-pixmap} can be generated by @code{xpm}, @code{gif}, | 448 @code{color-pixmap} can be generated by @code{xpm}, @code{gif}, |
449 @code{jpeg}, etc.). | 449 @code{jpeg}, etc.). |
450 | 450 |
451 @xref{Image Instances} for a more detailed discussion of image | 451 @xref{Image Instances}, for a more detailed discussion of image |
452 instance types. | 452 instance types. |
453 | 453 |
454 An image instantiator should be a string or a vector of the form | 454 An image instantiator should be a string or a vector of the form |
455 | 455 |
456 @example | 456 @example |