NShape Reference
ICharacterStyle.FontFamily Property

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ICharacterStyle Interface >

NShape Reference
ICharacterStyle.FontFamily Property

Previous pageReturn to chapter overviewNext page

Specifies the font family of the text.

Syntax

FontFamily FontFamily { get; }

Description

Specifies the System.Drawing.FontFamily of the text.If the specified font family is not available, a fallback font family will be used.

Changing the FontFamily will also change the ICharacterStyle.FontName.

A list of available font families can be retrieved from FontFamily.GetFamilies which returns a FontFamily[].