| DocxRunSetFontName Method |
Sets the name of the font.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 String
- Name of the font.
Return Value
DocxRunDocxRun.
See Also