コード例 #1
0
 public virtual Glyph Set(int index, Glyph glyph)
 {
     return(glyphs[index] = glyph);
 }