with memo.SelAttributes do begin
Charset := FontDialog1.Font.Charset;
Color := FontDialog1.Font.Color;
Height := FontDialog1.Font.Height;
Name := FontDialog1.Font.Name;
Pitch := FontDialog1.Font.Pitch;
Size := FontDialog1.Font.size;
Style := FontDialog1.Font.Style;
end;
보시는 바와 같이 위와 같이 소스를 짰습니다.. 영문으로 된 글자는 원하는 크기 폰트 종류등으로 변환이 되는데 이상하게도 한글로 바꾸면 도로 원상태로 변합니다...
다시 영문으로 바꿔서 쓰면 원하는 것으로 바뀌는 데 말입니다..
통... 지도 부탁 바랍니다...