1234567891011121314151617181920 |
- /* $XConsortium: DtABdhc.m.bm /main/2 1995/07/17 14:24:39 drk $ */
- /*********************************************************************
- * (c) Copyright 1993, 1994 Hewlett-Packard Company
- * (c) Copyright 1993, 1994 International Business Machines Corp.
- * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
- * (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
- * Novell, Inc.
- **********************************************************************/
- #define distribute_hcenter_width 32
- #define distribute_hcenter_height 32
- static unsigned char distribute_hcenter_bits[] = {
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,
- 0x00,0x00,0x08,0x18,0xf0,0x0f,0x18,0x0c,0x10,0x08,0x30,0x06,0x10,0x08,0x60,
- 0xff,0x1f,0xf8,0xff,0xff,0x1f,0xf8,0xff,0x06,0x10,0x08,0x60,0x0c,0x10,0x08,
- 0x30,0x18,0xf0,0x0f,0x18,0x10,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
- 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|