#include "common.h"#include "memgfx.h"#include "gemfont.h"Include dependency graph for mgTinyFont.c:

Go to the source code of this file.
Functions | |
| MgFont * | mgTinyFont () |
| MgFont * | mgTinyBoldFont () |
| MgFont * | mgTinyFixedFont () |
Variables | |
| static char const | rcsid [] = "$Id: mgTinyFont.c,v 1.4 2005/12/15 20:33:55 hiram Exp $" |
| static UBYTE | sixhi_data [] |
| static WORD | sixhi_ch_ofst [257] |
| static struct font_hdr | sixhi_font |
| static UBYTE | TinyBold_data [2222] |
| static WORD | TinyBold_ch_ofst [225] |
| static struct font_hdr | TinyBold_font |
| static UBYTE | TinyFixed_data [1696] |
| static WORD | TinyFixed_ch_ofst [225] |
| static struct font_hdr | TinyFixed_font |
| MgFont* mgTinyBoldFont | ( | ) |
Definition at line 477 of file mgTinyFont.c.
References TinyBold_font.
00478 { 00479 return &TinyBold_font; 00480 }
| MgFont* mgTinyFixedFont | ( | ) |
Definition at line 697 of file mgTinyFont.c.
References TinyFixed_font.
00698 { 00699 return &TinyFixed_font; 00700 }
| MgFont* mgTinyFont | ( | ) |
Definition at line 204 of file mgTinyFont.c.
References sixhi_font.
00205 { 00206 return &sixhi_font; 00207 }
char const rcsid[] = "$Id: mgTinyFont.c,v 1.4 2005/12/15 20:33:55 hiram Exp $" [static] |
Definition at line 8 of file mgTinyFont.c.
WORD sixhi_ch_ofst[257] [static] |
Definition at line 157 of file mgTinyFont.c.
UBYTE sixhi_data[] [static] |
Definition at line 10 of file mgTinyFont.c.
struct font_hdr sixhi_font [static] |
Initial value:
{
STPROP, 8, "", 0, 255,
4, 4, 3, 1, 1,
5, 6, 0, 0,
1, 1, 0x5555, (short)0xaaaa,
0xc, NULL,
sixhi_ch_ofst, sixhi_data,
192, 6,
NULL,
1, 0,
}
Definition at line 192 of file mgTinyFont.c.
Referenced by mgTinyFont().
WORD TinyBold_ch_ofst[225] [static] |
Initial value:
{
0,2,5,9,14,19,25,31,34,37,
40,43,48,50,54,56,59,64,69,74,
79,84,89,94,99,104,109,111,113,117,
122,126,131,140,146,152,158,164,169,174,
180,186,188,193,199,204,212,218,224,230,
236,242,248,254,260,266,275,281,288,294,
297,300,303,307,312,315,320,325,329,334,
339,342,347,352,354,356,361,363,370,375,
380,385,390,393,398,401,406,411,417,423,
428,433,437,439,443,448,450,452,454,456,
458,460,462,464,466,468,470,472,474,476,
478,480,482,484,486,488,490,492,494,496,
498,500,502,504,506,508,510,512,514,516,
519,524,529,534,540,542,547,550,558,562,
568,574,578,586,588,591,596,598,600,602,
607,612,614,616,618,622,628,635,642,649,
654,660,666,672,678,684,690,698,704,709,
714,719,724,726,728,730,732,738,744,750,
756,762,768,774,779,785,791,797,803,809,
816,822,827,832,837,842,847,852,857,864,
868,873,878,883,888,890,892,894,896,901,
906,911,916,921,926,931,936,941,946,951,
956,961,966,971,976,
}
Definition at line 439 of file mgTinyFont.c.
UBYTE TinyBold_data[2222] [static] |
Definition at line 213 of file mgTinyFont.c.
struct font_hdr TinyBold_font [static] |
Initial value:
{
STPROP, 8, "AdobeHelv-B-R-N--8-80-75-75-P-5", 32, 255,
11, 9, 5, 2, 2,
9, 9, 0, 0,
0, 0, 0x5555, (WORD)0xaaaa,
0x0, NULL,
TinyBold_ch_ofst, TinyBold_data,
202, 11,
NULL,
0, 0,
}
Definition at line 465 of file mgTinyFont.c.
Referenced by mgTinyBoldFont().
WORD TinyFixed_ch_ofst[225] [static] |
Initial value:
{
0,5,10,15,20,25,30,35,40,45,
50,55,60,65,70,75,80,85,90,95,
100,105,110,115,120,125,130,135,140,145,
150,155,160,165,170,175,180,185,190,195,
200,205,210,215,220,225,230,235,240,245,
250,255,260,265,270,275,280,285,290,295,
300,305,310,315,320,325,330,335,340,345,
350,355,360,365,370,375,380,385,390,395,
400,405,410,415,420,425,430,435,440,445,
450,455,460,465,470,475,480,485,490,495,
500,505,510,515,520,525,530,535,540,545,
550,555,560,565,570,575,580,585,590,595,
600,605,610,615,620,625,630,635,640,645,
650,655,660,665,670,675,680,685,690,695,
700,705,710,715,720,725,730,735,740,745,
750,755,760,765,770,775,780,785,790,795,
800,805,810,815,820,825,830,835,840,845,
850,855,860,865,870,875,880,885,890,895,
900,905,910,915,920,925,930,935,940,945,
950,955,960,965,970,975,980,985,990,995,
1000,1005,1010,1015,1020,1025,1030,1035,1040,1045,
1050,1055,1060,1065,1070,1075,1080,1085,1090,1095,
1100,1105,1110,1115,1120,
}
Definition at line 659 of file mgTinyFont.c.
UBYTE TinyFixed_data[1696] [static] |
Definition at line 486 of file mgTinyFont.c.
struct font_hdr TinyFixed_font [static] |
Initial value:
{
STPROP, 11, "-Misc-Fixed-M-R-N--8-80-75-75-C", 32, 255,
8, 7, 4, 1, 1,
5, 5, 0, 0,
0, 0, 0x5555, (WORD)0xaaaa,
0x0, NULL,
TinyFixed_ch_ofst, TinyFixed_data,
212, 8,
NULL,
0, 0,
}
Definition at line 685 of file mgTinyFont.c.
Referenced by mgTinyFixedFont().
1.5.2