+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Senior Member fahim108's Avatar
    Computer Details
    fahim108's Computer Details
    Operating System:
    Windows XP Professional
    Computer:
    HP Pavilion dv5000
    Discipline
    Architectural
    fahim108's Discipline Details
    Occupation
    Architect
    Discipline
    Architectural
    Using
    AutoCAD 2012
    Join Date
    Apr 2006
    Location
    Mumbai, India
    Posts
    491

    Idea Font Smoothing in AutoCAD

    Registered forum members do not see this ad.

    Lets consider you are using a fancy font to display this:

    Font_Issue_000.gif

    ...but instead you get this:

    Font_Issue_004.gif



    This is a common issue in AutoCAD, you may even call it a bug; but you can correct it by resetting the following to their default values:
    • z-value of the text to 0,
    • text oblique angle to 0,
    • text width factor to 1.
    But then there are cases where the above solution may not work... so your best guess is to copy and paste everything to a new drawing.

    The problem basically arises when you try to 3D-orbit (and/or Shademode) your drawing. You may not be aware of this but when you orbit the drawing you mess-up its font smoothing. Even switching back to the default "Top" view (with the 2D-Shademode) doesn't get rid of the ugly wrecked texts.

    However, there is a way to avoid this problem beforehand:

    When you begin a new drawing, always save a view (as shown, without the layer snapshot). In-case you later accidentally or deliberately orbit the drawing, this way, you can always revert back to this view and retain the smoothness of your font.
    • Lets begin with a new drawing and save the current view:
    Font_Issue_001.gif
    • Assuming this is a part of our drawing:
    Font_Issue_000.gif
    • Lets orbit it, and see what happens:
    Font_Issue_002.gif
    • The text is already messed up:
    Font_Issue_003.gif
    • Use the Plan command to switch back to the Top View. Note, it doesn't help:
    Font_Issue_004.gif
    • Use the 3D Navigation Bar to revert back to the earlier saved view:
    Font_Issue_005.gif
    • Tada!!!!
    Font_Issue_000.gif
    A small effort put in the beginning always helps you in the long run...
    Last edited by fahim108; 22nd Jun 2010 at 05:38 pm. Reason: Images not displaying in Google Chrome!
    ﻓﻬﻳﻢ ﺍﺣﻣﺪ ﺸﺎﻩ

  2. #2
    Super Member Pablo Ferral's Avatar
    Using
    Inventor 2010
    Join Date
    Feb 2005
    Location
    London
    Posts
    571

    Default

    Nice one Fahim :-)

  3. #3
    Senior Member fahim108's Avatar
    Computer Details
    fahim108's Computer Details
    Operating System:
    Windows XP Professional
    Computer:
    HP Pavilion dv5000
    Discipline
    Architectural
    fahim108's Discipline Details
    Occupation
    Architect
    Discipline
    Architectural
    Using
    AutoCAD 2012
    Join Date
    Apr 2006
    Location
    Mumbai, India
    Posts
    491

    Default

    Quote Originally Posted by Pablo Ferral View Post
    Nice one Fahim :-)
    Thanks!
    ﻓﻬﻳﻢ ﺍﺣﻣﺪ ﺸﺎﻩ

  4. #4
    Super Member
    Computer Details
    nestly's Computer Details
    Operating System:
    Windows XP Professional (32bit)
    Motherboard:
    Intel DG33FB
    CPU:
    Intel Core2 E2220 @ 2.4GHz
    RAM:
    4GB DDR2 6400
    Graphics:
    ATI Firepro 5800
    Primary Storage:
    250GB WD 7200rpm / 320GB WD 7200rpm
    Secondary Storage:
    500GB WD external USB
    Monitor:
    Samsung 26" @ 1920x1200 + LG 22" @ 1680x1050
    Using
    AutoCAD 2011
    Join Date
    Sep 2010
    Posts
    1,895

    Default

    Good information, but there is another solution to copy/pasting the whole drawing into a new drawing if the text gets messed up after 3D orbit. The problem isn't actually with 3D orbit, it's that panning while in the 3D orbit command moves the "target" of the view, and if the "Target" isn't at the same Z position as the TrueType font then smoothing (anti-aliasing) is disabled. This is the same reason TrueType fonts with z-values other than 0 (relative to the view) display jagged.

    To correct the problem, use DVIEW to reset the z-value of the view to 0.
    Here's a macro that will reset the view, which I've assigned to a button to quickly reset any view. ^C^C_.Dview;;_Point;0,0,0;0,0,1;;
    Target reset.jpg
    Target.JPG

  5. #5
    Senior Member fahim108's Avatar
    Computer Details
    fahim108's Computer Details
    Operating System:
    Windows XP Professional
    Computer:
    HP Pavilion dv5000
    Discipline
    Architectural
    fahim108's Discipline Details
    Occupation
    Architect
    Discipline
    Architectural
    Using
    AutoCAD 2012
    Join Date
    Apr 2006
    Location
    Mumbai, India
    Posts
    491

    Default

    Wow! I gotta check that out...
    ﻓﻬﻳﻢ ﺍﺣﻣﺪ ﺸﺎﻩ

  6. #6
    Senior Member fahim108's Avatar
    Computer Details
    fahim108's Computer Details
    Operating System:
    Windows XP Professional
    Computer:
    HP Pavilion dv5000
    Discipline
    Architectural
    fahim108's Discipline Details
    Occupation
    Architect
    Discipline
    Architectural
    Using
    AutoCAD 2012
    Join Date
    Apr 2006
    Location
    Mumbai, India
    Posts
    491

    Default

    It works!

    I love this forum... !
    ﻓﻬﻳﻢ ﺍﺣﻣﺪ ﺸﺎﻩ

  7. #7
    Senior Member fahim108's Avatar
    Computer Details
    fahim108's Computer Details
    Operating System:
    Windows XP Professional
    Computer:
    HP Pavilion dv5000
    Discipline
    Architectural
    fahim108's Discipline Details
    Occupation
    Architect
    Discipline
    Architectural
    Using
    AutoCAD 2012
    Join Date
    Apr 2006
    Location
    Mumbai, India
    Posts
    491

    Default

    Found an even easier method to set the current view's camera target (to zero z value). Goto DASHBOARD > Control Panels > 3D Navigate > Enter 0 for Target Position Z.
    Done!

    camera_z_value.png
    ﻓﻬﻳﻢ ﺍﺣﻣﺪ ﺸﺎﻩ

  8. #8
    Forum Newbie
    Using
    AutoCAD LT 2011
    Join Date
    Oct 2011
    Posts
    3

    Default

    Registered forum members do not see this ad.

    Hi,

    Would anyone be so kind as to update instructions under AutoCAD 2011, I tried to follow them but do not have enough background knowledge to migrate them into my version.

    In fact when I type View in the command window I notice my camera Z value is 0, so maybe it is not the same exact problem.

    Its weird when I create a dimension with Arial font from new it looks okay but if I change my existing dimensions from Romans to Arial they look "blotchy".

    This happens on a number of files I have and I have been replacing every dimension, so they plot correctly, any help would be greatly appreciated.

    Many Thanks
    Anthony
    Last edited by mcprescribed; 2nd Apr 2012 at 11:58 am. Reason: more information

Similar Threads

  1. Smoothing Polylines
    By jopton in forum AutoCAD Beginners' Area
    Replies: 6
    Last Post: 11th Oct 2007, 06:07 pm
  2. Smoothing rendered curves
    By panfield in forum AutoCAD 3D Modelling & Rendering
    Replies: 5
    Last Post: 4th Feb 2007, 09:40 am
  3. smoothing lines
    By aet_06 in forum AutoCAD General
    Replies: 3
    Last Post: 30th Oct 2006, 02:49 pm
  4. smoothing out shadow
    By gib65 in forum AutoCAD Drawing Management & Output
    Replies: 0
    Last Post: 8th Jun 2006, 11:24 pm
  5. Smoothing arcs
    By scanet in forum AutoCAD Drawing Management & Output
    Replies: 9
    Last Post: 6th May 2005, 10:40 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts