www.mxdraw.com
内容索引主面
前一个向上下一个
McDbMText::FlowDirection 枚举

多行文字的显示方向

C++
enum FlowDirection {
  kLtoR = 1,
  kRtoL = 2,
  kTtoB = 3,
  kBtoT = 4,
  kByStyle = 5
};

McDbMText.h

成员 
说明 
kLtoR = 1 
从左到右 
kRtoL = 2 
not currently supported 
kTtoB = 3 
从上到下 
kBtoT = 4 
not currently supported 
kByStyle = 5 
取文字样式 
Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!