The font for this fragment. You can use one of the 14 standard PDF fonts or a TrueType font. Note that the TrueType functionality is available in the Professional edition only.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public Font Font { get; set; }
Visual Basic
Public Property Font As Font
	Get
	Set

Examples

C#
CopyC#
myFragment.Font = Font.Helvetica;
XML
CopyC#
<paragraph type="textparagraph" >
   <fragment font="helvetica" fontsize="10">
      This text is in 10pt Helvetica
   </fragment>
</paragraph>

See Also