📄 tabmapobjtext.h
字号:
// tabmapobjtext.h: interface for the TABMAPObjText class.////////////////////////////////////////////////////////////////////////#ifndef TABMAPObjText_H#define TABMAPObjText_H#include "tabmapobjhdrwithcoord.h"class TABMAPObjText : public TABMAPObjHdrWithCoord {public: /* String and its len stored in the nCoordPtr and nCoordSize */ UGKInt16 m_nTextAlignment; UGKInt32 m_nAngle; UGKInt16 m_nFontStyle; UGKByte m_nFGColorR; UGKByte m_nFGColorG; UGKByte m_nFGColorB; UGKByte m_nBGColorR; UGKByte m_nBGColorG; UGKByte m_nBGColorB; UGKInt32 m_nLineEndX; UGKInt32 m_nLineEndY; UGKInt32 m_nHeight; UGKByte m_nFontId; UGKByte m_nPenId; TABMAPObjText(){}; virtual ~TABMAPObjText(){}; virtual int WriteObj(TABMAPObjectBlock *); virtual int ReadObj(TABMAPObjectBlock *);};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -