'Declaration Public Shared Function SetFontName( _
ByVal appearanceThe appearance.As TextShapeAppearance, _
ByVal fontNameThe font name.As System.String _
) As TextShapeAppearance
public static TextShapeAppearance SetFontName(
TextShapeAppearance appearance,
System.String fontName
)
public: static TextShapeAppearance* SetFontName(
TextShapeAppearance* appearance,
System.String fontName
)
public:
static TextShapeAppearance^ SetFontName(
TextShapeAppearance^ appearance,
System.String fontName
)
Parameters
- appearance
- The appearance.
- fontName
- The font name.
Return Value
A new instance of TextShapeAppearance with changed property.