コード例 #1
0
ファイル: PdfFontInfo.cs プロジェクト: 15831944/WW
 public string FontLookup(string family, string style, string weight)
 {
     return(this.FontLookup(PdfFontInfo.CreateFontKey(family, style, weight)));
 }
コード例 #2
0
ファイル: PdfFontInfo.cs プロジェクト: 15831944/WW
 private bool method_0(string family, string style, string weight)
 {
     return(this.idictionary_1.ContainsKey(PdfFontInfo.CreateFontKey(family, style, weight)));
 }
コード例 #3
0
ファイル: PdfFontInfo.cs プロジェクト: 15831944/WW
 public void AddFontProperties(string name, string family, string style, string weight)
 {
     this.idictionary_1.Add(PdfFontInfo.CreateFontKey(family, style, weight), name);
 }