Mercurial > hg > xemacs-beta
comparison man/lispref/glyphs.texi @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
427 @end defun | 427 @end defun |
428 | 428 |
429 Image instantiators come in many formats: @code{xbm}, @code{xpm}, | 429 Image instantiators come in many formats: @code{xbm}, @code{xpm}, |
430 @code{gif}, @code{jpeg}, etc. This describes the format of the data | 430 @code{gif}, @code{jpeg}, etc. This describes the format of the data |
431 describing the image. The resulting image instances also come in many | 431 describing the image. The resulting image instances also come in many |
432 types -- @code{mono-pixmap}, @code{color-pixmap}, @code{text}, | 432 types---@code{mono-pixmap}, @code{color-pixmap}, @code{text}, |
433 @code{pointer}, etc. This refers to the behavior of the image and the | 433 @code{pointer}, etc. This refers to the behavior of the image and the |
434 sorts of places it can appear. (For example, a color-pixmap image has | 434 sorts of places it can appear. (For example, a color-pixmap image has |
435 fixed colors specified for it, while a mono-pixmap image comes in two | 435 fixed colors specified for it, while a mono-pixmap image comes in two |
436 unspecified shades ``foreground'' and ``background'' that are determined | 436 unspecified shades ``foreground'' and ``background'' that are determined |
437 from the face of the glyph or surrounding text; a text image appears as | 437 from the face of the glyph or surrounding text; a text image appears as |