Beginner: Anti-aliased fonts in java

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jcnews

    Beginner: Anti-aliased fonts in java

    I am using Windows XP and am learning how to program in Java. Is there any
    way to get my fonts to be anti-aliased in both editors and in my programs?
    The non anti-aliased fonts don't look very good and are a little harder on
    my eyes.

    Thanks.


  • Martin Froment

    #2
    Re: Beginner: Anti-aliased fonts in java

    LOL


    Comment

    • jcnews

      #3
      Re: Beginner: Anti-aliased fonts in java

      I don't understand the joke. That's not the most helpful answer to my
      question. If there is no way to do it then just say so.

      The fonts in Java aren't anti-aliased by default. I am at my computer for
      hours each day and it is hard on the eyes. Anti-aliased fonts are much
      easier to read and they look better. I don't want my applets to have the
      jagged-font look. Letters like capital 'A's and 'V's look especially bad.




      "Martin Froment" <martin_froment @sympatico.ca> wrote in message
      news:fcgkd.1730 6$Z7.652499@new s20.bellglobal. com...[color=blue]
      > LOL
      >
      >[/color]


      Comment

      • Martin Froment

        #4
        Re: Beginner: Anti-aliased fonts in java

        Sorry, I was thinking you only experienced anti-aliasing problems in your
        IDE...

        Take a look at this example:


        Martin.


        "jcnews" <jcnews@earthli nk.net> wrote in message
        news:Nxhkd.1011 9$O11.540@newsr ead3.news.pas.e arthlink.net...[color=blue]
        >I don't understand the joke. That's not the most helpful answer to my
        > question. If there is no way to do it then just say so.
        >
        > The fonts in Java aren't anti-aliased by default. I am at my computer for
        > hours each day and it is hard on the eyes. Anti-aliased fonts are much
        > easier to read and they look better. I don't want my applets to have the
        > jagged-font look. Letters like capital 'A's and 'V's look especially bad.
        >
        >
        >
        >
        > "Martin Froment" <martin_froment @sympatico.ca> wrote in message
        > news:fcgkd.1730 6$Z7.652499@new s20.bellglobal. com...[color=green]
        >> LOL
        >>
        >>[/color]
        >
        >[/color]


        Comment

        • jcnews

          #5
          Re: Beginner: Anti-aliased fonts in java


          "Martin Froment" <martin_froment @sympatico.ca> wrote in message
          news:0Gokd.2038 4$Z7.712437@new s20.bellglobal. com...[color=blue]
          > Sorry, I was thinking you only experienced anti-aliasing problems in your
          > IDE...
          >
          > Take a look at this example:
          >[/color]

          raphics/AntiAlias.java[color=blue]
          >
          > Martin.[/color]


          Thanks... I will experiment with that. The fonts in the IDE and text
          editors are often terrible because they are not anti-alised. I figured that
          since they are open source, maybe there was a way to change the font
          settings. For example, I was using NetBeans and the fonts are unbelievably
          bad, especially the italicized comments. There are also some
          closed-source text editors which are otherwise great programs, but they have
          bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse, and
          the fonts are much better, so I guess I will just use that for now.


          Comment

          • Martin Froment

            #6
            Re: Beginner: Anti-aliased fonts in java

            Textpad is letting you changing the font style in the document content view.
            Others zones have already been fixed with antialising if the use of
            cleartype is set in your OS.

            Try it : document properties window, font tab : choose "courrier new" in
            place of default "courrier".

            PS : Eclipse is the best choice for Java IDE !!

            [color=blue]
            > "Martin Froment" <martin_froment @sympatico.ca> wrote in message
            > news:0Gokd.2038 4$Z7.712437@new s20.bellglobal. com...[color=green]
            >> Sorry, I was thinking you only experienced anti-aliasing problems in your
            >> IDE...
            >>
            >> Take a look at this example:
            >>[/color]
            > https://www.csse.uwa.edu.au/programm...gan/examples/g
            > raphics/AntiAlias.java[color=green]
            >>
            >> Martin.[/color]
            >
            >
            > Thanks... I will experiment with that. The fonts in the IDE and text
            > editors are often terrible because they are not anti-alised. I figured
            > that
            > since they are open source, maybe there was a way to change the font
            > settings. For example, I was using NetBeans and the fonts are
            > unbelievably
            > bad, especially the italicized comments. There are also some
            > closed-source text editors which are otherwise great programs, but they
            > have
            > bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse,
            > and
            > the fonts are much better, so I guess I will just use that for now.
            >
            >[/color]


            Comment

            • jcnews

              #7
              Re: Beginner: Anti-aliased fonts in java

              Thanks for the tip on TextPad. It fixed my problem.

              I think NetBeans is easier to use (in my very short time with Java), but
              Eclipse seems to be what experienced programmers recommend. I started
              programming with VisualBasic.NET , but I like the open-source philosophy much
              better. I am glad that people made software like Eclipse available for
              free...



              "Martin Froment" <martin_froment @sympatico.ca> wrote in message
              news:Iiykd.2354 3$Z7.800518@new s20.bellglobal. com...[color=blue]
              > Textpad is letting you changing the font style in the document content[/color]
              view.[color=blue]
              > Others zones have already been fixed with antialising if the use of
              > cleartype is set in your OS.
              >
              > Try it : document properties window, font tab : choose "courrier new" in
              > place of default "courrier".
              >
              > PS : Eclipse is the best choice for Java IDE !!
              >
              >[color=green]
              > > "Martin Froment" <martin_froment @sympatico.ca> wrote in message
              > > news:0Gokd.2038 4$Z7.712437@new s20.bellglobal. com...[color=darkred]
              > >> Sorry, I was thinking you only experienced anti-aliasing problems in[/color][/color][/color]
              your[color=blue][color=green][color=darkred]
              > >> IDE...
              > >>
              > >> Take a look at this example:
              > >>[/color]
              > >[/color][/color]
              https://www.csse.uwa.edu.au/programm...gan/examples/g[color=blue][color=green]
              > > raphics/AntiAlias.java[color=darkred]
              > >>
              > >> Martin.[/color]
              > >
              > >
              > > Thanks... I will experiment with that. The fonts in the IDE and text
              > > editors are often terrible because they are not anti-alised. I figured
              > > that
              > > since they are open source, maybe there was a way to change the font
              > > settings. For example, I was using NetBeans and the fonts are
              > > unbelievably
              > > bad, especially the italicized comments. There are also some
              > > closed-source text editors which are otherwise great programs, but they
              > > have
              > > bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse,
              > > and
              > > the fonts are much better, so I guess I will just use that for now.
              > >
              > >[/color]
              >
              >[/color]


              Comment

              • IchBin

                #8
                Re: Beginner: Anti-aliased fonts in java

                jcnews wrote:[color=blue]
                > Thanks for the tip on TextPad. It fixed my problem.
                >
                > I think NetBeans is easier to use (in my very short time with Java), but
                > Eclipse seems to be what experienced programmers recommend. I started
                > programming with VisualBasic.NET , but I like the open-source philosophy much
                > better. I am glad that people made software like Eclipse available for
                > free...
                >
                >
                >
                > "Martin Froment" <martin_froment @sympatico.ca> wrote in message
                > news:Iiykd.2354 3$Z7.800518@new s20.bellglobal. com...
                >[color=green]
                >>Textpad is letting you changing the font style in the document content[/color]
                >
                > view.
                >[color=green]
                >>Others zones have already been fixed with antialising if the use of
                >>cleartype is set in your OS.
                >>
                >>Try it : document properties window, font tab : choose "courrier new" in
                >>place of default "courrier".
                >>
                >>PS : Eclipse is the best choice for Java IDE !!
                >>
                >>
                >>[color=darkred]
                >>>"Martin Froment" <martin_froment @sympatico.ca> wrote in message
                >>>news:0Gokd.2 0384$Z7.712437@ news20.bellglob al.com...
                >>>
                >>>>Sorry, I was thinking you only experienced anti-aliasing problems in[/color][/color]
                >
                > your
                >[color=green][color=darkred]
                >>>>IDE...
                >>>>
                >>>>Take a look at this example:
                >>>>
                >>>[/color][/color]
                > https://www.csse.uwa.edu.au/programm...gan/examples/g
                >[color=green][color=darkred]
                >>>raphics/AntiAlias.java
                >>>
                >>>>Martin.
                >>>
                >>>
                >>>Thanks... I will experiment with that. The fonts in the IDE and text
                >>>editors are often terrible because they are not anti-alised. I figured
                >>>that
                >>>since they are open source, maybe there was a way to change the font
                >>>settings. For example, I was using NetBeans and the fonts are
                >>>unbelievab ly
                >>>bad, especially the italicized comments. There are also some
                >>>closed-source text editors which are otherwise great programs, but they
                >>>have
                >>>bad fonts: TextPad, and UltraEdit32 come to mind. I discovered Eclipse,
                >>>and
                >>>the fonts are much better, so I guess I will just use that for now.
                >>>
                >>>[/color]
                >>
                >>[/color]
                >
                >[/color]
                Take a peek at JGRASP. Really nice for beginner and has all you will
                need plus more.. I use Eclipse 95% of the time but sneak over and use
                JGRASP because of my machine load\memory and for the purity of a clean
                IDE. Everything with in your reach. (debugger, UML, etc....



                --


                Thanks in Advance...
                IchBin
                _______________ _______________ _______________ _______________ ______________

                'The meeting of two personalities is like the contact of two chemical
                substances:
                if there is any reaction, both are transformed.'
                - Carl Gustav Jung, (1875-1961), psychiatrist and psychologist

                Comment

                • Randolf Richardson

                  #9
                  Re: Beginner: Anti-aliased fonts in java

                  ""jcnews" <jcnews@earthli nk.net>" wrote in comp.lang.java:

                  [sNip][color=blue]
                  > I think NetBeans is easier to use (in my very short time with Java), but
                  > Eclipse seems to be what experienced programmers recommend. I started
                  > programming with VisualBasic.NET , but I like the open-source philosophy
                  > much better. I am glad that people made software like Eclipse available
                  > for free...[/color]

                  There are many different editors to choose from. I suggest you try a
                  number of them before making your choice because everyone has different
                  preferences and needs.

                  The editor that I like to use is called MED:

                  MED - Programmer's Text Editor


                  It's ShareWare, and I registered a 5-user license because I use it on
                  more than one computer here (the price is reasonable, and was definitely well
                  worth it to me).

                  There is a strong trend favouring open source software as well, but
                  "open source" isn't always what many people generally think it is. For
                  example, it doesn't mean "free" and there could be other restrictions as
                  well, so be sure to read the license agreement before you use any product
                  (regardless of whether or not it's open source).

                  --
                  Randolf Richardson, pro-active spam fighter - rr@8x.ca
                  Vancouver, British Columbia, Canada

                  Sending eMail to other SMTP servers is a privilege.

                  Comment

                  Working...