public method FormattedTextElementBuilder.SetFont

Brief

Sets the font name and font size for the text element.

Declaration
C#
Gehtsoft.PDFFlow.Builder.FormattedTextElementBuilder  SetFont (string fontName, System.Single fontSize)

Parameters
fontName

The font name.

fontSize

The font size.

Declared in FormattedTextElementBuilder

back