[]
        
(Showing Draft Content)

C1.C1Word.Objects.RtfFont.GetAproximateFont

GetAproximateFont Method

GetAproximateFont(float, FontStyle)

Gets drawing approximate font for this Word/RTF font.

Declaration
public Font GetAproximateFont(float fontSize, FontStyle style)
Public Function GetAproximateFont(fontSize As Single, style As FontStyle) As Font
Parameters
Type Name Description
float fontSize

The font size of drawing font.

FontStyle style

The .NET drawing font style.

Returns
Type Description
Font

The .NET drawing font.