Table of Contents

Method FontSize

Namespace
DocWright.Composition
Assembly
DocWright.Composition.dll

FontSize(double, Unit)

Sets the font size.

ITextStyleComposer FontSize(double size, Unit unit = Unit.Point)

Parameters

size double

The size.

unit Unit

The unit the size is expressed in.

Returns

ITextStyleComposer

This composer, for chaining.

Exceptions

ArgumentOutOfRangeException

The size is not a positive finite number.