DocxRun.SetFontName Method

QsInformatica.Utils

DocxRunSetFontName Method

Sets the name of the font.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxRun SetFontName(
	string fontName
)
Public Function SetFontName ( 
	fontName As String
) As DocxRun
public:
DocxRun^ SetFontName(
	String^ fontName
)
member SetFontName : 
        fontName : string -> DocxRun 

Parameters

fontName
Type: SystemString
Name of the font.

Return Value

Type: DocxRun
DocxRun.
See Also