FontEmbeddingManager.GlyphTypefaceUris Property
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.
Important
This API is not CLS-compliant.
Returns the collection of glyph typefaces used by the GlyphRun specified in the RecordUsage(GlyphRun) method.
public:
property System::Collections::Generic::ICollection<Uri ^> ^ GlyphTypefaceUris { System::Collections::Generic::ICollection<Uri ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<Uri> GlyphTypefaceUris { get; }
[<System.CLSCompliant(false)>]
member this.GlyphTypefaceUris : System.Collections.Generic.ICollection<Uri>
Public ReadOnly Property GlyphTypefaceUris As ICollection(Of Uri)
Property Value
A collection of Uri values that represent glyph typefaces.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.