'Declaration Public Shared Function CreateWindowsTypeface( _
ByVal fontThe AnnotationFont object to convert.As Vintasoft.Imaging.Annotation.AnnotationFont, _
ByRef textDecorationCollectionThe text decoration collection.As System.Windows.TextDecorationCollection _
) As System.Windows.Media.Typeface
public static System.Windows.Media.Typeface CreateWindowsTypeface(
Vintasoft.Imaging.Annotation.AnnotationFont font,
out System.Windows.TextDecorationCollection textDecorationCollection
)
public: static System.Windows.Media.Typeface* CreateWindowsTypeface(
Vintasoft.Imaging.Annotation.AnnotationFont* font,
[PARAMFLAG::Out] System.Windows.TextDecorationCollection* textDecorationCollection
)
public:
static System.Windows.Media.Typeface^ CreateWindowsTypeface(
Vintasoft.Imaging.Annotation.AnnotationFont^ font,
[Out] System.Windows.TextDecorationCollection^ textDecorationCollection
)
Parameters
- font
- The AnnotationFont object to convert.
- textDecorationCollection
- The text decoration collection.
Return Value
The System.Windows.Media.Typeface object.