Ejemplo n.º 1
0
 public bool SameAs(FontEntry other)
 {
     throw new NotImplementedException();
     //if(other._size != _size) return false;
     //if(other._family != _family) return false;
     //if(other._style != _style) return false;
     //if(other._weight != _weight) return false;
     //if(other._color != _color) return false;
     //return true;
 }
Ejemplo n.º 2
0
 internal bool SameAs(FontEntry f)
 {
     throw new System.NotImplementedException();
 }