style.h
来自「AutoCAD DWG-file viewer」· C头文件 代码 · 共 35 行
H
35 行
/****************************************************************/
/* COPYRIGHT NOTICE */
/* ---------------- */
/* All software in this listing remain the strict copyright */
/* of Ilija Kovacevic and cannot be copied or used in any way */
/* except by written permission of Ilija Kovacevic. */
/* */
/* Copyright (c) 1992 Ilija Kovacevic */
/* www.kov.com email ilija@kov.com */
/****************************************************************/
typedef struct
{
char name[ 0x20 ];
char file_name[ 0x40 ];
char bigfont_file_name[ 0x40 ];
UINT8 flags;
DOUBLE height;
DOUBLE width_factor;
DOUBLE obliquing_angle;
UINT8 flags2;
DOUBLE prompt_height;
boolean vertical:1;
boolean backward:1;
boolean upside_down:1;
boolean xref:1;
} AcadFontStyle;
void AcadFontStyle__read( AcadFontStyle *me );
void AcadFontStyle__write( AcadFontStyle *me );
void AcadFontStyle__dxfout( AcadFontStyle *me );
void AcadFontStyle__dump_to_debug_file( AcadFontStyle *me );
AcadFontStyle *AcadFontStyle__create( void );
void AcadFontStyle__delete( AcadFontStyle *me );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?