FontCache.CreateKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static System::String ^ CreateKey(System::String ^ family, float emSizePoints, bool bold, bool italic, bool underline, bool strikeout);
public static string CreateKey(string family, float emSizePoints, bool bold, bool italic, bool underline, bool strikeout);
static member CreateKey : string * single * bool * bool * bool * bool -> string
Public Shared Function CreateKey (family As String, emSizePoints As Single, bold As Boolean, italic As Boolean, underline As Boolean, strikeout As Boolean) As String
參數
- family
- String
- emSizePoints
- Single
- bold
- Boolean
- italic
- Boolean
- underline
- Boolean
- strikeout
- Boolean