共用方式為


IFontRegistrar 介面

定義

IFontRegistrar 追蹤在我們的應用程式中註冊的字型。

public interface class IFontRegistrar
public interface IFontRegistrar
type IFontRegistrar = interface
Public Interface IFontRegistrar
衍生

方法

GetFont(String)

擷取實際使用方式的字型。

Register(String, String)

在應用程式字型快取中註冊字型。

Register(String, String, Assembly)

在應用程式字型快取中註冊字型。

適用於