示例#1
0
 public override int GetHashCode()
 {
     return(HashFn.HashMultiply(_glyphTypeface.GetHashCode())
            + (_deviceFont == null ? 0 : _deviceFont.Name.GetHashCode()));
 }