- 积分
- 532
- 明经币
- 个
- 注册时间
- 2003-9-18
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
发表于 2003-9-18 14:46:00
|
显示全部楼层
直接设为“宋体”吗。
Set oTextStyle = oDoc.TextStyles.Add("NewStyle")
oTextStyle.GetFont typeFace, Bold, Italic, charSet, PitchandFamily
oTextStyle.SetFont "宋体", False, False, charSet, PitchandFamily
oDoc.ActiveTextStyle = oTextStyle
Set oText = oDoc.ModelSpace.AddText(strText, InsertPoint, Height) |
|