public method FontBuilder.With

Brief

Sets the font name and size.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FontBuilder  With (string name, System.Single size)

Parameters
name

The font name.

size

The font size in points.

Declared in FontBuilder

back