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
)
Protected MustOverride Function EqualsToFont (
font As PdfFontBase
) As Boolean
protected:
virtual bool EqualsToFont(
PdfFontBase^ font
) abstract
abstract EqualsToFont :
font : PdfFontBase -> bool
Parameters
-
font
-
Type:
Spire.Pdf.Graphics
PdfFontBase
Font to compare.
Return Value
Type:
Boolean
True if fonts are equal, False otherwise.
See Also