Share via


IPlatformFonts Interface

Definition

Defines an interface for accessing and managing platform-specific fonts.

public interface class IPlatformFonts
public interface IPlatformFonts
type IPlatformFonts = interface
Public Interface IPlatformFonts

Properties

Default

Gets the default platform font.

DefaultBold

Gets the default bold platform font.

Methods

Get(IFont)

Gets the platform-specific font object for the specified font.

Get(String, Int32, FontStyleType)

Gets the platform-specific font object for the specified alias, weight, and style.

Register(String, FontSource[])

Registers fonts with the specified alias.

Applies to