'Declaration Public Shared Function CreateDrawingFontFamily( _
ByVal annotationFontThe AnnotationFont object to derive from.As AnnotationFont _
) As System.Drawing.FontFamily
public static System.Drawing.FontFamily CreateDrawingFontFamily(
AnnotationFont annotationFont
)
public: static System.Drawing.FontFamily CreateDrawingFontFamily(
AnnotationFont* annotationFont
)
public:
static System.Drawing.FontFamily CreateDrawingFontFamily(
AnnotationFont^ annotationFont
)
Parameters
- annotationFont
- The AnnotationFont object to derive from.
Return Value
The System.Drawing.FontFamily object.