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