'Declaration Public Overloads Function CreateTextFont( _
ByVal fontInfoThe font information.As TextFontInfo _
) As TextFont
public TextFont CreateTextFont(
TextFontInfo fontInfo
)
public: TextFont* CreateTextFont(
TextFontInfo* fontInfo
)
public:
TextFont^ CreateTextFont(
TextFontInfo^ fontInfo
)
Parameters
- fontInfo
- The font information.
Return Value
The text font info.