public Font_SystemFont Prepend(Font_SystemFont theItem)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public bool RegisterFont(Font_SystemFont theFont, bool theToOverride)
 {
     throw new NotImplementedException();
 }
 public int HashCode(Font_SystemFont theSystemFont, int theUpperBound)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Font_SystemFont theOtherFont)
 {
     throw new NotImplementedException();
 }
 public Font_SystemFont(Font_SystemFont parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Font_SystemFont theFont1, Font_SystemFont theFont2)
 {
     throw new NotImplementedException();
 }