1在代码中添加文字阴影 TextView 有一个方法 /** * Gives the text a shadow of the specified radius and color, the specified * distance from its normal position. * * @attr ref android.R.styleable#TextView_shadowColor * @attr ref android.R.style
Dim pText As AcadText Dim pColor1 As AcadAcCmColor Set pColor1 = Application.GetInterfaceObject("AutoCAD.AcCmColor.16") Call pColor1.SetRGB(0, 0, 255) Dim pColor2 As AcadAcCmColor Set pColor2 = Application.GetInterfaceObject("AutoCAD.AcCmCo