IPlatformFonts Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |