Baseline Shift?

Is it possible to apply a baseline shift? I am trying to reduce a registered trademark and a rather large headline and need to bump the baseline of the mark up so it aligns properly.

Hi,
Baseline shift as a character-level text attribute is not yet supported.
You can only shift inline page items (e.g., images pasted inside text frames) relative to the baseline by moving them with the mouse, nudging them with arrow keys, or using the "Y" transform controls.
Abhishek

Similar Messages

  • Is the ability to center an inline object with a baseline shift gone in Pages 5.0?

    In the previous versions of pages I was able to center an inline object such as an imported equation with a baseline shift. I cannot find this in pages 5.0.
    It is gone?

    select line > Format > Style > Stroke > click on the color wheel next to the swatch > select a color
    Peter

  • Photoshop CS5 - changes in "baseline shift"

    When opening old Photoshop CS2 projects in Photoshop CS5, everything looks as it did before.  But for about 75% of the text, the "baseline shift" field now has a value other than zero.  It seems like I will need to set my "baseline shift" of the affected text back to zero then reposition the text.  I would just prefer the "baseline shift" to be set to zero, as I am know I did not adjust this value.
    Is it possible that the "baseline shift" value is something other than zero for certain fonts and I just never noticed that the value was not zero before?  Or is this an issue of opening a CS2 Photoshop project in CS5?
    Thanks,
    Angela

    Hunt,
    I did some more investigating.  First, can you let me know in Photoshop CS2 if the "baseline shift" value is automatically set to zero when inserting text?  Or, if some fonts have the "baseline shift" automatically set to zero while others are automatically set to a non-zero value?
    For my issue, it looks like the value of the baseline shift is directly related to the resolution of the project.  For both TTF and OTF fonts, the following was found:
    1. For projects with resolution of 72 pixels/inch (my DVD menus which have D1/DV NTSC aspect ratio setting), text has a baseline shift of -3.27pt
    2. For projects with resolution of 150 pixesl/inch (my CD and DVD labels), text has a baseline shift of -8.33pt
    3. For projects with resolution of 500 pixels/inch (my DVD cases), text has a baseline shift of -2.5pt
    The only exception is the text created on a circular path.  The baseline shift of this text was always zero.
    Is this works-as-designed and something I just did not notice before?  Or is this something that happened as a result of opening a CS2 Photoshop project in CS5?
    Thanks so much,
    Angela

  • [AS CS3] Another MathType Baseline Shift Question

    Hi Guys,
    I am using the below script to place MathType Equations into an InDesign File
    Basically it searches for tags <<Filename.eps>> and replaces it with a inline graphic.
    My question is:
    Is there anyway I can get it to read the height of the InLine Graphic Box and then get it to baseline shift so it's centered height wise on the line, instead of the set amount of -10pt that is uses now?
    We have to open the MathType Equations in Illustrator to change font and colour to Pantone etc, so they are save back as Illustrator EPS's
    Below is the Script:
    tell application "Adobe InDesign CS3"
    tell document 1
    set baselineVar to "Yes"
    set countVar to 0
    set imageCount to 0
    set docPath to file path as alias
    tell application "Finder"
    set imageFolder to folder (choose folder with prompt "Please choose the folder containing the appropriate MathType files") --"MathType" of artFolder
    end tell
    activate
    set allStories to stories
    repeat with s from 1 to count of items of allStories
    set theStory to item s of allStories
    if class of theStory is story then
    set theLim to count of words of theStory
    try
    repeat with i from 1 to theLim
    if word i of theStory contains "<<" then
    set theText to contents of word i of theStory as Unicode text
    set theOffset to (offset of "<<" in theText)
    set endOffset to (offset of ">>" in theText)
    set imageName to characters (theOffset + 2) through (endOffset - 1) of theText as string
    set imageFolderPath to ((imageFolder as string) & imageName)
    set wholeTag to characters theOffset through (endOffset + 1) of theText as string
    if baselineVar = "Yes" then
    set baseline shift of characters theOffset through (endOffset + 1) of word i of theStory to -10.2
    end if
    delete characters theOffset through (endOffset) of word i of theStory
    tell theStory
    tell word i
    tell character theOffset
    place imageFolderPath as alias
    set countVar to (countVar + 1)
    end tell
    end tell
    end tell
    end if
    end repeat
    end try
    end if
    end repeat
    end tell
    activate
    if countVar = 0 then
    display dialog "No Images were found" buttons "OK" default button 1 with icon 2
    else if countVar = 1 then
    display dialog "1 lonely Images has been placed." buttons "OK" default button 1
    else
    display dialog (countVar as string) & " Images have been placed." buttons "OK" default button 1
    end if
    end tell
    Thanks
    Marcus

    The place command will return a list containing a reference to the placed<br />image. You can then get the bounds of its parent, compare them with the<br />baseline, and change them accordingly.<br /><br />-- <br />Shane Stanley <[email protected]><br />AppleScript Pro Florida, April 2009 <a href=http://scriptingmatters.com/aspro>

  • How to fix faux subscripts/superscripts made with baseline shifts

    Hello all.
    There is a script on the forums used to convert locally formatted styles to character styles – Preserve Local Formatting script and CS4
    It is a brilliant script, but as I have unexpectedly found out (and would have found out if I read the post in more detail) is that any "faked" sub/superscripts created with baseline shifts won't work. To quote the other thread:
    The script searches for attributes such as "superscript", "subscript", "small capitals". If small caps are faked in the document with capitals in a smaller font, the script will not find them. If superscript or subscript are faked in the document with a smaller font size and some baseline shift, the script will not find them.
    Initially I didn't think this would ever be a problem... I thought "who the hell would make a subscript or superscript like that? wouldn't they just click the subscript or superscript buttons?"... unfortunately, no!
    I thought a solution would be to make a GREP that could be added to a findchangebylist script that ships with InDesign. First thing to do would be to create a GREP to look for any positive baseline shift and change it to superscript; and a GREP to search for any negative baseline shift and change it to a subscript. Sounds simple... until I tried to implement it, as the dialog won't take a + or - by itself... it has to be a proper value.
    Has anyone else faced this issue, and if so, what was the solution/outcome?
    Colin

    @Rob: Perhaps I should have given some background for what I was trying to do.
    I have a client who is importing dozens of pages of simple chemical equations from microsoft word and it is in the word file that the baseline shift method of creating subs/supers was done. What my client wanted to do was import the text without losing important appearance details such as this, and bolds/italics, but then be able to assign his own paragraph styles without faux sub/supers returning to a regular style. My procedure to the client was to:
    Import said word file into indesign file that contains appropriate paragraph/character styles to be applied;
    Run the default "findchangebylist.jsx" to remove any double spaces, tabs etc.
    Run a modification of Jongware's "preptext" script that will apply to all text frames rather than the current text frame.
    This was working well until we both noticed H2SO4 did not have the numbers as subs, even though the word file clearly did. Closer inspection on the word file showed that the subscript button was not toggled, but the baseline shift had been, hence why the preptext script had missed a key piece of formatting.
    With the preptext script, items that had subscript and superscript locally applied to the text would now be assigned "Sub" and "Super" character styles, and from there I agree - the more discerning typesetter could to into the character style and make the apperance of the said subs/supers more appealing. I believe a way of using the opentype subs/supers would be to replace the words SUBSCRIPT and SUPERSCRIPT in the said script to be OT_SUBSCRIPT or OT_SUPERSCRIPT respectively, provided an opentype font was being used for the formatting.
    So in this instance, this script serves a rather specific purpose of fixing this particular document, rather than being applicable on a wider scale.
    It is also important for anyone working with epubs to note that subs/supers made with baseline shifts (whether applied as character styles or not) will not appear in the resulting epub. Subs/supers made with the subscript/superscript buttons (again, whether applied as a character style or not) will appear in a resulting epub, so this is another consideration (I don't know if this is true if a customised CSS has been applied, but for straight export to epub from InDesign, it appears to be the case). This can be said for other forms of faux styles, such as skewing type to make a faux italic.
    @Peter: I agree, there isn't a perfect solution, but for the situation that I have, the script does what it is intended to do.
    It should be noted for readers of this post that this script is specifically purpose-driven, and that I would not use this script if a document contained:
    fractions made using baseline shifts;
    character or paragraph formatting that used baseline shifts;

  • Rtf baseline shift control

    I have setup a specific baseline in a form text field with placeholder text. It seems that the richt text data is linked to the text because when I erase all text and write something new the baseline shift is reset to 0.
    What are my possibilities, I need a baseline shift all times, can I run a script that enables a certain baseline shift on all my fields?
    I use rich text format.
    thanks

    Are you usually using a pc? Holding down the control key on a mac and clicking pops up the right-click menu in all software, it's a system wide convention (and a relic from the days Apple insisted that users should only be using a single mouse button).
    To get the result you are probably looking for, i.e., overrriding a master page item, hold down *Command* and shift on the Mac.

  • Baseline Shift Missing?

    Hi,
    I'm using Illustrator CS5 on Mac OS X 6.6 but can't seem to find the option to move certain text up or down. I tried the leading with no response so I tried looking for the baseline shift but can't find it in Illustrator. I keep summoning the character panel but still no option for it. I tried copy and paste text from InDesign but it keeps creating outlines. Does Illustrator not have a baseline shift property?

    Use the flyout menu (small triangle, upper right of the Character panel) and choose Show Options. 4 more windows will appear, one of which is the baseline shift.

  • Why do my text boxes keep defaulting to .3 pt raised? Baseline shift

    Every time I make a new text box, it defaults to BASELINE SHIFT .3 pt
    WHY?
    http://www.ccwatershed.org/media/photologue/photos/464_3_point.jpg

    That's how someone set the defaults. Change them with nothing selected.
    Bob

  • IndCS3 Trademark Symbol baseline shift

    Hi
    I have inserted "Alt2" the TM symbol into my headings which use font size 48, I have manually changed the TM to font size 14 and forced the baseline shift for the TM to 14, so that it sits level with lowercase text in the heading.
    I have created a para style for my headings but because of the different font sizes and baseline shift within the heading, it always shows as an applied stle with an override. So if I alt click on the style it then forces the TM back to font 48 etc.
    I dont want to manually reconfigure this for every heading.
    Is there a way of setting multiple font sizes and baseline shift within a character/para style or is there something better suited?
    thanks
    Sue

    It's not clear to me whether you're using a trademark glyph (what you
    get with ALT 2) or just a capital T and M formatted to look like a
    trademark glyph. All by itself, the TM glyph sits off the baseline and
    smaller (like a superscript), so I don't understand how baseline
    shifting it 14 pts is going to put it level with text. Baseline shifting
    it up is just going to move it even higher off the baseline. Maybe
    you're baseline shifting it *down* 14 pts? Maybe you're saying 14 pts
    brings the TM baseline up to the top of the heading x height?
    That said, if you're using the trademark glyph, but you want it to be
    formatted differently than the typeface gives it to you, you should make
    a character style that gives you your preferred formatting and apply it
    to each one of these. Then when you ALT-apply the paragraph style or
    right-click Clear Overrides, you won't lose the local formatting. This
    is the basic relationship of character styles to paragraph styles.
    Paragraph styles are for formatting the paragraph. Character styles are
    for formatting individual characters differently from the rest of the
    paragraph.
    Then you can search for the TM glyph and replace it with the character
    style you made. If they show up in different places but you only want to
    apply it to the ones in headings, include the heading paragraph style in
    the search.
    Kenneth Benson
    Pegasus Type, Inc.
    www.pegtype.com

  • Interactive form in Japanese language - baseline shift problem

    Dear All,
    I have a big problem with interactive forms. I developed a PO form for a Japanese company in English. When I transate it and use Kanji characters in the translation the baseline of these characters is about one line below where they should be. I use Arial fonts at the form development and the ADS changes it to MS Mincho or MSP Gothic. These two character set was also installed to the ADS font directory. Is it possible to use one form for the English and Japanese version of the form or I have to develop another form to the Japanese form and set the baseline of all the characters? Does anybody have experience in this issue? Has anybody developed PDF-based form in Japanese language?
    BR,
    Peter
    Moderator Message: Pleae post your questions in the right forum. In this case: .
    Edited by: kishan P on Nov 8, 2010 9:42 AM

    Yes I did.
    I have written the code as given below. It is not working either. Can you please check my code.
    DATA:
          FM_NAME TYPE RS38L_FNAM,
          FP_DOCPARAMS      TYPE SFPDOCPARAMS,
          FP_OUTPUTPARAMS   TYPE SFPOUTPUTPARAMS.
    fp_outputparams-nodialog = 'X'.
    fp_outputparams-getpdf = 'X'.
    CALL FUNCTION 'FP_JOB_OPEN'
    CHANGING
    ie_outputparams = fp_outputparams
    EXCEPTIONS
    cancel = 1
    usage_error = 2
    system_error = 3
    internal_error = 4
    OTHERS = 5.
    Get the name of the generated function module
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
    EXPORTING
    i_name = 'ZHR_APPT'
    IMPORTING
    e_funcname = fm_name.
    Set form language and country (->form locale)
    fp_docparams-langu = 'E'.
    fp_docparams-country = 'US'.
    fp_docparams-fillable = 'X'.
    call the generated function module
    CALL FUNCTION FM_NAME
        EXPORTING
          /1BCDWB/DOCPARAMS        = FP_DOCPARAMS
          T_HR                     = wa_emphr1
       IMPORTING
        /1BCDWB/FORMOUTPUT       =
        EXCEPTIONS
          USAGE_ERROR           = 1
          SYSTEM_ERROR          = 2
          INTERNAL_ERROR           = 3.
    Thx,
    John

  • Form translation to Japanese - baseline shift

    Dear All,
    I have a big problem with interactive forms. I developed a PO form for a Japanese company in English. When I transate it and use Kanji characters in the translation the baseline of these characters is about one line below where they should be. I use Arial fonts at the form development and the ADS changes it to MS Mincho or MSP Gothic. These two character set was also installed to the ADS font directory. Is it possible to use one form for the English and Japanese version of the form or I have to develop another form to the Japanese form and set the baseline of all the characters? Does anybody have experience in this issue? Has anybody developed PDF-based form in Japanese language?
    BR,
    Peter

    Hi Peter,
    I faced exactly the same while adapting the standard PO-form.
    Here's the solution:
    If you copied the standard PO-form you'll probably find the following tag in your form's XML:
    <?originalXFAVersion http://www.xfa.org/schema/xfa-template/2.1/?>
    You should replace it by
    <?originalXFAVersion http://www.xfa.org/schema/xfa-template/2.2/?>
    Alternatively you can also check the compytibility settings in Lifecycle designer:
    Menu "Edit/Form properties" switch to tab Compatibility:
    Update textformatting and event model to the recommended version using the two buttons there.
    This should actually do the job.
    regards

  • [js] [cs2] Remove all baseline shift

    Hi,
    Does anyone know how to remove all baseline adjustments of all text in all frames of an entire document. All text must be set on 0 baseline.
    How to go trough every character of every paragraph of every textframe on every page in the current document.
    Many thanx on your input...
    Tim

    Tim,
    Use:
    app.documents[0].stories.everyItem().baselineShift = 0;
    Dave

  • Baseline Shift Type Up or Down in Mail

    Is it possible to change the baseline in mail, for example to make a letter sub- or superscript?

    Never saw this problem before. But whenever the Mail app misbehaves for me I quit the Mail app like I describe below then try again.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app.

  • Duplicate spread causes some text to shift within its frame

    Hi,
    Indesign CS5 problem:
    When I duplicate the first page of my working document some text shifts vertically within its frame on the duplicate page.
    The same thing happens if I copy the text box and paste in place, the shift also occurs.
    This is a small grab of the file with the 1st page on the left and the duplicate page (or paste in place) on the right.
    Its driving me nuts, any help much appreciated.
    Cheers
    Dave

    Aha, you have got somewhere then!  Something is causing that type to shift, why it isn't in your original doesn't matter, the idml one is "cleaner" and now the behaviour makes sense in that both frames are bahaving the same.  There must be something somewhere, I assume you've checked the baseline shift in the control panel?
    If you are sure it's nothing like that it's time to replace your preferences, see the link here.

  • OpenType Font Shift Problems

    With the advent of OpenType and the ability to use one font
    file for both PC and Mac platforms (similar to TrueType) Flash
    still causes a baseline shift when you create the FLA on one
    platform and open on another with OpenType. If you create an FLA
    file on the MAC and open it on the PC an OpenType font will shift
    down 10px and if you create an FLA on the PC and open it on the MAC
    an OpenType font will shift up 10px.
    This was always the case with a font version you had for both
    platforms (PC version of the font and MAC version of the same font)
    but the issue was resolved when using a single TrueType font file
    on both Platforms. And now with the advent of OpenType you would
    assume you could do the same as you are using one font not a
    platform specific version of that font.
    Has anybody found a fix for using OpenType or do you just use
    TrueType fonts and is Adobe working on a fix for this????
    Thanks in advance

    I too am having the same issue.
    I'd consider this a critical issue as it renders the FLA file
    basically useless on any other platform than the one it was created
    on, which is not very good in design offices these days.
    I hope Adobe will fix this issue ASAP.

Maybe you are looking for

  • How to use a single variable in multiple schedules in bar graph

    Hello Experts, I am usiing a variable X in different schedules for creating a bar graph.This variable X is used in all schedules with different restrictions.For that reason I have to use X and follow some space after X to use it in another schedule.

  • AutoFill Username and Password Question

    I've tried everything I can think of. Specifically, someone using my IPad logged onto Facebook and when they did told it not to save their username and password. Now my saved username and password is not showing up when I load the main Facebook page.

  • Union Queries

    What are the different types of union queries? I want to union two queries to pull only the records that are different in one of the queries. Is there a union query that does this? Thanks.

  • When working mouse will randomly move even when I'm not moving it

    When working on my computer my mouse will randomly move even when I'm not moving it. It is like I have a ghost mouse that is moving across the screen by itself. I checked and made sure screen sharing isn't on. It occurs randomly from what I can tell.

  • Alternate Selection between 2 JTable

    Hello Experts, assume that i have 2 JTables in JPanel and each contain one row is it possible to alternate selection between these tables in other words if i select the first table then after that i select the second table the first table will be uns