Alix2015 Posted January 17, 2016 Share Posted January 17, 2016 السلام عليكم ورحمه الله وببركاته شباب الان جبت خط جديد بدي اضيفه كيف ؟ بس تكست دي اكس ياريت تقولو الطريقه هل يوجد كود ولا بس احطه في الميتا وخلاً ص ؟ Link to comment
LoOs Posted January 17, 2016 Share Posted January 17, 2016 السلام عليكم ورحمه الله وببركاتهشباب الان جبت خط جديد بدي اضيفه كيف ؟ بس تكست دي اكس ياريت تقولو الطريقه هل يوجد كود ولا بس احطه في الميتا وخلاً ص ؟ dxCreateFont Link to comment
Alix2015 Posted January 17, 2016 Author Share Posted January 17, 2016 ممكن توضح اكثر انا ما فهمت ال Example حق الويكي Link to comment
LoOs Posted January 17, 2016 Share Posted January 17, 2016 ممكن توضح اكثر انا ما فهمت ال Example حق الويكي وش الي مافهمته ، فنكشن واضح وباين Link to comment
SycroX Posted January 17, 2016 Share Posted January 17, 2016 اعتمد علي نفسك الكود سهل Link to comment
Alix2015 Posted January 17, 2016 Author Share Posted January 17, 2016 طيب ما رفت وش الحل ؟ جيبو الكود وخلصوني Link to comment
a7zan Posted January 17, 2016 Share Posted January 17, 2016 هذا المثال بالويكي جبته لك قلت يمكن انت ماتشوف لما تخش الويكي والي تبيه واضح وضوح الشمس local myFont = nil -- Display text using dxDrawText addEventHandler( "onClientRender", root, function() if myFont then dxDrawText( "dxDrawText", 100, 350, 300, 350, tocolor(255,255,0), 1, myFont ) end end ) -- Use 'toggle' command to switch custom font on and off addCommandHandler( "toggle", function() if not myFont then myFont = dxCreateFont( "segoeui.ttf", 20 ) -- Create custom font else destroyElement( myFont ) -- Destroy custom font myFont = nil end end ) Link to comment
Abdul KariM Posted January 17, 2016 Share Posted January 17, 2016 guieditor انت الحين يوم تسوي لوحة بسكربت وتسوي بوتون وتكتب فيه ويوم تحط له خط السالفة سهلة بعد ماتسوي الي تبيه حط الخط في الملف حق السكربت وعرفه بالميتا ورح اكوادك وغير اسم الخط وخلاص بالتوفيق Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now