⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 system08.h

📁 nucleus 文件系统,内核和彩色图形系统,在小系统上非常好用
💻 H
📖 第 1 页 / 共 2 页
字号:
#define _sys08_8x8 &SYSTEM08FR.SYSTEM08FRH
struct _SYSTEM08FR {     /* Font Record Structure */
    fontRcd SYSTEM08FRH;      /* Font Header */
    char hdrFiller[32]; /* align next section */
    grafMap SYSTEM08FRG;      /* Font GrafMap */
    char gmapFiller[32];/* align next section */
    long SYSTEM08FRT[64];     /* Font Row Tables */
    short SYSTEM08FRL[256];   /* Font Location Tables */
    unsigned char SYSTEM08FRO[512];/* Font Offset/Width Tables */
    unsigned char SYSTEM08FRD[1032];/* Font Data */
} SYSTEM08FR = {         /* Initialize the data */
    /* Header Structure */
        0x22,     /* fontVer */
        0x1,     /* fontRev */
        0x9,     /* fontNameLen */
        0x73,0x79,0x73,0x30,0x38,0x20,0x38,0x78,     /* fontBaseName */
        0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,     /* fontSuffix1 */
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,     /* fontSuffix2 */
        0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,     /* fontSuffix3 */
        0,     /* fontFacing */
        0x4e,0x55,0x5f,0x5f,0x46,0x4f,0x4e,0x54,     /* fontSign */
        80,     /* fontWeight */
        0,     /* fontCoding */
        0x8a4,     /* fontSize */
        127,     /* fontMax */
        32,     /* fontMin */
        14,     /* fontPtSize */
        0,     /* fontfamily */
        0,     /* fontStyle */
        0,     /* fontFlags */
        -1,     /* fontColor[0] */
        0,     /* fontColor[1] */
        0x20,     /* minChar */
        0x7f,     /* maxChar */
        8,     /* chWidth */
        8,     /* chHeight */
        0,     /* chKern */
        7,     /* ascent */
        1,     /* descent */
        9,     /* lnSpacing */
        127,     /* chBad */
        4,4,     /* chCenter */
        -300,     /* chAngle */
        0,     /* chUnder */
        2,     /* chScore */
        0,     /* fontRsvd */
        0x340,     /* locTbl */
        0x540,     /* ofwdTbl */
        0x0,     /* kernTbl */
        0x0,     /* sizeTbl */
        0x120,     /* grafMapTbl */
        0x240,     /* rowTbl */
        0x740,     /* fontTbl */
        0,     /* fontNotice */
        0,     /* fontSupplier */
        0,     /* fontAuthor */
        0,     /* fontInfo */
        0,     /* fontDate */
        0,0,     /* fontSpacing */
        0,0,     /* fontLowHgt */
        0,0,     /* fontCapHgt */
        0,0,     /* fontAscent */
        0,0,     /* fontDescent */
        0,0,     /* fontMaxWid */
        0,0,     /* fontAvgWid */
        0,0,     /* fontEmWid */
        0x3e2,     /* offwidTbl[16] */
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0x3e2,
        0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
        0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    /* GrafMap Structure */
        8,     /* devClass */
        0,     /* devTech */
        0,     /* devMode */
        128,     /* pixBytes */
        1024,     /* pixWidth */
        8,     /* pixHeight */
        66,     /* pixResX */
        30,     /* pixResY */
        1,     /* pixBits */
        1,     /* pixPlanes */
        0x3bc,     /* mapFlags */
        0x0,     /* mapTable[32] */
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0x0,
        0,     /* mapLock */
        0,     /* mapNextSel */
        0,     /* mapWinType */
        0,     /* mapWinOffset */
        0,     /* mapWinYmin[0] */
        0,     /* mapWinYmin[1] */
        0,     /* mapWinYmax[0] */
        0,     /* mapWinYmax[1] */
        0,     /* mapWinPlane */
        0,     /* mapWinScans */
        0,     /* mapHandle */
        0x0,     /* mapBankMgr */
        0x0,     /* mapPlaneMgr */
        0x0,     /* mapAltMgr */
        0x0,     /* mapDevMgr */
        0x0,     /* prFill */
        0x0,     /* prBlitSS */
        0x0,     /* prBlit1S */
        0x0,     /* prBlitMS */
        0x0,     /* prBlitSM */
        0x0,     /* prRdImg */
        0x0,     /* prWrImg */
        0x0,     /* prLine */
        0x0,     /* prSetPx */
        0x0,     /* prGetPx */
        0x0,     /* cbSyncFunc */
        0x0,     /* cbPostErr */
        0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
        0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
    /* Row Table */
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0,
    /* Location Table */
        0xf8, 0x100, 0x108, 0x110, 0x118, 0x120, 0x128, 0x130,
        0x138, 0x140, 0x148, 0x150, 0x158, 0x160, 0x168, 0x170,
        0x178, 0x180, 0x188, 0x190, 0x198, 0x1a0, 0x1a8, 0x1b0,
        0x1b8, 0x1c0, 0x1c8, 0x1d0, 0x1d8, 0x1e0, 0x1e8, 0x1f0,
        0x1f8, 0x200, 0x208, 0x210, 0x218, 0x220, 0x228, 0x230,
        0x238, 0x240, 0x248, 0x250, 0x258, 0x260, 0x268, 0x270,
        0x278, 0x280, 0x288, 0x290, 0x298, 0x2a0, 0x2a8, 0x2b0,
        0x2b8, 0x2c0, 0x2c8, 0x2d0, 0x2d8, 0x2e0, 0x2e8, 0x2f0,
        0x2f8, 0x300, 0x308, 0x310, 0x318, 0x320, 0x328, 0x330,
        0x338, 0x340, 0x348, 0x350, 0x358, 0x360, 0x368, 0x370,
        0x378, 0x380, 0x388, 0x390, 0x398, 0x3a0, 0x3a8, 0x3b0,
        0x3b8, 0x3c0, 0x3c8, 0x3d0, 0x3d8, 0x3e0, 0x3e8, 0x3f0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
        0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -