wxWidgets/samples/richtext/bitmaps/bold.xpm

25 lines
489 B
C

/* XPM */
static const char *const bold_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
". c Black",
" c None",
/* pixels */
" ",
" ",
" ",
" ........ ",
" ... ... ",
" ... ... ",
" ... ... ",
" ....... ",
" ... ... ",
" ... ... ",
" ... ... ",
" ........ ",
" ",
" ",
" ",
" "
};