FontEmbeddingManager.GetUsedGlyphs(Uri) Method
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.
Retrieves the list of glyphs used by the glyph typeface.
public:
System::Collections::Generic::ICollection<System::UInt16> ^ GetUsedGlyphs(Uri ^ glyphTypeface);
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<ushort> GetUsedGlyphs (Uri glyphTypeface);
[<System.CLSCompliant(false)>]
member this.GetUsedGlyphs : Uri -> System.Collections.Generic.ICollection<uint16>
Public Function GetUsedGlyphs (glyphTypeface As Uri) As ICollection(Of UShort)
Parameters
- glyphTypeface
- Uri
A Uri value that represents the location of the glyph typeface containing the glyphs.
Returns
A collection of UInt16 values that represent the glyphs.
- Attributes
Exceptions
The glyphTypeface
value does not reference a previously recorded glyph typeface.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.