Font to auto size

How do you make the font auto size to fit in the text field, so that you can view everything that has been typed in and not get the black box with the plus sign?  I have checked the auto fit for width and length, but it still does not auto fit.
Thank you very much,
EC

Select the Object
Go to Font Palette
Make sure you are edting Value properties only (Not Caption or both)
Change Font size to "0" (zero)
Preview in PDF. The font will be large and then decrease as more characters are added.
Make sure under Paragraph you are aligned in the Middle or Top (it doesn't seem to work when aligned on the Bottom.

Similar Messages

  • Batch font face and size change

    Hi everybody,
    I'm looking to create a batch action/script the will select and change the font face and size in a series of .eps files of barcodes.
    I'm not sure if it's a scripting thing because I've never scripted before.
    If anyone could point me in the right direction or tell me how to do it (action or script)  I'd be very grateful.
    (Each image contains the barcode and three text elements, all Helvetica 24pt which I want to change to OCRB 18.5pt, on about 120 images)
    Thanks chaps

    Try something like this
    #target illustrator
    app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS;
    Validate User Input.
    function validateInput()
         if(dlg.input_panel.input_edt.text == "")
                alert("Error, please define an input directory to convert.", "Error:");
                return -1;
        return 0   
    Define input Directory
    function getInput()
        var input_folder = Folder.selectDialog( 'Select the directory where you wish to open the files: ', '' );
        if (input_folder != null)
            dlg.input_panel.input_edt.text = input_folder.fsName;
    Open an eps file
    function openFile(open_file)
        var open_options = new OpenOptions();
        open_options.updateLegacyText = true;
        app.open(open_file, DocumentColorSpace.RGB,open_options);
    @Return return the index on the system for a font
    function getIndex()
        var fontIndex = -1;
        for(var i=0; i<app.textFonts.length; i++)
                if(app.textFonts[i].name == "ArialNarrow-Bold")
                        fontIndex = i;
        return fontIndex;
    Loop through text and change type
    function changeText()
        var index_value = getIndex();
        if(index_value > 0)
            var grayColour = new GrayColor();
            grayColour.gray = 100;
            for (var i = 0; i< app.activeDocument.textFrames.length; i++)
                    app.activeDocument.textFrames[i].textRange.characterAttributes.textFont = app.textFonts[index_value];
                    app.activeDocument.textFrames[i].textRange.characterAttributes.kerningMethod = AutoKernType.AUTO;
                    app.activeDocument.textFrames[i].textRange.characterAttributes.size = 10;
                app.activeDocument.textFrames[i].textRange.characterAttributes.fillColor = grayColour;
                    for(var j=0; j<app.activeDocument.textFrames[i].textRange.characters.length; j++)
                        app.activeDocument.textFrames[i].textRange.characters[j].characterAttributes.baselineShif t = 0;
                        app.activeDocument.textFrames[i].textRange.characters[j].characterAttributes.leading = 12;
                        app.activeDocument.textFrames[i].textRange.characters[j].characterAttributes.tracking = 0
                        app.activeDocument.textFrames[i].textRange.characters[j].characterAttributes.rotation = 0;
                        app.activeDocument.textFrames[i].textRange.characters[j].characterAttributes.horizontalSc ale= 100;
                        app.activeDocument.textFrames[i].textRange.characters[j].characterAttributes.verticalScal e= 100;
                redraw();
            for( var i=0 ; i < app.activeDocument.textFrames.length; i++ )
                for ( p=0 ; p < app.activeDocument.textFrames[i].paragraphs.length ; p++ )
                    app.activeDocument.textFrames[i].paragraphs[p].justification = Justification.CENTER;
                    app.activeDocument.textFrames[i].paragraphs[p].selection = true;
            alert("Finished");
        else
            alert("Arial Narrow Bold is not installed on your system!", "Error:");
    Save and close File
    function saveFile()
        app.activeDocument.close(SaveOptions.SAVECHANGES);
    Main
    function main()
        if(validateInput() == -1)
            return;
        var input_folder = new Folder(dlg.input_panel.input_edt.text);
        var files_array = input_folder.getFiles( '*.eps' );
        logStatus ("c:\\boarder_report.csv", "SIZE", "FILE NAME", "STATUS");
        logStatus ("c:\\boarder_report.csv", "SIZE", "FILE NAME", "STATUS");
        for(var i = 0; i <= files_array.length; i++)
    openFile(new File(files_array[i]));
    changeText()
            saveFile();
        alert("Done Processing Files");
    Create GUI
    function buildGUI()
        dlg = new Window('dialog', 'RPSTL Add Box Tool', [100,100,480,225]);
        dlg.input_panel = dlg.add('panel',[5,10,375,80], 'Input Directory');
        dlg.input_panel.input_txt = dlg.input_panel.add('statictext', [10,12,125,25], 'Browse for Input  Directory:');
        dlg.input_panel.input_btn = dlg.input_panel.add('button', [10,30,110,50], 'Browse');
        dlg.input_panel.input_edt = dlg.input_panel.add('edittext', [120,30,350,50], '');
        dlg.start_btn = dlg.add('button', [250,85,375,110], 'Start Conversion');
        dlg.input_panel.input_btn.onClick = getInput;
        dlg.start_btn.onClick = main;
        dlg.show();
    buildGUI();

  • Text Frame Auto-Size bug? Right margin changes?

    Here is a rounded textbox with an inset of 4, vertical align center. I'm turning Auto-Size on, so the right edge grows as the text in the box gets longer.
    Width only, adjust only the right edge (that alignment UI is messed up BTW if any Adobe UX peeps read this - I ought to be clicking the right hand edge to get what I want!!).
    Now I add an "r" to the end.
    Now, instead of the "r" I will add an "a". It's not much wider than the "r", and I'm not doing anything funky with the kerning. This font is also Helvetica Neue LT Std, so a premium tyepface.
    Notice how much more padding on the right there is? This makes no sense. Now, if I keep typing...
    ... the padding appears to remain constant, or grow slightly.
    My point here is that the inside padding is messed up. It should be 4px inset all around and that's the end of it. Something's off in your algorithm.
    YMMV depending on typeface it appears. Notice that Arial (the second one) appears to work better than Times New Roman.

    Peter Spier wrote:
    I think it's the size of the leading slug, which doesn't change in height, that makes a difference, not the height of the glyph itself.
    Then I guess I don't understand how the margin is different for different letters.

  • InDesign auto-size frame feature not working in real time in InCopy why?

    We have just recently migrated from InCopy CS4 to CS6 to take advantage of the new features like the auto resize frame option, however it now seems that this feature is not working in real-time.
    Basically the steps are needed to be complete before it auto-resizes the frame in InCopy, we use both layout and assignment based workflows:
    1. From an ID document ('doc1'), exported a 'layer' to IC, certain frames are set to auto-size in height using the text frame options. So that editorial can review and make changes to text and the frame should resize according to the specifications set. IC stories are saved to a folder located in a content folder inside the top issue working folder.
    2. Editorial opens the IC software, then opens the ID 'doc1'. Check’s out correct .icml file and makes edits to frame with auto resize.
    3. Frame does not resize according to text frame set options and InCopy file does not respond in same fashion as InDesign.
    4. Change only occurs when InCopy file is closed and updated in InDesign, which is frustrating as this feature would save huge amounts of time serving editorial requests.
    Has anybody experienced this type of workflow problem? If anyone can provide mw with some pointers as to what can I do to get this to update in real time perhaps run a script? Update file in InCopy and refresh I will very much appreciate their assistance. I have run out of ideas.
    Thanks!

    We've had all sorts of problems with this feature as it should've worked straight out of the box but after some testing we have found that its something to do with the way you open the actual file in InCopy. Which is far from ideal and should have been UAT by Adobe before release.
    This will not work consistently work if you open the designed .indd or .icma file in InCopy using the file open command within the application.
    If you need this to work, the InCopy user has to open the .indd or .icma file by dragging and droping from OS windows explorer into InCopy, we use Windows 7 acrros all the teams. Check out .icml files add text changes to the set auto resized frames, this process will expand/collapse the frames to fit the content but as you have to use the drag and drop method to open the .indd and .icma file, 2 users cannot access the same time doc at the same time (a serious flaw in the programming architecture!) which stops people working in parallel. Save changes, check in .icml content and close .indd or .icma.
    However the flaw comes in if you then open the .indd and .icma file in InCopy using the file open command within the application, before an InDesign user opens and saves the file (updates the design). The corrections added in the previous stage above, will not show the frames expanded/collapsed to take in the added text and instead show over matter???? The only way around this is to ask an InDesign user to open, update and save the design that way the InCopy user will see the same result no matter what file open method they use.
    Another suggestion is to design the page to have some of the auto resize frames anchored within main body of text and that way the frames will expland/collapse when checking out and editing the content. However, this does cause issues with InDesign crashing etc. so we have tried to stop this method within the working group.
    Have you experienced other more serious issues with InDesign crashing consistently when re-importing .icml files? See other forums here:
    http://forums.adobe.com/thread/671820?start=80&tstart=0
    http://forums.adobe.com/message/5045608#5045608
    As far as we can see this is a major flaw in how the application(s) work, we have an enterprise agreement with Adobe and purchase a large volume of Adobe products globally but so far the technical support team are unable to find a solution to this and I'm not hopeful of any resolution soon even with the new release of Adobe CC.

  • How can I reset the font type and size on my email. It changed after I updated to Firefox 5.0 and I can't get it back.

    After updating to Firefox 5.0 the font changed on my email. I checked, and the default setting is what I had put in before the update but it's not working. How can I get my email to use the font and type size that I chose? The one that's currently being used (since after the update) is so tiny one can hardly see it. My email program is through yahoo but there doesn't seem to be a way to change it at the email site. I'm not terribly PC savvy so please respond with a detailed/explicit answer. Thanks for any help you can give me with this. I have Windows XP and use Firefox as my browser.

    Hi again...,,yes, I did try the "reset zoom" on the email compose message page and nothing happened. I'm not familiar with add-ons. Went to the address you suggested (DefaultFullZoomLevel) but don't know how to use it. Also, I don't want to enlarge the text on all web pages.....just the email page. By the way, if it makes a difference, I think I forgot to mention that I use AT&T/Yahoo webmail....not Outlook Express or Thunderbird or any other email program. I'm not familiar with those and don't want to change email programs. Thanks again for trying to help with this. I'm beginning to think this problem is "unfixable" and considering changing back to a previous edition of Firefox (IF that's even possible).

  • Creating form - want to change font style and size in more than one field at a time HOW??

    creating form - want to adjust font style and size in more than one field at a time - HOW??

    Select the fields with the mouse, right-click one of them, go to Properties
    and set the settings you'd like them all to have.
    On Wed, Jan 21, 2015 at 8:51 PM, chuckm38840797 <[email protected]>

  • RH7 HTML - Receive IE script error message when double-clicking link to auto-size pop-up

    Hi, all,
    Anybody ever seen this situation? When double-clicking on a link to an auto-size pop-up, I get the following Internet Explorer script error message:
    This error also occurs when I double-click the link in preview mode within the project. A colleague that is running the same version of IE with the same settings is not receiving this error. A couple of other co-workers are running a different version of IE, and one gets this error and one does not.
    This error does not occur if you single-click the link (which you would normally do), nor does it occur if you double-click a link to a fixed-size pop-up. Once you receive this message and click Yes or No, the link sometimes works correctly when you double-click. I haven't been able to establish a pattern. Also, if you single click the link to display the pop-up, click off of it, and then double-click the link, the error does not occur.
    As you can tell by now, this problem is kind of hard to pin down. I've done some research and I have yet to stumble upon anything that deals with this issue. Unless there is a solution out there, I can do one of two things: 1) change all of the auto-size pop-ups in the project to fixed-sized, which defeats the purpose of creating auto-size pop-ups, or 2) tell our customer not to double-click links.
    Any advice you could give would be welcome.

    Hi there
    Indeed it has been reported on many occasions over the years. Unless someone like Willam has some way cool error detection magick with the scripts, the best approach we have always offered is this.
    Educate your users on the way computers and HTML works. HTML works using SINGLE clicks, not DOUBLE clicks.
    The reason for the error is because the first click caused the computer to launch a JavaScript command to open the sized popup. The second click that followed in rapid succession confused things by asking the script to stop what it was doing and run again.
    Maybe it would help to explain it to your users like this. If you visited a restaurant and when the server asked what you wanted to order, would the become confused if you said to them: I'll have the T-Bone Steak and nearly immediately you repeated it by saying again I'll have the T-Bone Steak.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Auto size of columns is not working after latest update of itunes 8.02

    columns will no longer auto resize correctly after the 8.02 update. the song title column hides song titles on request to resize very annoying please fix this Apple. any thoughts?

    SAME HERE!
    I just created a New List in my iTunes 8.0.2, and noticed the same Columns Width Issue, in List View and Cover Flow View:
    When I Controll-clicked on any Column, and chose Auto Size All Columns, it made the Name Column width more narrow then needed to display it's full content.
    I Controll-clicked on the Name Column, and chose Auto Size Column. It didn't make it wider to extend its width to the the width of the longest Name in that Playlist.
    I tried different Playlists, and another Library and it was the same issue!
    It did work in Music and Podcasts, but not in Videos and Audio Books. Unchecking Columns didn't help.
    Repairing Permissions, and Restarting iTunes and Restarting my Powerbook G4 didn't help either...
    I am sending this bug report to Apple
    http://www.apple.com/feedback/itunesapp.html
    and hope others will do also, if they encounter the same problem.
    And while at it, please join me in asking Apple to make Lyrics Field SEARCHABLE! What an underutilized opportunity that Lyrics Field is. I can store my notes in there, and have clickable web links, if they are in the same format as the one above, in this post. And while at it, make it Searchable on iPhones/iPods, or at least visible!
    Powerbook G4 17', 1.67, 10.4.11, 2GB RAM, all latest Software Updates

  • I am using your software: CS^ InDesign Suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar

    Hi,
    I am using your software: CS6 InDesign Suiteon a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    CS6 is not high-DPI compatible/ enabled and that can't be changed. If you cannot6 make it work with your operating system means, then short of joining Creative Cloud and using newer versions there is nothing you can do.
    Mylenium

  • I am using CS6 InDesign suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and

    I am using CS6 InDesign on a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    NO way.
    Mylenium

  • How do I change the font and graphic size when using Firefox

    I have recently switched from Windows to Mac. When resizing the window in Mac the font and graphic size do not follow -- they stay the same size and only more "white space" is created by increasing the window size. How do I get the graphics and fonts to adapt to the new window size or at least make the whole image bigger. I am using Firefox 3.6.12 and Mac OS10.6.5. Thanks for the help.

    You can select to zoom the full page or only the text: View > Zoom > Zoom Text Only<br />
    Firefox 3 can remember the zoom level site specific.
    See:
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    * http://kb.mozillazine.org/browser.zoom.siteSpecific
    * http://kb.mozillazine.org/browser.zoom.full

  • Can someone help with auto-size fields in forms?

    I created a form in Acrobat for my team members with auto-size text fields that allow to shrink the text when the field size is not large enough to show the entire text. When I then open the same form file with Adobe Reader on my machine with text that has shrunk in some field, I can see all the text and have also a scroll function when the text size has reached its lower limits and there is still more text to show.
    However, when I receive the filled out forms back from other team members' iPads (they use my template created with Acrobat), the text didn't shrink as on a PC version and the scroll function is disabled. I checked the template and the fields are correctly set to auto-size left and they do work on my PC's and laptop's Adobe Reader. But the iPad version of Adobe Reader may cause some issues.
    Can anybody help with solutions?
    Thank you!
    Klaus

    The filled version of your PDF document (20140722 Daily Meeting Report...pdf) is no longer a PDF form because it has been flattened.
    Once an interactive PDF form (such as your template version) is flattened, all form fields are replaced with images of filled data.  You can no longer interact with form fields, edit form data, or tap/click any buttons in the flattened PDF document.  That is the reason why the text in auto-size text fields did not shrink.
    When you email a PDF document (including a PDF form) in Adobe Reader for iOS, the E-mail Document dialog is displayed.
    In this particular case, your team member must have selected "Share Flattened Copy".
    If you would like to keep the interactivity of a PDF form, you can select "Share Original Document".  Please advise your team members to select the "Share Original Document" option when emailing filled forms.
    Unfortunately, once flattened, a PDF document cannot be reverted back to the original "unflattened" state.  However, if your team members still have the original filled forms, they can resend the forms with the "Share Original Document" option.
    Please let us know if you have further questions.

  • Cannot auto size columns in iTunes 10.4.  Columns are all mixed up with headings I have never seen. Cannot change by right clicking on columns.

    Cannot auto size columns in iTunes 10.4.  Columns are all mixed up with headings I have never seen. Cannot change by right clicking on columns. Cannot order albums alphabetically by double clicking on heading.

    Very many thanks to you, Putaro!  Your answer provided the solution. It was a buggy plug-in that turned out to be the culprit.
    You're off the hook, Apple, and my apologies for stating that you let a dog run loose. You skated by this time, Apple. But I'm watching you.
    But again, Putaro's reference to the plugins I had installed over the years turned out to illuminate the problem. I have several plugins in my iTunes plugins folder, pretty much all designed to add more visualizer functionality. I removed all of them, and ALL of the problems I noted in my post went away, with full iTunes functionality restored.
    I began adding the plugins back to hopefully single out the culprit. Among the ones I had been using included fielder, G-Force, Timestrech, volcanokit, QuartzComposer, and Jax. I hadn't used any of them in a while - probably at least a verison or more back in iTunes updates, but iTunes continued to work with all of them installed. Currently, only QuartzComposer continues to work in iTunes 10.4. The rest no longer even show up as visualizer opitons, with one exception. Jax does show up, but does not work. AND THE PRESENCE OF JAX IS WHAT KILLED MY ITUNES.
    I looked into it and went back to the developer, and it appears that they discontinued developing Jax some time ago - evidently, it was buggy and crash prone. I remember after buying it, having problems with it - having never worked to its touted potential, but I didn't pursue it, and never uninstalled it. Leaving it in there caused all iTunes functionality to cease with the iTunes 10.4 update.
    If you've got Jax installed, consider removing it before updating to iTunes 10.4.
    My iTunes is now working right as rain, thanks again to Putaro!
    -Jon

  • Indesign Bug with Auto-Size and fitting in Anchored frames

    Hi,
    Steps to reproduce:
    1. Create a text frame with 2 Anchored text frames with the same width.
    2. Make the anchored frames Auto-Size --> Vertical only
    3. insert text to the first frame, when type enter to the next line the frame become higher but the next frame remain in the same position. just after typing the first character in the second line the next frame adjust in the right position.
    4. The same happen when pasting text that make the frame bigger.
    5. The same happen without Auto-Size when fit frame to content.
    Does anyone knows about it?
    Any idea how to bypass?
    Thanks

    This is a user to user forum with "some" Adobe staff participation, report bugs at this link
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for bugs or feature requests

  • How can i Auto Size the Column width in RDLC Report

    Hi Friend's,
    I have created Windows application with RDLC Report. I am binding(Generating) dynamic columns and data's in RDLC Report Using Matrix control, I need to make Auto size of Column width for each Column in
    Matrix of RDLC report. So Can any one suggest me to make the Auto Size of Column Width in RDLC.
    Thanks in Advance,
    Mohan G

    Hi Mohan,
    In Reporting Services, the column width/height is hard-coded, hence, we cannot set the column width/height dynamically or based on an expression. So is the report size.
    In addition, since it is a RDLC report, we need a ReportViewer control to display this report within a custom application. If you need to change the size of the whole report, we can set the AsyncRendering property of the ReportViewer control to false, and
    set the SizeToReportContent property to true.
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • Exchange rate difference not getting posted to KDM account during MIGO/MIRO

    Hello Gurus, I have a purchase order with many line items. For some of the line items, the exchagne rate difference between the date of MIGO and the date of MIGO is taken to the KDM account. But for some other line items, it is not being taken the KD

  • Purchased movie on iTunes disappeared from library and iTunes Store.

    I bought the movie Ice Princess about 5 years ago. I just now started to watch it again recently, but oddly it disappeared. I went to check my iTunes purchased movies and it's gone from there too. I went to check the store and it says that it is unav

  • Getting rid of PSE7 trial, how can I get rid of all the files?

    I'm trying to get an older version of PSE on my pc, but since Ihad the  trail of PSE7 on it, there's still some files around on my computer that is stopping me from getting my old one back, and since the trial has long-since expired I'm stuck without

  • Adjusting the image of a clip / chapter

    I'm burning some clips to a DVD. When I look at the clips in the time line, and when I look at the Chapters in the Chapter list, they're all just blank black images, since that's how the clips all start. How do I make a different image be the "face"

  • Comments and Titles for iDVD slideshows

    I am wondering if there is any way to change the appearance (font, size, etc.) of the comments and titles for photos in an iDVD slideshow.  I have not found a way to do this, and am surprised since it seems I am able to change appearance for the text