File: brush.xbm

package info (click to toggle)
xshodo 2.0-4
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 92 kB
  • ctags: 57
  • sloc: ansic: 401; makefile: 44; sh: 1
file content (11 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#define brush_width 24
#define brush_height 24
#define brush_x_hot 5
#define brush_y_hot 22
static unsigned char brush_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x00, 0x40, 0x04, 0x00, 0x40, 0x05,
   0x00, 0x20, 0x02, 0x00, 0xa0, 0x02, 0x00, 0x10, 0x01, 0x00, 0x50, 0x01,
   0x00, 0x88, 0x00, 0x00, 0xa8, 0x00, 0x00, 0x44, 0x00, 0x00, 0x54, 0x00,
   0x00, 0x22, 0x00, 0x00, 0x2e, 0x00, 0x80, 0x19, 0x00, 0x80, 0x11, 0x00,
   0xc0, 0x12, 0x00, 0xc0, 0x0b, 0x00, 0xc0, 0x0d, 0x00, 0xe0, 0x07, 0x00,
   0xe0, 0x01, 0x00, 0x60, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00};