Exemplo n.º 1
0
	// 폰트 데이터를 가져온다.
	public YellFontData		getYellFontData(YELL_FONT font)
	{
		return(System.Array.Find(this.yell_fonts, x => x.font == font));
	}
Exemplo n.º 2
0
 // 폰트 데이터를 가져온다.
 public YellFontData             getYellFontData(YELL_FONT font)
 {
     return(System.Array.Find(this.yell_fonts, x => x.font == font));
 }