Freigeben über


WindowTabIcon.CreateFromFontGlyph Methode

Definition

Überlädt

CreateFromFontGlyph(String, String)

Erstellt ein Symbol aus der bereitgestellten Glyphen- und Schriftfamilie.

CreateFromFontGlyph(String, String, Uri)

Erstellt ein Symbol aus der bereitgestellten Glyphe, der Schriftartfamilie und dem Schriftart-URI.

CreateFromFontGlyph(String, String)

Erstellt ein Symbol aus der bereitgestellten Glyphen- und Schriftfamilie.

public:
 static WindowTabIcon ^ CreateFromFontGlyph(Platform::String ^ glyph, Platform::String ^ fontFamily);
/// [Windows.Foundation.Metadata.Overload("CreateFromFontGlyph")]
 static WindowTabIcon CreateFromFontGlyph(winrt::hstring const& glyph, winrt::hstring const& fontFamily);
[Windows.Foundation.Metadata.Overload("CreateFromFontGlyph")]
public static WindowTabIcon CreateFromFontGlyph(string glyph, string fontFamily);
function createFromFontGlyph(glyph, fontFamily)
Public Shared Function CreateFromFontGlyph (glyph As String, fontFamily As String) As WindowTabIcon

Parameter

glyph
String

Platform::String

winrt::hstring

Der Zeichencode, der die Symbol-Glyphe identifiziert.

fontFamily
String

Platform::String

winrt::hstring

Die Schriftart, die zum Anzeigen der Symbol-Glyphe verwendet wird.

Gibt zurück

Das Symbol, das aus der Schriftart-Glyphe erstellt wurde.

Attribute

Hinweise

Wichtig

Diese API gilt nur für Win32-Desktop-Apps. UWP und andere App-Typen werden nicht unterstützt.

Gilt für:

CreateFromFontGlyph(String, String, Uri)

Erstellt ein Symbol aus der bereitgestellten Glyphe, der Schriftartfamilie und dem Schriftart-URI.

public:
 static WindowTabIcon ^ CreateFromFontGlyph(Platform::String ^ glyph, Platform::String ^ fontFamily, Uri ^ fontUri);
/// [Windows.Foundation.Metadata.Overload("CreateFromFontGlyphWithUri")]
 static WindowTabIcon CreateFromFontGlyph(winrt::hstring const& glyph, winrt::hstring const& fontFamily, Uri const& fontUri);
[Windows.Foundation.Metadata.Overload("CreateFromFontGlyphWithUri")]
public static WindowTabIcon CreateFromFontGlyph(string glyph, string fontFamily, System.Uri fontUri);
function createFromFontGlyph(glyph, fontFamily, fontUri)
Public Shared Function CreateFromFontGlyph (glyph As String, fontFamily As String, fontUri As Uri) As WindowTabIcon

Parameter

glyph
String

Platform::String

winrt::hstring

Der Zeichencode, der die Symbol-Glyphe identifiziert.

fontFamily
String

Platform::String

winrt::hstring

Die Schriftart, die zum Anzeigen der Symbol-Glyphe verwendet wird.

fontUri
Uri Uri

Die Position der Schriftart, die zum Rendern der Glyphe verwendet wird.

Gibt zurück

Das Symbol, das aus der Schriftart-Glyphe erstellt wurde.

Attribute

Hinweise

Wichtig

Diese API gilt nur für Win32-Desktop-Apps. UWP und andere App-Typen werden nicht unterstützt.

Gilt für: