اطلاعیه

Collapse
هیچ اطلاعیه ای هنوز ایجاد نشده است .

خبر خوش برای برنامه نویسان فارسی زبان

Collapse
X
 
  • فیلتر
  • زمان
  • نمایش
پاک کردن همه
new posts

  • خبر خوش برای برنامه نویسان فارسی زبان

    خبر خوش برای برنامه نویسان فارسی زبان


    در ios 7 انتخاب فونت های فارسی و عربی به سادگی امکان پذیر شده است و نیازی به ابزارهای جانبی نیست .
    روش استفاده که بنده تست کردم (انواع فونت فارسی بخصوص نستعلیق) و بخوبی جواب نیز گرفتم :


    کد PHP:

        Add your custom font files into your project using XCode 
    as resources.
        
    Add a key to your info.plist file called “Fonts provided by application” Used to be called UIAppFonts).
        
    It’s an array key.
        For 
    each font you haveenter the full name of your font file (including the extension).
        
    Save info.plist.
        
    Now in your application you can simply call [UIFont fontWithName:@"CustomFontName" size:12to get the custom font to use with your UILabels and UITextView.
        
    “CustomFontName” is not the font’s file nameIt is the font name registered in the operating system. For example, if you try to use “Bauhaus Medium BT.ttf”the “CustomFontName” should be “Bauhaus Md BT”no extension “.ttf” is neededYou need to install the font in your system to find out what name it isSome fonts have 2 namesyou may need FontForge to find out and try which one works.
        
    So far I found out that both ttf and otf format work out of the boxI haven’t tested other font formats yet

  • #2
    این امکان رو تو xcodeخود اپل پیش بینی کرده؟

    نظر


    • #3
      نوشته اصلی توسط mehransmart نمایش پست ها
      این امکان رو تو xcodeخود اپل پیش بینی کرده؟
      بله دوست عزیز .

      نظر


      • #4
        یعنی با این حساب مشکلاتی مثل نمایش ي ك و امثالهم نیست؟! مستقیما ی و ک و ... رو نشون میده؟!

        نظر


        • #5
          نوشته اصلی توسط prp-e نمایش پست ها
          یعنی با این حساب مشکلاتی مثل نمایش ي ك و امثالهم نیست؟! مستقیما ی و ک و ... رو نشون میده؟!
          نه مشکلی نداره

          نظر

          صبر کنید ..
          X