[]
Represents the set of known glyphs that can be referenced from style elements.
public class StyleGlyphSet
Name | Description |
---|---|
this[StyleGlyph] | Gets an image associated with the specified StyleGlyph. |
Name | Description |
---|---|
GetColored(StyleGlyph, Color) | Returns a glyph image that is drawn using the specified foreground color. |
GetSize(StyleGlyph) | Returns the size of the specified glyph image. |
Update(StyleGlyph, Image, bool) | Updates the image associated with the specified StyleGlyph and determines whether the new image can be disposed from this StyleGlyphSet, i.e. the glyph set owns the image. |