Table of Contents

Method IsFontMonospace

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

IsFontMonospace(string, FontStyle, int)

Determines if font family represents mono-space font;

public static bool IsFontMonospace(string fontFamily, FontStyle fontStyle, int fontHeight)

Parameters

fontFamily string

Font family.

fontStyle FontStyle

Font style

fontHeight int

Font height

Returns

bool

True if font is mono-space, otherwise False.