Creates a new annotation font that is a copy of the current annotation font.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
var value; // Type: Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS
value = instance.clone();
Return Value
Copy of current annotation font.