annotate src/bitmaps/cntrptr.xbm @ 93598:6b92cdd67bfb
(Qbalinese, Qbuginese, Qbuhid, Qcuneiform, Qcypriot)
(Qdeseret, Qglagolitic, Qgothic, Qhanunoo, Qkharoshthi)
(Qlimbu, Qlinear_b, Qold_italic, Qold_persian, Qosmanya)
(Qphags_pa, Qphoenician, Qshavian, Qsyloti_nagri)
(Qtagalog, Qtagbanwa, Qtai_le, Qtifinagh, Qugaritic)
(Qphonetic): New symbols.
(syms_of_w32font): Initialize them.
(font_supported_scripts): Use them.
(w32font_list_family): List all charsets.
(w32font_text_extents, recompute_cached_metrics): Fix metric
calculations.
(w32_enumfont_pattern_entity): Make full_type a DWORD.
Give opentype fonts their own format.
(font_matches_spec): New arguments backend and logfont.
Handle :otf spec for uniscribe backend.
(add_font_entity_to_list): Match truetype fonts in uniscribe backend.
(fill_in_logfont): Use DEFAULT_CHARSET when charset not supplied.
author |
Jason Rumney <jasonr@gnu.org> |
date |
Thu, 03 Apr 2008 13:10:57 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define cntr_ptr_width 16
|
|
2 #define cntr_ptr_height 16
|
|
3 #define cntr_ptr_x_hot 7
|
|
4 #define cntr_ptr_y_hot 1
|
|
5 static unsigned char cntr_ptr_bits[] = {
|
|
6 0x00, 0x00, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07,
|
|
7 0xe0, 0x07, 0xf0, 0x0f, 0xf0, 0x0f, 0x98, 0x19, 0x88, 0x11, 0x80, 0x01,
|
|
8 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x00, 0x00};
|