Staging
v0.5.1
https://github.com/python/cpython
Revision a7077c865d76afe0bc9640ec0b8f2aa6c0df6f4b authored by Barry Warsaw on 16 August 2010, 22:58:18 UTC, committed by Barry Warsaw on 16 August 2010, 22:58:18 UTC
1 parent 841f7ed
Raw File
Tip revision: a7077c865d76afe0bc9640ec0b8f2aa6c0df6f4b authored by Barry Warsaw on 16 August 2010, 22:58:18 UTC
Move NEWS file entry.
Tip revision: a7077c8
italic.xbm
#define italic_width 16
#define italic_height 16
static unsigned char italic_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x80, 0x3f, 0x80, 0x3f, 0x00, 0x06, 0x00, 0x06,
   0x00, 0x03, 0x00, 0x03, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00,
   0x60, 0x00, 0x60, 0x00, 0xfc, 0x01, 0xfc, 0x01};
back to top