📄 style.h
字号:
/****************************************************************/
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -