Reloaded` Posted September 28, 2003 Report Share Posted September 28, 2003 olha so, isso é pra formatar a font do memo...Memo1.Font := Memo1.Font;if FontDialog1.Execute then beginMemo1.Font := FontDialog1.Font;end;mas e pra formatar o RichEdit??? porque a propriedade q eu quero e SelAttributsalguém me ajuda?valeu Quote Link to comment Share on other sites More sharing options...
0 KeitaroSan Posted September 30, 2003 Report Share Posted September 30, 2003 Bom, no Richedit, tu podi fazeh igual igual no Memo, mas assim trocaria toda a fonte, usando a propriedade SelAttribute tu podi formatar o texto selcionado...faix assim cara:FontDialog1.Font.Assign(RichEdit1.SelAttributes); //<-essa linha nom é necessaria, aki tah fazenu cum que a fonte inicial do fontdialog, seja a merma do texto selecionado do richedit... if FontDialog1.Execute then RichEdit1.SelAttributes.Assign(fontdialog1.font);Falows... :D Quote Link to comment Share on other sites More sharing options...
Question
Reloaded`
olha so, isso é pra formatar a font do memo...
Memo1.Font := Memo1.Font;
if FontDialog1.Execute then begin
Memo1.Font := FontDialog1.Font;
end;
mas e pra formatar o RichEdit??? porque a propriedade q eu quero e SelAttributs
alguém me ajuda?
valeu
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.