GetCharSize Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public static SizeF GetCharSize(
	Font font,
	char c
)
Visual Basic
Public Shared Function GetCharSize ( _
	font As Font, _
	c As Char _
) As SizeF
Visual C++
public:
static SizeF GetCharSize(
	Font^ font, 
	wchar_t c
)

Parameters

font
Type: System.Drawing..::..Font
c
Type: System..::..Char

See Also