'Declaration Public Function New( _
ByVal familyNameThe name of font family.As System.String, _
ByVal sizeThe font size specified in the world coordinate system unit.As Single _
)
public AnnotationFont(
System.String familyName,
float size
)
public: AnnotationFont(
System.String familyName,
float size
)
public:
AnnotationFont(
System.String familyName,
float size
)
Parameters
- familyName
- The name of font family.
- size
- The font size specified in the world coordinate system unit.