view etc/images/diropen.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 28718fa5d988
children
line wrap: on
line source

/* XPM */
static char * diropen_xpm[] = {
"19 24 17 1",
" 	c None",
".	c #000100",
"+	c #C6C9A6",
"@	c #D0D3AF",
"#	c #93997C",
"$	c #E6E7D0",
"%	c #BEC19E",
"&	c #B4B895",
"*	c #A7AA88",
"=	c #6B6D59",
"-	c #4A4E40",
";	c #7C8166",
">	c #898E72",
",	c #3C4032",
"'	c #575845",
")	c #34332C",
"!	c #24231D",
"  ...............  ",
" .+@@@@@@@@@@@@@#. ",
".$@@@@@@@@@@@@@@@#.",
".++++%%%%%%%%%&&&*.",
".&&&&&&&&&&******#.",
".*%+++%%%%%%%%%&=#.",
".*+***********##-#.",
".*+****;===;####-#.",
".*+****=*****###-#.",
".*+****;*****###-#.",
".*+****########>-#.",
".*&######>>>>>>>,>.",
".*#-------------'>)",
".*&&&&&&&&&&&&&*#>)",
".*&************#'>)",
".*&***********##,>)",
".*&****====;###>,>)",
".#&****=**#**##>,;)",
".#&****>****###>,;)",
".#&****########>,;)",
".##''''''''''''',;)",
".#>==============;)",
".''''''''''''''''-!",
" ................. "};