'Declaration Public Function New( _
ByVal familyNameThe name of font family.As System.String, _
ByVal sizeThe font size specified in unit.As Single, _
ByVal unitUnit of measure for font size.As AnnotationFontUnit _
)
public AnnotationFont(
System.String familyName,
float size,
AnnotationFontUnit unit
)
public: AnnotationFont(
System.String familyName,
float size,
AnnotationFontUnit unit
)
public:
AnnotationFont(
System.String familyName,
float size,
AnnotationFontUnit unit
)
Parameters
- familyName
- The name of font family.
- size
- The font size specified in unit.
- unit
- Unit of measure for font size.