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.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
Examples
C#
CopyC#
XML
CopyC#
myFragment.Font = Font.Helvetica;
<paragraph type="textparagraph" > <fragment font="helvetica" fontsize="10"> This text is in 10pt Helvetica </fragment> </paragraph>