'Declaration Public Shared Function CreateAnnotationFont( _
ByVal typefaceThe System.Windows.Media.Typeface object to convert.As System.Windows.Media.Typeface, _
ByVal sizeFont size.As Single, _
ByVal textDecorationCollectionThe text decoration collection.As System.Windows.TextDecorationCollection _
) As Vintasoft.Imaging.Annotation.AnnotationFont
public static Vintasoft.Imaging.Annotation.AnnotationFont CreateAnnotationFont(
System.Windows.Media.Typeface typeface,
float size,
System.Windows.TextDecorationCollection textDecorationCollection
)
public: static Vintasoft.Imaging.Annotation.AnnotationFont* CreateAnnotationFont(
System.Windows.Media.Typeface* typeface,
float size,
System.Windows.TextDecorationCollection* textDecorationCollection
)
public:
static Vintasoft.Imaging.Annotation.AnnotationFont^ CreateAnnotationFont(
System.Windows.Media.Typeface^ typeface,
float size,
System.Windows.TextDecorationCollection^ textDecorationCollection
)
Parameters
- typeface
- The System.Windows.Media.Typeface object to convert.
- size
- Font size.
- textDecorationCollection
- The text decoration collection.
Return Value
The AnnotationFont object.