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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.