Table of Contents

Interface IFontFactoryHandler

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to create and manage fonts.

public interface IFontFactoryHandler : IDisposable

Properties

AllowNullFontName

Gets whether or not to allow an empty font names.S

DefaultFontEncoding

Gets or sets default font encoding.

Methods

CreateDefaultFontHandler()

Creates default native font handler.

CreateFontHandler()

Creates native font handler.

CreateSystemFont(SystemSettingsFont)

Creates system font specified with SystemSettingsFont.

GetFontFamiliesNames()

Returns a string array that contains all font families names currently available in the system.

GetFontFamilyName(GenericFontFamily)

Gets the name of the font family specified using GenericFontFamily.

SetDefaultFont(Font)

Sets default font.