'Declaration Public Shared Function UnwrapFont( _
ByVal sourceFontThe font to analyze.As IDrawingFont _
) As IDrawingFont
public static IDrawingFont UnwrapFont(
IDrawingFont sourceFont
)
public: static IDrawingFont* UnwrapFont(
IDrawingFont* sourceFont
)
public:
static IDrawingFont^ UnwrapFont(
IDrawingFont^ sourceFont
)
Parameters
- sourceFont
- The font to analyze.
Return Value
The IDrawingFont.