Change Small Caps Cap Height?

Is there a way to change the small caps cap height, both when there are no dedicated small caps and when there are?

No.
Edit > Preferences > Advanced Type > Small Cap adjusts the *size* (width as well as height) of generated small caps. True small caps are presented the way the font designer intended, not at the size you put in Preferences.
There's nothing to stop you from making your own small caps character style with the vertical scale (or vertical and horizontal scale) adjusted however you like. PITA, though, applying this to only lower case letters.
BTW, and you probably know this but I'll mention it anyway: true small caps are drawn for their size. IOW, the letterforms are thicker, proportionately, than their full-caps counterparts. The reason people think true small caps look better than generated small caps is because generated small caps are 70% (or whatever) smaller everywhere. Generated small caps look thin, and the smaller they get the thinner they look. True small caps look appropriately thick. Sizing them differently from the font designer's intent subverts this perfection.
Ken

Similar Messages

  • Change small caps to all caps (was: Scripting help)

    Hi All
    I am working with an ID script in CS3 and I am trying to write some script (to add to an exsiting scipt that I am using) that will change small caps to all caps for some ID documents I am converting.
    Sorry it's probably very easy to do but I'm fiarly new to using scipts!
    Thanks for any help with this.

    Hi All
    Sorry as I said I'm new to using and writing scripts!
    The script (Java script) I am using was supplied to me by someone else and I am mainly just tweaking it.
    The script is being used to mainly find character and paragraph styles and change them from one style to another.
    As I have a lot of files with quite a few different styles to change the script is saving heaps of time.
    The small caps that I am trying to change are in a character style and I need to if possible change them to normal caps that isn't a character style in most circumstances although there are places where they need to be a certain bold or italic character style.
    The script is mainly using GREP search to find and change the various character and paragraph styles and the script I have tried so far is:
    grep
    {appliedCharacterStyle:"Chapter Small Caps (A+B)"}
    {appliedStyle:"All Caps"}
    {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}
    Apply body Text Indent para Style to all.
    The small caps need to be changed in several different character styles.
    I hope this makes it a bit clearer what I'm trying to do

  • My password protected direct deposit doc. will not open. Says check for caps,caps not on. can't open

    My retirement document comes as password protected to open. When I put in my password adobe says check caps. caps are not on. will not accept my password and can't open my direct deposit document.

    Dear Mr. Kazlow
    Thank you so much for your timely reply.  I did as suggested and found that the other party had changed the password in error. It has now been
    corrected.
    Your help was deeply appreciated
    Trudy Daberko

  • How to change the width and height of the visible part of the of the report

    I have define a report with paper size 'Letter', orientation 'landscape' and 30 columns. Dynamically I am changing width of columns and suppressing many columns of the report.
    Mostly using first 16-20 columns and others get suppressed.
    Now problem is that when navigating the report thru crystal viewer, a huge blank spaces getting display on right of the report. When we take jump to some part of report thru navigation tree, the whole report gets shifted to left and only blank part is visible and it is required to scroll left.
    Even printing is not working correctly.
    Is there any way to change the width and height of the visible part of the report in the viewer thru .net classes? Setting the width and height of the report in Load event handler doesn't help.  
    Example: CrystalReportViewer1.Width = 200; - is not helping.
    Is there any other solution?
    Please let me know.
    Thanks
    Mahesh Patel

    Hi Yogesh,
    Your suggestion 'reportDocument.PrintOptions.PaperSize=PaperSize.PaperLedger;' along with 'PaperOrientation' setting as follow works fine. I tried to switch between Landscape and Portrait depending on report width.
    reportDocument.PrintOptions.PaperOrientation = PaperOrientation.Landscape;
    But problem with crystal viewer remain as it is.
    While navigating report thru crystal viewer, when we take jump to some part of report thru navigation tree, the whole report gets shifted to left and it is required to scroll left.
    Thanks for your very good suggestion.
    Mahesh Patel

  • How do you change the image size and resolution in photoshop everytime I change the width the height changes my measurements will not stay

    Can someone assist me with changing image size and resolution.  each time I change the width the height changes and vice/versa?

    There's a chain link between width and height. The point is to keep the aspect ratio the same, otherwise your picture would get stretched.
    You click on the chain-link to shut that off and you can adjust width and height separately.
    Also could you give us your version of Photoshop, what OS you are running it on (Windows 7 for example) and what exactly you want to do with your document?
    Resolution is the print term for how many pixels will be printed on an inch of paper. It doesn't apply if your image is intended for screen viewing.
    Gene

  • How to automate the changing of Width and Height of the document

    Hi,
    I just want to know if anyone already automate the changing of width and height of document(eps file).
    Thanks,
    Buddy

    Check out SetDocumentSetup from kAIDocumentSuite.

  • CSS issue when changing the table row height to 16px

    Hello,
    After changing the table row height through css like this:
    .table-row-cell, .table-cell {
    -fx-cell-size: 16;
    the table rows are correctly displayed with a 16px height but the cell bottoms seem to be incorrectly set.
    For example the following css style (a red 3px bottom border):
    .table-cell {
    -fx-border-width: 0 0 3 0;
    -fx-border-color: red;
    doesn't work anymore with the new row height whereas it works with the 24px standard row height.
    While investigating with Scenic View, I noticed that changing the row height changes the TableRow layoutBounds height (from 24px to 16px so that's ok) but not the boundsInParent height which remains to 27px. I think it should become 19px (16 + 1.5 + 1.5). I don't know if it's a bug.
    Anyway, any help making the css red border working for a 16px row height would be greatly appreciated.
    Regards,
    Bruno.

    Q: Would this help to just use absolute div tags and give me 'ABSOLUTELY ABSOLUTE' positioning?
    No.  APDivs are not a good primary layout method.  Use default CSS positioning (which is no positioning at all).  Align page elements with margins, floats and padding.
    See example -- 2-Column CSS Layout with Grids
    (View Page Source in your browser to see the code)
    http://alt-web.com/TEMPLATES/2-col-fixed-with-grid.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • [svn] 3411: * Change layout-related width/height, explicit width/height, measured width/height properties from post-scale to pre-transform.

    Revision: 3411
    Author: [email protected]
    Date: 2008-09-29 16:44:01 -0700 (Mon, 29 Sep 2008)
    Log Message:
    * Change layout-related width/height, explicit width/height, measured width/height properties from post-scale to pre-transform. yay!
    * Flex3 containers are updated to support the new behavior.
    * Repeatedly scaling a component can differ from before, since we no longer accumulate rounding errors.
    * The change is gated by a version flag, in compatibility mode these properties don't change.
    Reviewed by Glenn, Ely
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/layout/LayoutItemUIC.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Accordion.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Box.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/DividedBox.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/Tile.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/BoxLayout.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/CanvasLayou t.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Container.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/utilityClasses/PostScaleAd apter.as

    I am sorry to have to point out to you that you have changed SpryMenuBasicSkin.css so much that it is impossible to render any assistance.
    To start with, the menubar has an ID of MenuBar, yet in the CSS I only see this referenced as a CLASS as in
    .MenuBar  {
    background-color:#cccccc;
    font-family: Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
    MenuItem, and MenuItemLabel
    at a given level all use same definition for ems.
    Note that this means the size is also inherited to child submenus,
    so use caution in using relative sizes other than
    100% on submenu fonts. */
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    padding:0;
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    I would suggest to start again.
    Once you have done that, supply a link to your site and we will assist you further.
    Gramps

  • Changing to all caps

    new to pages, so bare with me if this is a stupid question, but i can't find a way to change a string of text to be all text. in micro-soft word there is a button in the toolbar that you click and all the text you have highlighted will turn to all caps. can anyone help?
    thanks,
    ron

    Peggy wrote:
    Use either Format > Font > Capitalization > All Caps or install the free WordService by Devon Technologies.
    I wish to write that in fact, only the use of WordService gives a correct result.
    Using Format > Font > Capitalization > All Caps doesn't change the characters, it just changes the way they are displayed.
    If you copy a group of characters treated with this menu item then paste into TextEdit, you will get lowercase characters.
    Its exactly the same behavior than the use of a format applied to number cells or date_time ones.
    A cell which display 12:34:56 contains in fact 12 janv. 2008 12:34:56 if it was entered the 12 janv. 2008.
    A cell which contain 123.6789 may be displayed as:
    123.6789
    123.679
    123.68
    123.7
    124
    All these displays are perfect.
    With computer we must always remember that what we see is not exactly was is stored.
    It depends of the applied format.
    Back to Word processor, we may apply "All caps", "Small caps" or "Title". The display will change but the contents remains unchanged.
    It's completely different of what we where accustomed to with AppleWorks which changed the contents itself when we asked it to apply the format "UPPERCASE".
    Yvan KOENIG (from FRANCE vendredi 27 juin 2008 21:19:29)

  • Doesn't anybody want to give away the small plastic cap thats on the MagSafe connector

    My son lost the plastic cap on the MacBook pro charger connector. I've been trying to find a replacement but no luck. If anybody doesn't want it I'll appreciate it of you can mail it to me or something

    John-
    It is interesting that the original Poster on your referenced thread wanted a cover for the magnetic end of the Power Adapter.
    The magnet is in the computer, not the power adapter.
    The end of the power adapter is not magnetic, and you would certainly not want an unprotected magnet on a cord flopping around near your delicate computer equipment. Luckily, there is no such "free" magnet.
    "Problem Solved" -- by not having a problem.

  • How do I input a wav. file, change the freq (cap the high freqs) and then save the new waveform as a new wav file again?

    Using Labview 7

    Hi Alexi,
    I have found a vi in the examples and slightly modified it for your purposes. Basically this is just taking the idea from the post above and partially implementing it into a vi.
    I have added a couple of notes to help you.
    If you need any further help with this, then I will be watching this post so please feel free to post back with more questions.
    Best regards,
    Peter H
    Applications Engineer
    National Instruments
    Attachments:
    Wave_File_Player.vi ‏192 KB

  • Avoid buiding/deploying whole ADF app when changing small jspx code piece?

    hi,
    Normally I have to deploy whole ADF application to the Web Logic every time even just changing a very small piece of code in jspx.
    Does anyone know if there is a alternative way to change directly the content of jspx in the deployed application on the WebLogic server instead of re-building and re-deploying the whole application? Thanks.

    In web.xml, try setting "org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION" context-param to "true".

  • Change the width and height of Landscape Layout for a report in 10G

    Hi,
    I'm new to reports and when i built the report in report builder 10g, the layout orientation was 'Landscape', hence I assumed that it'll be a landscape layout.
    However, the width and height fields of the main section are 11 and 20 respectively. However, the height should ideally be 8.5. When i try to change it I get the following error message :
    Layout canvas must remain large enough to fit layout objects.
    Could you please tell me how to change the height of this landscape layout to 8.5 from 20.
    The report has several main frames within a repeating frame, since the same report has to run multiple times.
    Is it possible to have a repeating page across pages (crossing the horizontal margin) and hence have some of the main frames move down to the next page. I'm trying to do this to then be able to reduce the height of the main section of the report to 8.5. Its not working though because I'm getting the following error :
    REP 1814 : Report cannot be formatted. Object "vertically" can never fit R_Main (the name of the repeating frame enclosing all objects)
    Thanks,
    Priyanka

    To reduce the Hieght, first make the layout design fit into the new value..

  • Problem to change the master page height using javascript

    Hi everyone,
    I've been trying it but no luck... appreciate any helps possible.. Thanks!
    I've a masterpage called 'UILayout':
    Long(Height)=100mm, Short(Width)=100mm
    I've a button click event with the script to set the Long to 160mm:
    ====================================
    //display current height
    var curHeight = xfa.form.form1.pageSet.UILayout.medium["long"];
    xfa.host.messageBox("Current Height = " + curHeight);
    //set height to 160mm
    xfa.form.form1.pageSet.UILayout.medium["long"]="160mm";
    //relayout the pageArea
    xfa.layout.relayoutPageArea(0);
    ====================================
    Doesn't work, I wrote another button click event to retrieve the height, and it returned 160mm. But the layout just doesn't refresh with the changed height....i'm using LC Designer 8.2, form saved as Dynamic XML PDF , compability set to 7.0.5, view in Acrobat Pro 7.1. Thanks...

    I do not think you will be able to adjust the Master page size as it is tied to the Content Area size as well. I tried to adjust the pageisze and the content size but it was ignored. I can get at the properties to change them but that is it.

  • How to change the pixel dimension height?

    I need to fix the pixel dimension height "768" for tiff images via scripting. Kindly advise me how to change the height for the images.

    i am using vb.net i can't able to fix exact width and heigth for my below code
    appref.Preferences.RulerUnits = Photoshop.PsUnits.psInches
    docref = appref.Open(CheckerPath.Path &  \" & InputFile_From_Illust)
    TiffSv.ImageCompression = Photoshop.PsTiffEncodingType.psTiffLZW
    docref.SaveAs(IllustFolder + "\" + IllustFile.Name, TiffSv)
    docref.ChangeMode(DestinationMode:=Photoshop.PsChangeMode.psConvertToRGB)
    TiffSv.EmbedColorProfile = False
    Dim heg, wid As Double
    heg = 768 / 300
    wid = 576 / 300
    docref.ResizeImage(wid, heg, Resolution:=300)
    But its fixing width as 0.46 and height as 0.613 why its happen i don't.
    please advise me.

Maybe you are looking for

  • Clearing out my hard drive and starting over

    I'd like to basically wipe my macbook clean and start over from scratch. There was a user on it who is no longer using it, and his logins are taking up a lot of space. Any tips on how to do this?

  • E4200 - Range is not good!

    I purchased this unit to upgrade my wireless home network to improve my signal range as well as speed. I also added a WET610N wireless bridge to the mix too. I orginally had a WAP54G and because of signal issues I had to add a range extender to the m

  • Split database file into multi files on different drives.

    Hi, I Have a large database file .mdf that eating my drive disk space. So i have installed another disk. Now I have 2 drives (other than OS drive) one has the .mdf file and almost full and the new drive which is empty. I need to know How to split the

  • Import/Export mailbox - what is included by default?

    Hello! I think this is unclear in the documentation: Will a new export request export the complete mailbox by default? Included contacts, calendar, online archive? New-MailboxExportRequest -Mailbox Username -FilePath \\savelocation\username.pst Kthxb

  • Lost in the Forest?

    Hello everybody thank you for your time, i had been building grahhics for my Website and learning both Indesgn and Photoshop at the same time and was slowly getting some good results. I had about 7 pages that where on the 1 palet and i was zooming ou