مشكور جدا اخي المهاجر

RichText.SetSelection("RichText1", 1, -1);
RichText.SetSelectionFormat("RichText1", {TextColor=16744448}, false);
RichText.SetSelection("RichText1", -1, -1);
t= RichText.GetSelectionFormat("RichText1", true).Height;
RichText.SetSelection("RichText1", 1, -1);
FontProp={Bold=true,FaceName="Tahoma", Height = t+100};
RichText.SetSelectionFormat("RichText1", FontProp, true)
RichText.SetSelection("RichText1", -1, -1)
t= RichText.GetSelectionFormat("RichText1", true).Height;
RichText.SetSelection("RichText1", 1, -1);
FontProp={Bold=true,FaceName="Tahoma", Height = t+100};
RichText.SetSelectionFormat("RichText1", FontProp, true)
RichText.SetSelection("RichText1", -1, -1)
تعليق