IFontRegistrar 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會 IFontRegistrar 追蹤在我們的應用程式中註冊的字型。
public interface class IFontRegistrar
public interface IFontRegistrar
type IFontRegistrar = interface
Public Interface IFontRegistrar
- 衍生
方法
| GetFont(String) |
擷取實際使用方式的字型。 |
| Register(String, String) |
在應用程式字型快取中註冊字型。 |
| Register(String, String, Assembly) |
在應用程式字型快取中註冊字型。 |