view etc/images/gud/go.xpm @ 102944:44a517fa4d12

(Qja, Qko): New variables. (fc_charset_table): Delete uniquifier data for iso8859-1. (ftfont_get_latin1_charset): New function. (get_adstyle_property): New function. (ftfont_pattern_entity): Set FONT_ADSTYLE_INDEX of entity for bitmap fonts. (ftfont_lookup_cache): Handle the case that KEY is a font-entity. Delete iso-8859-1 range from the charset of fonts whose adstyle is `ko' or `ja'. (ftfont_get_fc_charset): Call ftfont_lookup_cache with ENTITY. (ftfont_get_charset): For iso8859-1, call ftfont_get_latin1_charset. (ftfont_list): Don't refuse a font spec with non-nil `adstyle' property. (ftfont_open): Call ftfont_lookup_cache with ENTITY. (syms_of_ftfont): DEFSYM Qja and Qko.
author Kenichi Handa <handa@m17n.org>
date Mon, 13 Apr 2009 12:33:13 +0000
parents be635ea1cd02
children
line wrap: on
line source

/* XPM */
static char * go_xpm[] = {
"24 24 3 1",
" 	c None",
".	c #000080800000",
"X	c #FFFFFFFFFFFF",
"                        ",
"                        ",
"       ..........       ",
"      ............      ",
"     ..............     ",
"    ................    ",
"   ..................   ",
"  ......XX...XX.......  ",
"  .....X..X.X..X......  ",
"  .....X....X..X......  ",
"  .....X....X..X......  ",
"  .....X....X..X......  ",
"  .....X.XX.X..X......  ",
"  .....X..X.X..X......  ",
"  .....X..X.X..X......  ",
"  .....X..X.X..X......  ",
"  ......XX...XX.......  ",
"   ..................   ",
"    ................    ",
"     ..............     ",
"      ............      ",
"       ..........       ",
"                        ",
"                        "};