Persian Font for Application

Hello Sir,
We are a group and we work on a project for make an application for calculating an experssion and this application is Web-enable but we have to make some languages like Persian(Farsi). Now, we can not solve this problem. If somebody can help us please send me an e-mail.
Yours,
Tantan.
P.S. An application made with Java in JBuilder enviroment.

hi tantan,
ResourceBoundle is just file.
steps
1) create file with .properties(ex--filename.properties)
2) then store what u want with key and corresponding value
ex:-- Name =Daya
Age =18
etc.... and save it.
3) if u want Name visible in Arabic than Daya should be like some what like this \u0644\u0644\
ex:- Name = \u0644\u0644\ ( i don't now how can i type arabic unicodes
you need to know arabic latter in unicode
search google for arabic latter in unicode)
the above steps for storing unicode values in .properties
In java application u need to read the properties file
exp:
Locale currentLocale = new Locale("ar","LT");
ResourceBundle labels = ResourceBundle.getBundle("fileName",currentLocale);
String Name = labels.getString(key);
and u have to set the Arabic font to componet.
ex: componet.setFont(new Font("aribic",FONT.BOLD,12);
componet.setText(Name);
First create small application with Label and test it
all the best

Similar Messages

  • Global Default Font for Application

    Hi,
    I'm using flash builder 4.5 and I would like to set a custom font as the default font for the entire application.
    I've tried setting fontFamily="myCustomEmbeddedFont" in the main application with no success.
    Is there a spot that I can declare a custom embedded font and then set it to be the global default font for the entire application?
    Thanks

    Hi Flex harUI,
    That doesnt work... I also tried fontFamily: myCentGoth;
    global
        selection-color: #950000;
        font-family: myCentGoth; 
    @font-face {
        src: url("assets/GOTHIC.TTF");
        fontFamily: myCentGoth;
        embedAsCFF: true;
        fontWeight: normal;
    @font-face {
        src: url("assets/GOTHICB.TTF");
        fontWeight: bold;
        fontFamily: myCentGoth;
        embedAsCFF: true;
    @font-face {
        src: url("assets/GOTHICBI.TTF");
        fontWeight: bold;
        fontStyle: italic;
        fontFamily: myCentGoth;
        embedAsCFF: true;
    @font-face {
        src: url("assets/GOTHICI.TTF");
        fontStyle: italic;
        fontFamily: myCentGoth;
        embedAsCFF: true;
        fontWeight: normal;

  • Persian font

    Our company ivolved in a big international project and needs to develop a
    private software environment to support branches in south asia, middle east, middle asia...
    The IT dept. has choosen java and oracle as base platform, but investigate
    to select the building environment for java.
    We tested jdevloper 9i trial version for developing UI based on japanees, thai, arabic and and we found it ok, But it can't support persian fonts for implementing
    some components such as jbutton, jlabel with persian text.
    In persian language some aditional alphabet such as "cheh","geh","ghah"..exist that
    not persent in arabic.
    We tested jdevloper on MICROSOFT 2000 WINDOWS with persian support.
    is any way to add this capability to jdeveloper? or we must choose a diffrent platform such as .net?

    Does Sun JDK 1.3.1 supports persian fonts? Can you write a very
    small application with a single button and make the persian fonts
    work for you?
    Thanks,
    Michel

  • [solved] my arch didn't support persian fonts

    after I installed arch (kde desktop) my arch didn't support persian font for file names and show something like this (( رباعیات عمر خیام )) and when i changed the file name it shown ?????? ?????? ??.
    I can read persian fonts in webpages.
    how can I fix it.
    Last edited by morteza (2014-09-12 11:04:26)

    ReiserFS wrote:
    https://wiki.archlinux.org/index.php/locale
    # localectl set-locale LANG=en_US.UTF-8
    logoff
    thanks solved.

  • Set a default Font for a whole Swing application?

    Hi,
    Is it possible to set "Courier" as the default font for a whole swing application?
    I seem to have gotten lost here, could someone give me some pointers please?
    Thank You,
    -Uday

    So it needs to be done right at the beginningYes.
    Is there a code sample i can look at for reference and a standard way of doing this.I've seen examples posted in the forum the use the UIManager.getDefaults() method and then iterate through the defaults looking for all properties that end with ".font" and then replace the font as required.

  • Need help in finding a font for a logo

    I was looking for help in finding a font for my logo. I'm not a designer at all, so I'm calling on all the fine designers and folks on the Adobe site to help me out. All replies are, of course, appreciated and any suggestions/comments/ideas will be welcome.
    I'm designing a logo for my film company. I wanted to keep it simple but not boring either. I put together the first draft of the logo using Photoshop CS3 and used Trajan Pro for the film company words (Panthera Films) and used Futura for the slogan ("Inspiration through Imagination"). While I don't mind the fonts, it's simple but, alas, too boring. I love the panther image but need a dynamic font for "Panthera Films" and a complimenting font for the slogan. 
    Can anyone recommend a good combination of fonts to replace the Trajan Pro and Futura? As well, I want to give the logo a nice presence without it being too loud, bold or jumping off the page. As well, should the font for "Films" be the same as "Panthera" or can they be different?
    The image I attached is something I was thinking to use as a banner on a website.
    Any help would be appreciated too with this
    TIA,
    Dale

    Dale,
    As I said, I like it too.
    You may consider making it a bit heavier, maybe bold, for readability at small sizes.
    It is hard to recommend a specific font because it should represent your company and what it stands for. Have you tried typing the name in a word processing application (Worst or something better) and then running through all the font you have? If not, that might give you a few new thoughts about the overall kind of font you feel is the right one. And then it is much easier to recommend something.

  • Input Controls - is it possible to change the font for a combo box

    I have an input Control combo box that is a mixture of english/chinese characters. In Webi I can view the chinese characters correctly if I change the font to MingLIU. Is it possible to change the font for an input control OR to set a default font?

    I am a first-time user of the photo book application in iPhoto.
    I also was a first-time user, so I started using it. Exploring the possibilities, learning my way around.
    Thanks, in advance, for any suggestions someone might have.
    Click the ? icon
    Oops. Sorry, but you're in the wrong forum : iLife > iPhoto

  • How do I change the default font for foot/end notes in Pages 09?

    The fonts for notes in Pages seems fixed to Helvetica, even when the font for the body has been changed. I've been able to save the font for the body by saving it as a tempate, but it doesn't seem to work for the notes. Any help?

    looked several times in the index.xml describing the docs.
    A new note descriptor starts with :
    <sf:p sf:style="kSFWPFootnoteTextStyleIdentifier">
    If we change something to the note attributes the app replace the default style by a custom one. For instance, it may be :
    <sf:p sf:style="SFWPParagraphStyle-68">
    My first attempt was to insert a font descriptor in the default style.
    Alas, for the app, such descriptor is pure garbage and it delete it.
    Second attempt was to try to find the descriptor of the font used by default.
    At last, I discovered that the app use in fact the font described by the resouirce named : FONT_Helvetica in the Blank template.
    I choose to use HoeflerText-Regular so I applied this scheme.
    (1) navigate to the file
    Macintosh HD:Applications:iWork '09:Pages.app:Contents:Resources:Templates:Blank.template:Contents:Resources:fr .lproj:Localizable.strings
    (2) to play safety, duplicate it
    (3) drag it on the Desktop bercause the System don't allow us to edit it.
    (4) When it's on the desktop, if you installed the developers tools double click the file's icon.
    If you didn't, drag & drop its icon on TextEdit's one.
    (5) Near the bottom, you will find the line :
    "FONT_Helvetica" = "Helvetica";
    edit it as :
    "FONT_Helvetica" = "HoeflerText-Regular";
    (6) Save the file on the Desktop,
    (7) Move it back in its original folder.
    I described the process for the French language (which use fr.lproj)
    For other languages, replace fr.lproj by the item of this liost matching your language :
    da.lproj
    de.lproj
    en.lproj
    es.lproj
    fi.lproj
    fr.lproj
    it.lproj
    ja.lproj
    ko.lproj
    nl.lproj
    no.lproj
    pl.lproj
    pt_PT.lproj
    pt.lproj
    ru.lproj
    sv.lproj
    zh_CN.lproj
    zh_TW.lproj
    Have fun.
    Oops, of course Pages is supposed to be closed when you do that.
    Yvan KOENIG (VALLAURIS, France) jeudi 26 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Persian font in MAC and WINDOWS.

    Hi
    I am using persian font (X-series) on my mac and I haven't any problem with these fonts.
    *:X series font are for pupular persian font like the B series.
    When i want to save my power point with a type that windows can read/write it the X-series persian font are missing and all of my ducument has a bad clutter!!
    I know that i can save my document as .PDF files but when I should do some changes on wndows office I need have good and famous persian fonts that are common between win and mac.
    thanks for your helps..........

    If you want to open the Powerpoint file in Windows, you should also install those fonts at Windows machine too.
    They won't show as nice as the Mac due to lack of text anti-aliasing on Windows, but they will work on Windows too.

  • Setting Font for converting multiple text files into PDF using VB 6.0

    Dear All,
    Am converting multiple text files into PDF using VB6.0. Currently, am unable to control the font face and size for the generated files. Below is the procedure am using for each file;
    Public Sub proc_convert_to_PDF(srcFilename As String, destFilename As String)
    Dim p_AcroApp As CAcroApp
    Dim p_VDoc As CAcroAVDoc
    Dim p_DDoc As CAcroPDDoc
    Dim IsOk As Boolean
    Set p_AcroApp = CreateObject("AcroExch.App")
    Set p_VDoc = CreateObject("AcroExch.AVDoc")
    Call p_VDoc.Open(srcFilename, "")
    Set p_VDoc = p_AcroApp.GetActiveDoc
    If p_VDoc.IsValid Then
    Set p_DDoc = p_VDoc.GetPDDoc
    ' Fill in pdf properties.
    p_DDoc.SetInfo "Title", Format(Date, "dd-mm-yyy")
    p_DDoc.SetInfo "Subject", srcFilename
    If p_DDoc.Save(1 Or 4 Or 32, destFilename) <> True Then
    MsgBox "Failed to save " & srcFilename
    End If
    p_DDoc.Close
    End If
    'Close the PDF
    p_VDoc.Close True
    p_AcroApp.Exit
    'Clear Variables
    Set p_DDoc = Nothing
    Set p_VDoc = Nothing
    Set p_AcroApp = Nothing
    End Sub
    What I need;
    1) to be able to set the font face of the destination file ( destFilename)
    2) to be able to set the font size of the destination file ( destFilename)
    Am using Adobe Acrobat 7.0 Type Library
    Kindly Help.
    Thanks in advance

    We didn't say it doesn't work. We said it isn't supported.
    There are a number of other ways to make a PDF. The one which would
    give the most control is if your application directly printed to GDI,
    controlling the font directly. This could print to Adobe PDF.
    You could look for an application that gives control of font for
    printing.
    You could use a text-to-PostScript system and distill the result. You
    could even look for a non-Adobe text-to-PDF.
    Working in the unsupported and dangerous world you chose, the font
    size for text conversion is set (and this is very bad design from
    Adobe) in the settings for Create PDF > From Web Page. There is no API
    to this.
    Aandi Inston

  • Font for photo info does not work on this MAC

    We are running a new MAC (OS 10.6.2, 2.66 GHz Quad) with Lightroom 2.6.  When I try to add photo data to a contact print, I see a series of boxes with AAAs.  I got the same result with the Identy Plate when I changed the font.  I changed to another font and it was fine.  This leads me to believe the default font for photo info is not supported on this machine.  We really need to use the photo info feature.  Is there a way to either
    1.  Change the font to one that is supported on this machine
    2.  Add the default font to this machine

    Considering the hundreds of thousands of Windows apps available, I doubt you're going to find such a list.
    Is there a comprehensive list posted somewhere that show which PC software has compatibity issues?
    Well since Windows software does not run on Mac OS, every application is going to have compatibility issues.
    You'll either have to buy the Mac version (if available) of the software you want to use, or install Windows on the Mac.

  • Fonts for Interstate highways in Maps look like picture symbols.

    Fonts for Interstate highways in Maps look like picture symbols.
    Mavericks 10.9.4. Using FontAgentPro.
    Is there a font that has to be activated? Or even a conflicting font that has to be deactivated like in Chrome?
    Thanx.

    Validate your fonts using Font Book.
    How to use Font Book to validate fonts
      1. Open Font Book in your Applications folder.
      2. Select All Fonts.
      3. Now click in the list of fonts and select all (Edit > Select All).
      4. Under File in the Menu bar, select Validate Fonts.
      5. Duplicate fonts will be marked with either the yellow badge or a black dot.
      6. Select to remove or delete duplicates.*
      7. Delete font caches (how to)
      8. Restart your computer
    * Step 6 – remove or delete duplicates is where the tricky part comes in. You can select to let Font Book disable or remove duplicates, but I’ve found that it removes the one you have not been using rather than selecting the best option. See Font Management in OS X, by Kurt Lang, for more info on fonts.
    http://www.jklstudios.com/misc/osxfonts.html
    See Kurt Lang's directions here to remove font caches
    https://discussions.apple.com/message/26188553#26188553

  • HT4203 I have turned off the Data use on the I-phone 4s but am told by AT&T that data is still being used for applications.  How is this possible. Can someone help me understand this.  Thanks.

    I have turned off the Data use on the I-phone 4s but am told by AT&T that data is still being used for applications.  How is this possible. Can someone help me understand this. 

    I assume you are including the STIX font as part of your epub files?     
    Perhaps the folks who do this blog might be able to help -- they have done some work with font embedding:
    http://www.pigsgourdsandwikis.com/2011/04/embedding-fonts-in-epub-ipad-iphone-an d.html

  • Teststand message box larger font for 95 years old

    Hi
    I am working with people > 90 yrs.
    the message pop up window occupied on top of the screen.
    How can I help them by changing the font and/or color of the message pop up.
    the real estate of the screen is there.
    message pop up dominates the screen, nothing else matters
    Please allow me to change the font for seniors with strained eyes.

    Hi trout00
    You have a couple different options for changing the font size of the message box. The first option is to change the native Windows message box settings. From Windows XP, right-click on your desktop and go to "Properties". Click on the "Appearance" tab in the Display Properties dialog box, and click on the "Advanced" button. In the Advanced Appearance dialog box, select "Message Box" from the "Item" drop-down menu. This will allow you to change the font of the message box text.
    Your other option is to use a custom step type. This KnowledgeBase has more information on this option, including a link to an example program.
    Russell G.
    NI Applications Engineering

  • Help N8 Font Zoomer application ruined Font

    hi,
    I used the Font Zoomer application to increase my phone font size to 140%.
    But when i reset it to 100%, i still feel that it has a bold kind of effect, as every thing feels different.
    I am uploading images of my home screen and some homescreen from different mobiles. Please check if you feel some difference and tell me how to recitify this error.
    If you look in my homescreen the clock number "11:39" seem thick and bold while in other home screen the number are not bold.
    Also if you see the date on " this is my home screen.jpg", you see it is bold.
    While in other images you see that it is not bold.
    Please help!
    Thank you in advance.
    Sailare
    Solved!
    Go to Solution.
    Attachments:
    This my home screen.jpg ‏36 KB
    Foursquare-for-Symbian-Home-Screen-Widget.jpg ‏73 KB
    data counter widget symbian^3 free download nokia n8.jpg ‏34 KB

    @sailare
    Has novelty worn off and you want to un-install this application?
    Have to say that it is strange that Psiloc Font Magnifier has not been released for Symbian^3 OS yet, although believe on some Symbian Anna firmware versions so whether there can be issues magnifying I don't know.
    You are correct that still not as default comparing these two screenshots:
    Happy to have helped forum with a Support Ratio = 42.5

Maybe you are looking for

  • My ipod serial no  only have 10 digits

    I don't understand, i try to enter my ipod serial no. and it only has 10 digits and it also has the HP symbol on the back. my friend got his about a month after me and he has 11 digits and doesn't have the HP symbol in the back... can somebody tell m

  • How right-click in a connecting console?

    Hi I manage vCenter on my Nexus 7 (2013) with Andorid 5. when I connect to remote VM and login the windows desktop, I have no idea to make a right-click... Did any one know how to do this? with out a OTG KB/Mouse thanks a lot !

  • #Site.URL# link in emails

    #Site.URL# link in emails Hi - we have a new link for newScale for Request Center and it is https instead of http.  Now when we add a link to an email to the request center, it changes the https link back to the http link which doesn't work.   Anybod

  • Roles in XI

    Hi  I have SAP_ALL and SAP_NEW profile in XI . Do i really need the  some roles to work in IR and ID Regards Vijay

  • DPP not showing folders anymore

    DPP suddenly stopped showing the folder structure (not related to an update), so it's impossible to select any photos. Zoombrowser for instance is still working fine. I can show (and edit) a photo when I specifically open it withh DPPViewer.exe, but