How to apparel Chinese font?

I create two button, one is JavaFX button another is Swing button.
The all fill Chinese word. but, it has different looking on two buttons.
The Chinese font on JavaFX button is ugly.
There is the demo app screenshot.
[http://farm5.static.flickr.com/4047/4303941032_2294ed6a99_o.jpg]
There is my code.
package button;
* @author Administrator
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.ext.swing.SwingButton;
var fxbutton = Button{
     text: "\u6309\u9215\u6e2c\u8a66"
     translateX: 75
     translateY: 50
var swingbutton = SwingButton {
    text: "\u6309\u9215\u6e2c\u8a66",
     translateX: 75
     translateY: 100
Stage {
    title : "MyApp"
    scene: Scene {
        width: 200
        height: 200
        content: [ fxbutton, swingbutton]
}And, I try to change font by using Font object, but it is the same.
My development environment
WinXP SP3
Java SE SDK 6u17
Java FX SDK 1.2.1
Eclipse 3.5.1 with JavaFX plug-in
Are there some tips to apparel Chinese word? I wanna a good looking Chinese word.
Edited by: onlinemad on Jan 25, 2010 9:17 AM

If you are on windows.
right click on the font in the explorer and Install.

Similar Messages

  • How to insert chinese fonts in AI and PS? they recognize only some of them

    How to insert chinese fonts in AI and PS? they recognize only some of them

    Since you do not spell out program names, I can't suggest a program forum... but you can find by using the link below
    This forum is actually about the Cloud, not about using individual programs
    Once your program downloads and installs with no errors, you need the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll

  • How to install Chinese fonts on my application server

    Hi Experts,
    We are facing an issue in which the Adobe services PDF couldn't able to recognize chinese characters
    So, we want to install chinese fonts CNSONG,CNHEI etc on our application server (which is ABAP only system)
    Can any one share me the steps to perform for the same.
    Thanks in Advance !
    Regards
    Sandy

    Sandy,
    Read this sap note first: 195442 - Language import and Support Packages
    Refer to below forum & VIdeo on how to install chinese language in SAP system.
    how to install chinese language in sap ecc 6.0 unicode system
    www.youtube.com/watch?v=UDw_-ObL0z0
    Procedure
    Language Installation steps (make sure all Support Packages up to date)
    1. /nSMLT
    Select from menu LANGUAGE -> CLASSIFY
    Language = China
    Supplementation Language = English (please note this only allow to set ONCE ONLY!!)
    click SAVE disk icon
    highlight THAI then select LANGUAGE -> IMPORT PACKAGE
    Language = China
    Path = (the CD above, must be UNIX path if backend is UNIX server!)
    2. /nRZ10
    Profile = select INSTANCE PROFILE
    Click EXTENDED MAINTENANCE
    -> then click CHANGE
    -> click PARAMETER button at top bar
    set install/codepage/appl_server = 8600 (note: 86=Thai, 00=English)
    3. /nSE38
    execute Program = RSCPINST -> click execute icon
    under Enter Languages -> remove German(DE) & add China (CH) {please note ONLY allow TWO languages max)
    click SIMULATE button at top bar (this will tell you if any errors, example Code Page not match)
    If simulate OK then click ACTIVATE button on top bar.
    FINISH u2013 your language is installed & activated!!!!!!!

  • How to install chinese font

    I need to read Chinese fonts in Acrobat X, were do I find the downlod to do this and how do I do it?

    Hi ,
    Please refer the following document to download Chinese Font Pack for Acrobat X .
    http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=4883&fileID=4557
    Hope this will help.
    Regards
    Sukrit Dhingra

  • How i assign chinese font to a text item

    Hi,
    I have a chinese font and i want assign that in a text box.
    how i do that??
    plez kindely help me out..

    Is the chinese font installed in your system? If yes, then it'd come in the drop down menu under the font property of the text box item.

  • How to add Chinese fonts to Pages for iPad

    I only have one Chinese font on Pages, can I add more?

    You can try.  See
    http://m10lmac.blogspot.com/2014/01/app-to-add-fonts-to-ios-devices.html
    but I think there may be a size limit and Chinese fonts may be too big.  Let us know if it works for you.

  • How to specify 'Chinese' font?

    Hi,
    I can programatically generate a PDF document with English characters.
    I can programatically generate a PDF document containing Japanese characters.
    BUT...I cannot get 'CHinese' characters to work.
    For Japanese I specify the fonts as follows...
    4 0 obj<< /Type /Font /Subtype /Type0 /Name /F1 /BaseFont /MS-Mincho /DescendantFonts [ 5 0 R] /Encoding /90ms-RKSJ-H >>endobj
    5 0 obj<< /Type /Font /Subtype /CIDFontType0 /BaseFont /MS-Mincho /FontDescriptor 6 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Japan1) /Supplement 2 >> /DW 1000 /W [231 324 500 326 389 500] >>endobj
    6 0 obj<< /FontName /MS-Mincho /Descent 0 /FontBBox [ 0 0 1000 1000 ] /CapHeight 1000 /Ascent 1000 /StemV 100 /Flags 4 /ItalicAngle 0 /Type /FontDescriptor >>endobj
    ...how do I specify 'Chinese'?
    Kind regards,
    Simon

    Hi Leonard,
    I found the solution. Hurrah!
    I was able to set the width (spacing) of the Latin glyphs, without affecting Chinese glyphs.
    *** In the problematic PDF the font was defined as follows:
    4 0 obj<< /Type /Font /Subtype /Type0 /Name /F1 /BaseFont /SimSun /DescendantFonts [ 5 0 R] /Encoding /GB-EUC-H >>endobj
    5 0 obj<< /Type /Font /Subtype /CIDFontType0 /BaseFont /SimSun /FontDescriptor 6 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (GB1) /Supplement 2 >> /DW 1000 >>endobj
    6 0 obj<< /FontName /SimSun /Descent 0 /FontBBox [ 0 0 0 0] /CapHeight 1000 /Ascent 1000 /StemV 100 /Flags 4 /ItalicAngle 0 /Type /FontDescriptor >>endobj
    *** In mysolution PDF I have defined my font as follows:
    4 0 obj<< /Type /Font /Subtype /Type0 /Name /F1 /BaseFont /SimSun /DescendantFonts [ 5 0 R] /Encoding /GB-EUC-H >>endobj
    5 0 obj<< /Type /Font /Subtype /CIDFontType0 /BaseFont /SimSun /FontDescriptor 6 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (GB1) /Supplement 2 >>
    /DW 1000 /DW 1000 /W [1 95 500 814 907 500 7712 7716 500] >>endobj
    6 0 obj<< /FontName /SimSun /Descent 0 /FontBBox [ 0 0 0 0] /CapHeight 1000 /Ascent 1000 /StemV 1000 /Flags 4 /ItalicAngle 0 /Type /FontDescriptor >>endobj
    * Notice the additional entry /W [1 95 500 814 907 500 7712 7716 500].
    This sets the CIDs 1-95, 814-907 and 7712-776 to be 500, which is half the DW value of 1000.
    *** How did I determine the CIDs of the Latin characters?
    The answer was located in 'Adobe CJKV Character
    Collections and CMaps for
    CID-Keyed Fonts', (see http://partners.adobe.com/public/developer/en/font/5094.CJK_CID.pdf).
    See section 2.1:
    "...Supplement 0 (zero) of Adobe-GB1 enumerates 7,717 glyphs (CIDs 0
    through 7716), provides support for the GB 2312-80 and GB 1988-89
    character set standards, incorporates corrections and additions specified in
    GB 6345.1-86, and includes vertical glyphs specified in GB/T 12345-90.
    CIDs 195 and 77127715 are proportional-width Latin glyphs; and CIDs
    814907 and 7716 are half-width Latin glyphs.".
    Kind regards,
    Simon

  • Chinese font

    Does anyone know how to add chinese font to pages? I want to be able to change between writing chinese and english, is that possible?

    You don't need to add any fonts, there are tons of them already in OS X.  You just need to activate one of the Chinese keyboards in system preferenes/language & text/input sources, select it in the "flag" menu at the top right of the screen, and type away.
    A site devoted to help with Chinese can be found at
    http://www.yale.edu/chinesemac

  • How to use chinese big5 fonts in Linux with Java 2 1.4.0.01? Please help me

    Hello
    I just trying to run a java program in Mandrake Linux 8.2. Everythings work well except the fonts. I did read this page
    http://java.sun.com/j2se/1.3/docs/guide/intl/fontprop.html
    but the problem still there.
    Because I don't know how to modify the fonts.properties file. Java seem not support a world language version in Linux. (Although it support in Windows.)
    Then I tired to use the windows file, fonts.properties.xh_TW, to replace the fonts.properties in j2sdk in Linux. But it doesn't work.
    Please help me by either show me how to modify the fonts.properties file or direct me where to download a Big5 fonts in Linux version. Thanks a lot!!!

    Sorry I have been out of for a long time.
    If you already follow all the step of Locale help online,
    may be your font.dir in your /usr/lib/X11/fonts/TrueType/fonts.dir is not as
    the alias it was expected.
    take a look of that file.
    In xtt for chinese, there may be short cut like vl=y as such, because java
    render the font directly getting info from the fonts.dir so if the font filename
    is not as expected, you will not able to load the fonts. What you need to do is
    ln -s realfont vl=y:realfont
    to link the font to the make java think the name of the font is actually vl=y:realfont.
    Let me know you get it.
    [email protected]

  • Which font and how to add a chinese font into font book that can be used in CS6 programs

    I am wondering which chinese fonts are useable for Mac OS X. Which to buy and how to use. Should I use Font Pack or other programs to get the font to be used. Any advice is useful. Thank you

    Are you planning on using the Chinese language in Illustrator?  Or, do you just want a Chinese looking font, but using the English language?  I use Font Agent Pro for font management.  It allows you to install the font, view it and print a sample.  You can look for Chinese looking fonts online ( i.e., myfonts.com ).  As far as Chinese fonts themselves, I have no clue.

  • How to download traditional and simplified Chinese fonts in PS? [was:Hello, is it possible]

    to download traditional and simplified Chinese fonts and install them into Photoshop (if I can find a site that will allow me to download them)? Would I just download them and install them to my Windows font folder and Photoshop would display them under its font tool just like it would Times Roman, Verdana, etc?
    Thank you.
    Steve

    Yes, fonts are handled by the system. Depending on what type of fonts you may however still need to change your system language and region settings to actually get access to them...
    Mylenium

  • Adobe Acrobat Professional 7.1.0, Chinese Fonts & OCR

    You can see the version of Adobe Acrobat I am using.  When I scan a document with Chinese fonts they appear just fine on screen.  That means I've got "pictures" of the characters.  However, I want to use my OCR function so that I actually have the individual Chinese characters and individually manipulate them (bring them into a word processor).  I don't even know if this is possible, but if it is can anyone tell me how to do it?
    Thanks

    "7.1.4" was the last update for Acrobat 7.
    There are no updates after this as the Acrobat 7.x product family went into product End of Support.
    This URL is to the Acrobat product update page.
    Scroll down to view the 7.x updates. You can manually download and install each in turn.
    http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows 
    Be well...

  • Please advice on how to remain the font in SAP

    Hi,
    Please advice on how to remain the font in SAP as Arial monospaced instead of its auto change to Chinese character.
    At the same time, pls advice the correct forum i should went as this is related to the Basis and i could not find out Basis Forum.
    Thanks.
    Best Regards,
    Joo

    Hi,
    when i went to the SAP Menu page right
    Below is the Menu list
    ==>Office
    ==>Cross-Application Components
    ==>Logistics
    ==>Accounting
    ==>Human REsources
    ==>Information Systems
    ==>Tools
    Over here, does not have "Setting". Pls advice.
    Thanks.

  • How do I get fonts in my font book to a place where I can use them?

    I have some Hebrew fonts in my font book but I don't know how to make them useable. I don't even know how to ask 'help' how to get them out. Meanwhile the Japanese fonts and the Chinese fonts are readily available.

    I have a similar problem except I can't use any other fonts other than roman characters- all I want is to type in simplified chinese.
    As with any other language, and just explained above for Hebrew, you go to system prefs/international/input menu and check the box for the simplified chinese input method you want to use, plus the box for Show Input Menu in Finder. Then in the "flag" menu at the top right of the Finder you select Chinese and type.
    For full info on the various SC IM's, see the HELP in OS X or this site:
    http://www.yale.edu/chinesemac/pages/osx5.html#start
    If you have any questions, just ask again.

  • How to print chinese web page with netscape browserver in Solaris 9 OS ?

    Dear All,
    I would like to print chinese web page within netscape browser in Solaris 9 Traditional Chinese OS, the print out result is garbage code on the paper not correctly chinese fonts.
    I can print out correctly the chinese document create by StarSuite 7.0 on Solaris 9 OS environment and also the chinese web page is correctly display within Netscape browser but for printing is abnomal result.
    Can someone point me to how to do print chinese web page with browser in Solaris 9 environment ?
    Best Regards,
    -- Kuo

    hi
    i have encountered this problem before and i remember downloading some fonts package and installing it. u could google search your question and it should provide the solution.thats how i stumbled upon the package.
    cheers,
    bunny

Maybe you are looking for

  • Internal HD icon won't appear on desktop

    I have an external HD which is my boot disk as the iMac internal HD has become defective. I can boot OS 10.3.9 from the external HD and access all files from both the internal HD and external HD. However, when I start up using OS 9.2.2 from the exter

  • Need to clear report

    Hi, I have some select lists with submit(they are of submit type because they are dependent) and a submit button.On click of this button, a report neeeds to be generated based on the selected values. However, as the select lists are of type submit,it

  • ICloud email appears when I IMessage

    As soon as I updated to iOS7 my ICloud email now appears when IMessaging to another Iphone. Why? How do I adjust this setting so my phone number will appear instead of my ICloud email.

  • 1142 Autonomous AP not passing DHCP address to clients

    Hi there, I do hope someone can help me out here because I am having a nightmare with a single AP. Setup is as follows: 5 existing APs already on site, all working correctly plugged into a 48 port 2960, (non poe). customer wants to add another AP to

  • VideoBite keeps crashing while trying to save

    I am on my 4th video with VideoBite and I have tried 15 times to save it only to have it crash halfway through...can y'all please fix this problem?