예제 #1
0
 /// <summary>
 /// Set the fontset based on a MapScript fontSetObj object.
 /// </summary>
 /// <param name="fontset">The MapScript fontSetObj object.</param>
 public void SetFontset(fontSetObj fontset)
 {
     Editor = new FontsetEditor(fontset);
 }
예제 #2
0
 /// <summary>
 /// Set the fontset based on a MapScript fontSetObj object.
 /// </summary>
 /// <param name="fontset">The MapScript fontSetObj object.</param>
 public void SetFontset(fontSetObj fontset)
 {
     Editor = new FontsetEditor(fontset);
 }