Click or drag to resize

GlyphProviderglyphSetCollections Property

The list of glyph set collections. You should not make changes to the list directly, but instead set the list. Otherwise, the changes will not be reflected in Rewired for glyphs that have already been cached. If you do modify the list directly, call Reload after making changes. When setting the array, Reload will be called automatically.

Namespace:  Rewired.Glyphs
Assembly:  Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
public List<GlyphSetCollection> glyphSetCollections { get; set; }

Property Value

Type: ListGlyphSetCollection
See Also