Click or drag to resize

PdfFontBase EqualsToFont Method

Checks whether fonts are equals.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected abstract bool EqualsToFont(
	PdfFontBase font
)

Parameters

font
Type: Spire.Pdf.Graphics PdfFontBase
Font to compare.

Return Value

Type: Boolean
True if fonts are equal, False otherwise.
See Also