view etc/images/ezimage/checkmark.xpm @ 90480:908d27653432

(ftfont_list): Use assq_no_quit, not Fassq. Don't include weight in listing pattern, instead check weight of each listed font. Don't include scalable in pattern. Pay attention to FONT_PIXEL_SIZE_QUANTUM.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Jun 2006 12:36:58 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_chk_xpm[] = {
"15 15 2 1",
" 	c None",
".	c #FF0000",
"               ",
" . .  ..       ",
" . . .         ",
" . . .       . ",
"  .   ..    .  ",
"           ..  ",
"          ..   ",
" ...     ..    ",
" ...    ..     ",
" ....  ..      ",
"  ... ..       ",
"   ....        ",
"    ...        ",
"     .         ",
"               "};