What happened to my old font on my new iMAC?

Recently got a new iMAC to replace a 6 year old iMAC.  I installed the same Adobe CS2 software on both computers.
However, some fonts - Papyrus - for example, that I frequently used on the old iMAC, are missing when I try to view or
use them on the new iMAC.  How, if possible, can I get the missing fonts to work on the new iMAC?  Your instructions
and suggestions would be most welcome.  MANY THANKS!

George,
I installed the same Adobe CS2 software on both computers.
However, some fonts - Papyrus - for example, that I frequently used on the old iMAC, are missing when I try to view or use them on the new iMAC.
Are you sure those fonts came with the Adobe software?
How, if possible, can I get the missing fonts to work on the new iMAC?
Is it impossible to select the fonts on the old one and copy them to the same location(s) on the new one?
Hopefully, this (counter) question holds the answer.

Similar Messages

  • All my email has disappeared from iCloud.  I did not delete it, and now it's working again, but only from 28 August 2013.  What happened to my old emails? How do I get them back? thanks

    All my email has disappeared from iCloud.  I did not delete it, and now it's working again, but only from 28 August 2013.  What happened to my old emails? How do I get them back? thanks

    Have you checked whether the emails are visible at http://icloud.com ? If they are, it's a problem between your Mac and the website; sign out in System Preferences>iCloud and sign back in again.
    If they aren't, then it's a server problem and you need to contact Support. If you currently happen to have AppleCare, either because you recently bought Apple hardware or have paid to extend the inititial period, you can contact them here:
    http://www.apple.com/support/icloud/contact/
    You will need the serial number of the covered hardware.
    If you are not covered by AppleCare, then - in common with other free email services - there is no free support and you may be asked to pay a fee; if so you should argue that this is a problem they've caused (it's not the first time, by the way) and you shouldn't be charged.

  • What happens to my old sync data?

    Once I create a Firefox account and unlink all devices and relink them with the new account, what happens to my old sync data?

    You can delete the old account to remove all data stored on the server.
    *https://services.mozilla.com/
    *https://account.services.mozilla.com/

  • What happened to the trash option in the new iOS mail?

    What happened to the trash option in the new iOS mail?

    Nothing at all.
    It still works the same way for me as it always did. It might help if you specified which email provider you use - for instance I believe that Gmail has its own way of deleting/archiving emails so you need to be more specific than ..."what happened to the trash option in the new iOS mail".

  • What happens to objects when you redeclare a new object?

    ... and is there a more proper way of "deleting" them from memory, or is it a case of waiting until the garbage collector in java sweeps them up?
    i.e.
    private CustomObjectType myObject;
    public final void myMethod() {
    myObject = new CustomObjectType("I am the first object");
    // do some temporary work with myObject
    /// now I need to do more work with another temporary object, so just replace the "link"
    myObject = new CustomObjectType("I am a second object");
    Is it better to declare new variables to hold this second object?
    Should a person declare the object to be null when no longer required?
    Do I ever need to worry about this, does the garbage collector sort out references for me?
    (Please go easy, still learning and don't really need to know this right now but I'm curious! :)

    What happens to objects when you redeclare a new object?If you go:
    Dog myDog = new Dog();
    and then go:
    Dog myDog = new Dog();
    you are replacing the first reference to Dog() with another one. I don't think it would make sense to do this because it is redundant.
    But if you go:
    static Dog myDog = new Dog();
    and then go:
    static Dog myDog = new Dog();
    then then second one will be ignored because the first one already assigned Dog() to myDog.. so the second one won't replace the first one - it will just be ignored or generate an error.
    is there a more proper way of "deleting" them from memory, or is it a case of waiting until the garbage collector in java sweeps them up?In c and c++ you have to think about when the life of an object ends and destroy the object to prevent a memory leak. But in Java the garbage collector takes this task on if a certain amount of memory is used. If you don't use a lot of memory the gc won't bother and the objects will be destroyed when you exit the program.
    You can use:
    finalize(){
    // insert code to be executed before the gc cleans up
    and if you call System.gc() (which you probably won't need to do) then the code in the finalize() method will run first e.g. to erase a picture from the screen before collecting the object.
    private CustomObjectType myObject;public final void myMethod() {
    myObject = new CustomObjectType("I am the first object");
    // do some temporary work with myObject
    /// now I need to do more work with another temporary object, so just replace the "link"
    myObject = new CustomObjectType("I am a second object");
    you could do:
    public class CustomObjectType{
        //this constructs an instance of the class using a string of your choice
        CustomObjectType(String str) {
            System.out.println(str);
        static void main(String[] args){
            CustomObjectType myObject = new CustomObjectType("I am the first object");//  This sends the constructor the string you want it to print
            CustomObjectType myObject2 = new CustomObjectType("I am the second object");//  This sends the constructor the string you want it to print
    }Bruce eckel wrote Thinking in Java 4th edition considered to be the best book on Java because of how much depth he goes into, although some recommend you should have atleast basic programming knowledge and a committment to learn to get through the book.
    I just started it and it helps a lot. Maybe u could borrow it from the library.. good luck!

  • What happens to Apple Color users with the new Final Cut Pro x

    What happens to Apple Color users with the new Final Cut Pro x?

    Some of the functions of Color have been incorporated into FCP X, meaning you will have more than the 3-Way-Color-Corrector but less than Color.
    Since you cannot share projects between FCP and FCP X, you might want to stay with FCS if you rely on Color.
    mish

  • Can anyone help me with process of moving only my pics and music (purchased and imported cds) from a old G5 to a new iMac. Thanks Dan

    Can anyone help me with process of moving only my pics and music (purchased and imported cds) from a old G5 to a new iMac. Thanks Dan

    The easiest way is to connect the G5 and your new iMac together via Firewire.  Then you can use what is called "Target Disk Mode" which basically makes the G5 look like an external hard drive to your iMac.  The potential gotcha is if your new iMac does not have a Firewire port.  In that case, you need to get the Apple Thunderbolt-Firewire adapter in order to connect the two machines (as far as I know, all G5's had one or more Firewire ports).  I have done this many times, it's easy and works perfectly.
    Alternatively, you could connect both Macs to the same network and log into the G5 from your iMac.  This involves going into System Preferences > Sharing on the G5 and turning on File Sharing and then logging in from your iMac to the G5 as if it were a server.   (Logging in through the Finder or via Go > Connect to Server).  This also works fine but it's a little more involved than using Target Disk Mode.  I do this all the time and it too works fine.
    Either way, once the two Macs are connected, you will use the Finder on your iMac to copy files/folders from your G5 the same as you would from any external hard drive.  Regarding iTunes, you could just copy your entire iTunes library over to your iMac being careful to put it in the same relative folder location:   /users/yourusername/Music/iTunes   This method will preserve your playlists and album art.  Alternatively you could go into iTunes and do Add to Library but I'm not completely sure doing it that way will bring over your album art and it certainly won't bring over your playlists.
    I see no reason to use a separate external hard drive.  It will just double the time it takes to transfer your files because you would first have to copy everything to the hard drive, then in a second step copy everything from the hard drive to your iMac.
    Note:  In all cases there is the possibility that you may need to change file & folder permissions on the things you copy over so you can access (read & write) to these folders & files once copied to your new iMac.  This is not a difficult process.

  • I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    I am trying to move my itunes library from my old pc to my new imac, home sharing is on and I can see the shared library.  My problem is that when I check the shared library to import it to my imac I cannot import it.  Can anyone help me?

    You need to transfer the iTunes Library from the most recent backup you made before the hard drive was replaced.
    You can't transfer the full iTunes Library from the iPad back to iTunes.
    There are third-party Windows applications that will transfer data from an iOS device, but they don't re-create the iTunes Library exactly as it was before.

  • How can i transfer my music from my old PC to my new iMAC

    How can i transfer my music from my old PC to my new iMAC

    Bcouture wrote:
    How can i transfer my music from my old PC to my new iMAC
    Move iTunes Library from PC to MAC
    http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html

  • How can I move my Premiere elements 8 from my old pc to my new imac?

    How can I move my Premiere elements 8 from my old pc to my new imac?

    tenfootprints
    Does your imac come with a Windows Mac interface?
    If not, you cannot. There is no Premiere Elements 8 Mac version. And, you cannot install Premiere Elements 8 Windows on
    a Mac computer. As I recall, Premiere Elements 9.0/9.0.1 was the first Premiere Elements version to be offered in Windows and Mac versions.
    Please explain with more details.
    Thanks.
    ATR

  • How can i transfer all my datas and email form old Mac G5 to new iMac ?

    How can i transfer all my datas and email form old Mac G5 to new iMac ?

    Generally Mugration Assistant will suffice importing all Data ito a new user, but you can manually import it...
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)

  • How do I copy files from my old pc to my new imac?

    how do I copy files from my old pc to my new imac?

    There are many methods, however you are specific about the type of files you want to move. The first time your Mac turns on it begins with Setup Assistant and asks if you want to migrate from another Mac or PC, you must have missed that. I'd recommend looking over Pondini's Guide and following the directions for using Migration Assistant. You can find them by clicking How to Use Migration Assistant From PC to Mac 10.7 Lion.
    If you have specific files you are attempting to migrate then moving them to an external HD and then just dragging and dropping them from the EHD to the Mac would be very simple. Apple explains migration strategies in Switch 101

  • How can I do to use my adobe cs3 taken from my old powewrbook to my new Imac?

    How can I do to use my adobe cs3 taken from my old powewrbook to my new Imac?

    Well, sorry to bring you the bad news, but you can stop right there. CS3 is not compatible with OSX 10.8 or 10.9.
    Mylenium

  • Transfering itunes library from old mac book to new imac

    I just purchased a new iMac and when I transfered data from my old macbook to my new iMac, my itunes library didn't transfer -- everything else did just fine.  Does anyone know why or how to transfer either from the macbook or my ipod to my new computer.  Thanks -- sorry if the answer is obvious.

    Copy the entire itunes folder.

  • How do I translate word perfect old files for my new iMac?

    How do I translate Word Perfect old files for my new iMac?  They are transferred from a 13-year-old Dell.  My McLink did not work.
    Thanks.

    The current version of the free LibreOffice continues to support Word Perfect documents. OpenOffice had to drop this support due to licensing issues. LO installs in two places: /Applications and your local Library/Application Support directory. Simple to install. Simple to remove. Good PDF documentation from their site. It is a capable MS Office replacement.
    I just opened a wpd legal deposition in LO and it looked fine.

Maybe you are looking for

  • Can no longer boot from DVD or USB HD since installing Win10

    5/2/15 I download and installed the latest Win10 last week and popped it on a spare HD I have in the system;  the mistake I made was to leave my SSD which has Win7 on it connected during the install.  Now I'm in a bit of a pickle. When I boot up with

  • Problem in JAXB for processing XML files

    hello I have been working on a project where i need to process data in XML format. the flow goes thus I have 28 data elements that i need to represent as a XML so i compile the schema files and generate the class files for each of the tags and thus i

  • Settting up a wireless network in HP 18 All-In-One desktop PC (1101IX)?

    How can I set up a wireless network in my HP 18 All-In-One desktop PC (1101IX)?

  • Reading ipad in the sun

    Now that the weather has turned took my ipad out on the deck to read and found that I couldn't see it well. Works pretty much like a mirror, about all I could see was my own reflection. I hope there are solutions for this,, anyone??

  • Help with setting up a basic mail server for Notes sync

    Hello, I have managed to setup a CalDAV and CardDAV server for local syncing of my iOS devices with Mavericks via Mavericks Server. I wish to also sync notes. I understand a mail server is required and I have been trying to set one up solely for note