示例#1
0
 static TextWidth()
 {
     s_Widths       = JsonConvert.DeserializeObject <object[][]>(EmbeddedResource.Load(s_ResourceName)) !;
     s_DefaultWidth = Get("m");
 }