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

📄 markers.h

📁 nucleus 文件系统,内核和彩色图形系统,在小系统上非常好用
💻 H
字号:
/*************************************************************************/
/*                                                                       */
/*         Copyright (c) 1997 - 1999 Accelerated Technology, Inc.        */
/*                                                                       */
/* PROPRIETARY RIGHTS of Accelerated Technology are involved in the      */
/* subject matter of this material.  All manufacturing, reproduction,    */
/* use, and sales rights pertaining to this subject matter are governed  */
/* by the license agreement.  The recipient of this software implicitly  */
/* accepts the terms of the license.                                     */
/*                                                                       */
/*************************************************************************/

/*************************************************************************/
/*                                                                       */
/* FILE NAME                                            VERSION          */
/*                                                                       */
/*      metfonts.h                                       1.9             */
/*                                                                       */
/* COMPONENT                                                             */
/*                                                                       */
/*      All                                                              */
/*                                                                       */
/* DESCRIPTION                                                           */
/*                                                                       */
/*      This file defines the MetaWINDOW stroked markers font.           */
/*                                                                       */
/* AUTHOR                                                                */
/*                                                                       */
/*      Robert G. Burrill, Accelerated Technology, Inc.                  */
/*                                                                       */
/* DATA STRUCTURES                                                       */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* FUNCTIONS                                                             */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* DEPENDENCIES                                                          */
/*                                                                       */
/*      None                                                             */
/*                                                                       */
/* HISTORY                                                               */
/*                                                                       */
/*         NAME            DATE                    REMARKS               */
/*                                                                       */
/*         BobB           11/22/99     Corrected ofwdTable type          */
/*                                                                       */
/*************************************************************************/


fontRcd MarkerFont;

word locnTable[16];

/* BobB 11/22/99 - corrected ofwdTable type
word ofwdTable[32] = { */
byte ofwdTable[32] = {
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0,
	16,0};

#define FontTable C_65[0]

byte C_65[] = {
	5,8,
	4,7,
	5,6,
	6,7,
	5,8,
	255,255};	/* . */
byte C_66[] = {
	5,14,
	5,0,
	255,254,
	0,7,
	10,7,
	255,255};	/* + */

byte C_67[] = {
	5,14,
	5,0,
	255,254,
	0,7,
	10,7,
	255,254,
	1,12,
	9,2,
	255,254,
	1,2,
	9,12,
	255,255};	/* * */

byte C_68[] = {
	0,14,
	0,0,
	10,0,
	10,14,
	0,14,
	255,255};	/* rectangle */

byte C_69[] = {
	0,14,
	10,0,
	255,254,
	0,0,
	10,14,
	255,255};	/* x */

byte C_70[] = {
	5,14,
	0,7,
	5,0,
	10,7,
	5,14,
	255,255};	/* diamond */

byte C_71[] = {
	5,14,
	0,0,
	10,0,
	5,14,
	255,255};	/* triangle */

byte C_72[] = {
	5,8,
	4,7,
	5,6,
	6,7,
	5,8,
	255,255};	/* . */

byte C_73[] = {
	5,14,
	5,0,
	255,254,
	0,7,
	10,7,
	255,255};	/* + */

byte C_74[] = {
	5,14,
	5,0,
	255,254,
	0,7,
	10,7,
	255,254,
	1,12,
	9,2,
	255,254,
	1,2,
	9,12,
	255,255};	/* * */

byte C_75[] = {
	255,253,
	0,0,
	10,14,
	255,255};	/* Filled rectangle */

byte C_76[] = {
	0,14,
	10,0,
	255,254,
	0,0,
	10,14,
	255,255};	/* x */

byte C_77[] = {
	5,14,
	0,7,
	5,0,
	10,7,
	5,14,
	255,255};	/* diamond */

byte C_78[] = {
	5,14,
	0,0,
	10,0,
	5,14,
	255,255};	/* triangle */

byte C_79[] = {
	3,0,
	7,0,
	10,3,
	10,11,
	7,14,
	3,14,
	0,11,
	0,3,
	3,0,
	255,255};	/* octagon */

byte C_80[] = {
	5,14,
	0,0,
	10,0,
	5,14,
	255,255};	/* triangle - bad character */

#define Font_End C_80 + 10

⌨️ 快捷键说明

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