ITrFont.DeriveFont

DeriveFont(float)

Creates equivalent of this font with new size.

public BaseTrFont DeriveFont(float size)
ParameterTypeDescription
sizeSingleSize of new font.

Return Value

A new font.

See Also


DeriveFont(float, FontStyle)

Creates equivalent of this font with new size and style.

public BaseTrFont DeriveFont(float size, FontStyle style)
ParameterTypeDescription
sizeSingleSize of new font.
styleFontStyleStyle of new font.

Return Value

A new font.

See Also


DeriveFont(FontStyle)

Creates equivalent of this font with new style.

public BaseTrFont DeriveFont(FontStyle style)
ParameterTypeDescription
styleFontStyleStyle of new font.

Return Value

A new font.

See Also


DeriveFont(Matrix)

f character Creates equivalent of this font with new transform.

public BaseTrFont DeriveFont(Matrix transform)
ParameterTypeDescription
transformMatrixTransformation of new font.

Return Value

A new font.

See Also