www.mxdraw.com
内容索引主面
前一个向上下一个
McDbMTextFragment 结构体

多文本的显示片段数据,把多文字格式分析后,生成的显示数据

C++
struct McDbMTextFragment {
  McGePoint3d location;
  McGeVector3d normal;
  McGeVector3d direction;
  CString text;
  CString font;
  CString bigfont;
  McGePoint2d extents;
  double capsHeight;
  double widthFactor;
  double obliqueAngle;
  double trackingFactor;
  McCmColor color;
  unsigned stackTop : 1;
  unsigned stackBottom : 1;
  unsigned underlined : 1;
  unsigned overlined : 1;
  McGePoint3d underPoints[2];
  McGePoint3d overPoints[2];
  CString fontname;
  bool bold;
  bool italic;
};

McDbMText.h

Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!