Public Member Functions | |
| FontMetrics () | |
| Constructs an empty font metrics object. | |
| FontMetrics | Clone () |
| Performs a deep copy. | |
| void | Add (char key, GlyphMetrics value) |
| bool | ContainsKey (char key) |
| bool | Remove (char key) |
| bool | TryGetValue (char key, out GlyphMetrics value) |
| void | Clear () |
| Clears the list. | |
| IEnumerator< KeyValuePair < char, GlyphMetrics > > | GetEnumerator () |
| Creates an enumerator. | |
Properties | |
| ICollection< char > | Keys [get] |
| ICollection< GlyphMetrics > | Values [get] |
| Returns a collection of the value. | |
| GlyphMetrics | this [char key] [get, set] |
| Returns a specified glyph metrics. | |
| int | Count [get] |
| Returns the number of glyphs. | |
| AgateLib.BitmapFont.FontMetrics.FontMetrics | ( | ) |
Constructs an empty font metrics object.
| void AgateLib.BitmapFont.FontMetrics.Add | ( | char | key, | |
| GlyphMetrics | value | |||
| ) |
| key | ||
| value |
| void AgateLib.BitmapFont.FontMetrics.Clear | ( | ) |
Clears the list.
| FontMetrics AgateLib.BitmapFont.FontMetrics.Clone | ( | ) |
Performs a deep copy.
| bool AgateLib.BitmapFont.FontMetrics.ContainsKey | ( | char | key | ) |
| key |
| IEnumerator<KeyValuePair<char, GlyphMetrics> > AgateLib.BitmapFont.FontMetrics.GetEnumerator | ( | ) |
Creates an enumerator.
| bool AgateLib.BitmapFont.FontMetrics.Remove | ( | char | key | ) |
| key |
| bool AgateLib.BitmapFont.FontMetrics.TryGetValue | ( | char | key, | |
| out GlyphMetrics | value | |||
| ) |
| key | ||
| value |
int AgateLib.BitmapFont.FontMetrics.Count [get] |
Returns the number of glyphs.
ICollection<char> AgateLib.BitmapFont.FontMetrics.Keys [get] |
GlyphMetrics AgateLib.BitmapFont.FontMetrics.this[char key] [get, set] |
Returns a specified glyph metrics.
| key |
ICollection<GlyphMetrics> AgateLib.BitmapFont.FontMetrics.Values [get] |
Returns a collection of the value.
|
AgateLib Awesome Game and Tool Engine Library |
|