  | DocxRunFontName Property | 
            Gets or sets the font.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic string FontName { get; set; }Public Property FontName As String
	Get
	Set
public:
property String^ FontName {
	String^ get ();
	void set (String^ value);
}member FontName : string with get, set
Property Value
StringThe color of the font.
See Also