Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public override float GetFontDescriptor(
	int key,
	float fontSize
)
Visual Basic
Public Overrides Function GetFontDescriptor ( _
	key As Integer, _
	fontSize As Single _
) As Single
Visual C++
public:
virtual float GetFontDescriptor(
	int key, 
	float fontSize
) override

Parameters

key
Type: System..::..Int32
fontSize
Type: System..::..Single

See Also