System font not accessible from PostScript

Fontbook shows that I have the font Helvetica Neue Condensed Bold in /System/Library/Fonts/HelveticaNeue.dfont. It has, according to Fontbook, the PostScript name HelveticaNeue-CondensedBold. So far, so good.
Create a simple PostScript program.
/HelveticaNeue-CondensedBold 24 selectfont
36 36 moveto
(This is in HelveticaNeue-CondensedBold.) show
showpage
In Adobe Distiller, both version 8 and version XI, this reports
%%[ Error: invalidfont; OffendingCommand: findfont ]%%
Preview reports differently:
Converting the PostScript file “20141022_HelveticaNeue-CondensedBold.ps” produced the following warnings:
· HelveticaNeue-CondensedBold not found, using Courier.
Please, is there anything I can do to make this font visible to PostScript?
(In the big cats this font worked fine in PostScript. It stopped working in Mavericks, as reported here.)
OS X 10.10; mid-2011 27-inch iMac with 20G memory; Adobe Distiller XI Pro 11.0.09 (12/09/2014); Preview 8 (859). There are lots of fonts installed — but that number worked fine in a feline OS.

I have had this font for most of a decade — one of about 2k installed fonts. Did most people have this font prior to Mavericks? If not, could the problem be that? Perhaps there was at installation a clash; perhaps the OS expects the newer version but finds the older version? I don’t know: these are hypotheses.

Similar Messages

  • Why are protected fields not-accessible from sub-classed inner class?

    I ran across a situation at work where we have to sub-class an inner class from a third-party package. So, it looks something like this...
    package SomePackage;
    public class Outer {
       protected int x;
       public class Inner {
    package OtherPackage;
    public class NewOuter extends Outer {
       public class NewInner extends Outer.Inner {
    }Now the NewInner class needs to access protected variables in the Outer class, just like the Inner class does. But because NewOut/NewInner are in a different package I get the following error message.
    Variable x in class SomePackage.Outer not accessible from inner class NewOuter. NewInner.You can still access those protected variables from the NewOuter class though. So, I can write accessor methods in NewOuter for NewInner to use, but I am wondering why this is. I know that if NewOuter/NewInner are in the same package as Outer/Inner then everything works fine, but does not when they are in different packages.
    I have to use JDK1.1.8 for the project so I don't know if there would be a difference in JDK1.2+, but I would think that nothing has changed. Anyway, if you know why Java disallows access as I have detailed please let me know.

    Although I don't have the 1.1.8 JDK installed on my system, I was able to compile the following code with the 1.3.1_01 JDK and run it within a Java 1.1.4 environment (the JVM in the MSIE 5.5 browser). As long as you don't access any of the APIs that were introduced with 1.2+ or later, the classes generated by the JDK 1.2+ javac are compatible with the 1.1.4+ JVM.
    //// D:\testing\SomePackage\Outer.java ////package SomePackage ;
    public class Outer {
        protected int x ;
        public Outer(int xx) {
            x = xx ;
        public class Inner {
    }//// D:\testing\OtherPackage\NewOuter.java ////package OtherPackage;
    import SomePackage.* ;
    public class NewOuter extends Outer {
        public NewOuter(int xx) {
            super(xx) ;
        public class NewInner extends Outer.Inner {
            public int getIt() {
                return x ;
    }//// D:\testings\Test.java ////import OtherPackage.* ;
    import java.awt.* ;
    import java.applet.* ;
    public class Test extends Applet {
        public void init () {
            initComponents ();
        private void initComponents() {
            add(new Label("x = ")) ;
            int myx = new NewOuter(3288).new NewInner().getIt() ;
            TextField xfld = new TextField() ;
            xfld.setEditable(false) ;
            xfld.setText(Integer.toString(myx)) ;
            add(xfld) ;
    }//// d:\testing\build.cmd ////set classpath=.;D:\testing
    cd \testing\SomePackage
    javac Outer.java
    cd ..\OtherPackage
    javac NewOuter.java
    cd ..
    javac Test.java//// d:\testing\Test.html ////<HTML><HEAD></HEAD><BODY>
    <APPLET CODE="Test.class" CODEBASE="." WIDTH=200 HEIGHT=100></APPLET>
    </BODY></HTML>

  • Method not accessible from other classes

    Hi,
    I ve defined a class and would like to create an instance of it from another class. That works fine, I am also able to access class variables. However the class method "calcul" which is defined as following, is not accessible from other classes:
    class Server {
    static String name;
    public static void calcul (String inputS) {
    int length = inputS.length();
    for (int i = 0 ; i < length; i++) {
    System.out.println(newServer.name.charAt(i)); }
    If I create an instant of the class in the same class, the method is then available for the object.
    I am using JBuilder, so I can see, which methods and variables are available for an object. Thanks for your help

    calcul is a static method, that means you do not need an instance of server to run this method. This method is also public, but your class Server is not, your Server class is package protected. So only classes within the same package has Server can use its method. How to use the calcul method?// somewhere in the same package as the Server class
    Server.calcul( "toto" );

  • My bookmarks used to appear in dropdown menu from the address bar on my iMac G5. I switched to Mac Notebook & from Leopard to Lion. Now my bookmarks are not accessible from the address bar anymore (the line where you type in the website address)

    '''My bookmarks used to appear in dropdown menu from the address bar on my iMac G5. I switched to Mac Notebook & from Leopard to Lion. Now my bookmarks are not accessible from the address bar anymore (the line where you type in the website address)'''

    There appears to be a problem with Firefox 20 with UNC paths when using roaming profiles on a server.
    *[[/questions/955140]] why is the 20.0 address bar unresponsive?
    This is currently investigated and tracked via this bug report.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=857672 bug 857672] - Address Bar not working (roaming profiles;UNC path support OS.File)
    <i>(please do not comment in bug reports: [https://bugzilla.mozilla.org/page.cgi?id=etiquette.html])</i>

  • PS1 fonts not accessible in CS4 & MS Office 2008 - but FontBook shows them

    Desperate:
    I just installed Snow Leopard and found that in all of Creative Suite 4 and Office 2008 my Postscript Type 1 fonts are not available or accessible. The font Book lists them (I removed duplicates and indicated problem fonts, which actually never were problems in OS 10.5). I tried all kinds of install, delete, re-install etc. to no avail. Everything worked great under OS 10.5. (Same results on my wife's computer; both newest iMacs).
    I spent hours reading blogs, comments etc. on the internet, but found no answers — even have the feeling the problem is completely ignored by Apple, Adobe and Microsoft. Yet the livelihood of a graphic designer depends on it.
    I have hundreds of carefully designed documents, important design jobs that I constantly have to use again, and I spent a fortune on type libraries with over ten thousand quality fonts by different foundries — a treasure I don't want to lose.
    Is there any answer to it? Otherwise I have to go back to 10.5

    First, I am not speaking of the pre-installed fonts or those that come automatically with programs.
    Yes, I realize that as you clearly stated you are unable to use Type 1 PostScript fonts. My response of "any" included Type 1 fonts. I can pull Type 1 PS fonts from an Illustrator 8 disk and use them with no issue, nor any other Type 1 fonts I have (thousands). Same goes for all other types of Fonts OS X supports.
    After upgrading to 10.6 (no fool around or extras, just plain upgrade) all these fonts are not accessible anymore out of the CS4 Suite or Office Suite, which is basically all I need and use (well, also Filemaker).
    This is partly why I asked you to create a new test account. I'm trying to see if it's just your existing account that's not working (which would mean the problem is only in your account), or if the fonts don't work with any account, even a new one (which would mean a system wide problem).
    FontBook should be mature and good enough to handle the fonts,
    Font Book has been around for four versions of OS X now, but it's still a light use font manager. Anyone in prepress, design or whatever a person does who handles a lot of fonts regularly should be using a more heavy duty font manager.
    and I also tried Font Explorer X, which didn't help either.
    So it's either a problem with your system overall, or your account. Please try a new account to rule out one or the other.

  • System Fonts not showing in the font list

    After I upgraded Adobe CC 2014.3.1.44, CL78964 on my Windows 8 (64-bit) computer, none of the system fonts are listed within Muse.
    Understand two things, one. This used to work fine.  I was able to see all of the system fonts, now only the ones on this list show up.  Two, and fonts that I add via the web kit doesn't show up either.
    I have uninstalled, then reinstalled.  Nothing.  I have also looked for the elusive fonts.db, which cannot be found on my system.  Ideas?
    Thanks,
    Aaron

    Hi Aaron,
    Thanks for the prompt response. We are wondering if you could try a few other things that will help isolate the issue. Our theory is the issue might be related to OS user permissions.
    Run Adobe Muse CC as an Administrator
    Locate the "Adobe Muse CC 2014" shortcut icon in Windows Explorer
    Right-click the "Adobe Muse CC 2014" icon and then click "Run as administrator"
    When the "User Account Control" is displayed, do one of the following:
    If you are logged on as a standard user, or if the user account control is configured to always require credentials, enter the appropriate administrative credentials, and then click "OK"
    If you are logged on as an administrator and user account control is not configured to always require credentials, click "Yes" to start the application
    After Muse finishes launching, create a new site and inspect the font drop-down
    Verify "Local Store" folder permissions
    Open a Windows Explorer dialog
    In the address field enter "%appdata% and open the folder named "com.adobe.AdobeMuseCC.2014.3".The folder path should be similar to the following with <username> being the current OS user's nameC:\Users\ <username> \AppData\Roaming\com.adobe.AdobeMuseCC.2014.3
    Right-click on the folder "Local Store" and select "Properties"
    In the "Local Store Properties" tab, select "Security"
    Select the current user name from the "Group or user names" list
    Observe the section "Permissions for ...." in the "Local Store Properties" dialog. Does the user have full permissions (full control, modify, read & execute, list folder contents, read, write)?
    Do you know if the Windows OS user account you are using is an administrator or standard user on your machine? You can find out by navigating to the following in Windows Explorer and selecting "Manage User Accounts":
    Control Panel\User Accounts\User Accounts
    Please let me know if you need any clarification on what we are asking for.
    Thank you for your time in advance.
    Regards,
    Marc

  • System fonts not showing in Font Book

    I am using Font Agent Pro as a font manager and am wondering if there's a conflict with it and Apple's Font Book. I cannot get the system fonts to show up in Font Book and, hence, those (System) fonts don't show in Apple apps, e.g., Safari, Grapher, Text Edit, etc., etc.
    The only way I can get the system fonts to show in apple apps it to drag the System>Library>Fonts folder to the "Collection" column onto the "Computer" collection. This is fine, but it copies the System fonts to the ComputerName>Library>Fonts folder.
    I've tried for hours to get the System fonts to show in Font Book and do it without the System fonts being copied to the Library or User folder, i.e., I want the System fonts to stay in the System fonts folder only.
    If I boot into another partition and bring up Font Book everything works as I would expect, and Font Agent Pro is not installed on that partition...
    Any Ideas?
    TIA,
    Geoff
    Quicksilver 933, PB 15" 1.67 Superdrive   Mac OS X (10.3.9)  

    Hi PS1,
    I am using Font Agent Pro as a font manager and am wondering if there's a conflict with it and Apple's Font Book.
    Yes, in a sense. If you always open and close your fonts through FAP's interface, then it's no problem leaving Font Book on your Mac. It will simply sit there and take up a small amount of disk space.
    That said, it's still a nuisance having more than one font manager on your computer at a time. Say you disable all of the fonts in Font Book that you can. Assuming the fonts are still in the /Library/Fonts/ folder, you then turn them on and off with FAP. The problem then is which orders are the applications going to believe? Are the fonts active, according to FAP? Or inactive, according to Font Book?
    Also, if you double click on any font to quick activate it, both FAP and Font Book will activate the font. So you will find yourself confused fairly often when you deactivate the font in FAP, but they still keep showing up in your applications as active. That would be because Font Book is still holding it open.
    So if FAP is going to be your main font manager, then copy Font Book off to another disk for safe keeping (so you don't have to use Pacifist or an OS install to get it back on your system if you need, or want to), and then remove it from your hard drive.
    Definitely don't remove the /System/Library/Fonts/ folder! If you remove Lucida Grande from its default location in any way, you will lose control of your desktop. The only way I can think that Taavi managed to accomplish this was moving files around booted to an external drive, or from another Mac via FireWire Target Mode. It's impossible to do on the same drive your booted to. You'll lose control of the desktop every time if you remove Lucida Grande. Although Taavi may have made his/her copy to the /Library/Fonts/ folder. That at least would still leave an active copy of Lucida Grande somewhere, but I highly recommend against that sort of handling of the system fonts.

  • Site not accessible from the Load balanced web front end server - sharepoint 2010

    I have a production environment with 2 WFE's(sp-wfe1 & sp-wfe2), 2 APP's and 2 SQL clustered VM's.
    2 WFE's are load balanced using hardware load balancer.
    An A-Record(PORTAL) is created in DNS for the virtual IP of the load balancer which points to the 2 WFE's.
    A web application is created on the WFE's on port 80.
    alternative access mapping is configured and the load balanced record "http://PORTAL" is used under the default zone.
    Under IIS I have edited the bindings for the sharepoint site at port 80 and added the HOSTNAME as PORTAL.
    Result: The site is accessible from outside the server and works fine.
    ISSUE: The site is not accessible within the WFE's(sp-wfe1 & sp-wfe2).
    When I browse the site from the WFE's server it ask for the credentials and when I enter the credentials and click OK it ask the credentials again and again and in the end displays a blank page.
    Kindly help me in this issue because I am clueless and couldn't find anything helpful on the internet. 
    Regards,
    Mudassar
    MADDY-DEV Forum answers from Microsoft Forum

    Loop back check.
    http://www.harbar.net/archive/2009/07/02/disableloopbackcheck-amp-sharepoint-what-every-admin-and-developer-should-know.aspx

  • Files not accessible from local view

    Hello,
    I recently got a new computer (iMac 11,3) and transferred all files from a backup drive. Since then, the local view in Dreamweaver's file panel does not display the files in my local root folder. The files are visible and accessible from the desktop. I can open them in Dreamweaver by dragging them onto the Dreamweaver icon, but I can't put them to the remote server (get and put commands are grayed out). I've edited the site settings, and defined a new site with a new local root folder, but still have the same problem. I'm using DW cs3. The old computer was an iMac G5, with a non-Intel processor. I hope that's not the problem.
    Thanks!

    Local:
    Site name: Neal homepage
    local root folder: Sesostris:Users:nskorpen:Documents:Neal homepage:
    Default image folder: (blank)
    Links relative to : Document
    HTTP address: http://www.nealskorpen.com/
    case sensitive links: off
    cache: disabled
    Remote:
    Access: FTP
    FTP host: www.nealskorpen.com
    Host directory: /public_html/
    login and password: I'm not going to list these here. I tested the
    connection and they worked.
    Use passive FTP: disabled
    Use IPv6 transfer mode: disabled
    use firewall: disabled
    use SFTP: disabled
    Maintain synchronization information: enabled
    Automatically upload files to server on save: disabled
    check in/out: disabled

  • Reset Password - System does not boot from DVD

    My System: Macbook Pro - 2Ghz Intel Core Duo - OS X - 10.6.8
    Hi everyone,
    i forgot my password. So i want to boot from install DVD to reset the password. Unfortunately my macbook pro does not boot from DVD (10.6.3).
    I press c all the time...but sometimes the macbook pro throws the DVD out...and sometimes nothing happens.
    The DVD drive is working fine...
    Any other idea?
    Thanks in advance.
    Fabian

    So when you boot holding option it shows a padlock with a password field? Is that correct?
    In that case we're talking about the firmware password, which you can't reset via the install disk. There is only one way to do this, I'm not certain if one is allowed to divulge that information publicly - might want to try googling "reset firmware password"

  • Fonts exist but not visible from PostScript, since Mavericks

    In Font Book there is a font, one amongst several thousand, called Arial Unicode MS, with one sub-type, Regular. Clicking on this shows the PostScript name to be ArialUnicodeMS.
    Likewise, there is a font Helvetica Neue Condensed Bold, with PostScript name HelveticaNeue-CondensedBold.
    Pre-Mavericks, I could create a PostScript file containing a line such as
        /ArialUnicodeMS 48 selectfont
    and that worked. That worked with Preview, that worked with Adobe Distiller 8.
    But since upgrading to Mavericks it doesn’t work, both Distiller 8 and XI both reporting “ArialUnicodeMS not found, using Courier.” Mavericks Preview doesn’t report, but also uses Courier. These fonts have ceased to work in PostScript.
    But these fonts exist. They are visible in Font Book; they can be used in Microsoft Word. So why have they ceased to be visible to PostScript? Please, how can they become PostScript-visible again?

    The following was revealing.
    PostScript code:
    /Y 700 def
        /Helvetica-Neue-Condensed-Bold
        /HelveticaNeue-Condensed-Bold
        /Helvetica-Neue-CondensedBold
        /HelveticaNeue-CondensedBold
        /DesiredFont exch def
        DesiredFont findfont dup
        18 scalefont setfont
        72 Y moveto
        DesiredFont 256 string cvs show  36 0 rmoveto
        /FontName get 256 string cvs show
        /Y Y 36 sub def
    } forall
    showpage
    which produced the following log file:
    Helvetica-Neue-Condensed-Bold not found, using Courier.
    HelveticaNeue-Condensed-Bold not found, using Courier.
    Helvetica-Neue-CondensedBold not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: findfont ]%%
    Stack:
    /Font
    (HelveticaNeue-CondensedBold)
    So the fonts it can’t find produce one properly-trapped error, but HelveticaNeue-CondensedBold has a much worse failure. This font worked before Mavericks: the problem is new.

  • Oracle ODBC System DSN Not Accessible in CR 2008 Developer x64

    Operating System: Windows Vista Enterprise x64 SP-2
    Application: Crystal Reports 2008 Developer SP-1 v12.1.0.892
    Oracle InstantClient Basic x64 v11.1.0.7.0 with ODBC and SQLPlus components installed
    In the CR 2008 Database Expert, under Create New Connection > ODBC (RDO), the system DSN that I created to access an Oracle database does not appear. The Oracle InstantClient and its ODBC componenet are working normally: I can access the Oracle database in question using SQLPlus or with a Perl script that accesses this database using the Oracle ODBC driver.
    Everything works normally on another system using Windows Vista Enterprise x86 SP-2, the same version of Crystal Reports 2008, and the same version of the Oracle InstantClient for x86. In this scenario the system DSN does appear in the list in the Database Expert, and various reports are able to access the database.
    Is CR 2008 Developer running on Vista x64 a supported configuration? Notwithstanding this, are there any workarounds?
    Thanks.
    Jeffry A. Spain

    Hi,
    1. It's important to understand which kind of DSN you have on an x64 system. 
    2. We can create an ODBC connection (DSN) on the 32-bit side of the system or on the 64-bit side of the system.       
    3. 32-bit applications will only see ODBC connections created in the 32-bit side, and 64-bits applications will only see ODBC connections from the 64-bit side. Each kind of application has is own registry.  
    4. To setup DSN for 32-bit application you must use: %WINDIR%\SysWOW6\odbcad32.exe 
    5. To setup DSN for 64-bit application you must use: %WINDIR%\System32\odbcad32.exe  
    6. As BusinessObjects Eneterprise is a 32 bit application so we should create an ODBC DSN using the 'odbcad32.exe' from '%WINDIR%\SysWOW64\'.

  • SD Card Contents Not Accessible from CLNR Device

    Alright, as I can see from many of the posts here and elsewhere, many of us are experiencing one version of frustration or another with the 'Bolt.
    Here is the short version of mine. I just received a CLNR device today which was Verizons latest attempt to solve my never ending search for a reliable and consistent data connecion. I followed the instructions, moved my SD and SIM cards over and booted up the phone. Problem now is that the replacement phone does not "see" any of the apps that are on the SD card. It knows it is there, I can send other apps to it and they show up on the SD card list. But nothing that is on the card from my original phone is visible. I am sure that I am missing something simple here but what do I need to do to get to my apps?
    I took both cards out of the refurb and put them back in the original and everything on the card is accessible there.

    vereyezuhn made a great suggestion!
    dmjepp, were you able to try reformatting the SD card in the replacement phone (only after syncing a copy of the card files to your computer), then re-syncing everything back?  If so, let us know how that worked out for you!

  • Email not accessible from Blacberry using BB Internet service

    Hi all,
    I received several time this message and have difficulties to send/receive emails (see below).
    Using BB Internet Service There is nothing else to do then subscribe to the service.
    Can anyone help on that ?
    Thanks beforehand
    From: BlackBerry Internet Service
    To: Ahmad Mihyar
    Subject:
    Sent: Sep 22, 2008 21:58
     This email account is not currently accessible by your BlackBerry device, so you may be experiencing a delay in email delivery. This issue may be caused by a temporary problem with your email provider. BlackBerry Internet Service will continue attempting to access this account.
     Email Account Information:
    Email Account: xxxxxxxxxxxxxxxxxxxxx
    Email: xxxxxxxxxxxxxxxxxxxxx
    UserID: xxxxxxxxxxxxxxxx

    Well, I have some good news.  After spending an hour on the phone with T-Mobile and RIM I finally got ours working again.  Here is what they had me do.  I hope this works for you.
    First they had me log into my BlackBerry account online and delete the mailbox.
    Next I recreated the mailbox but during the first step I was told to enter the email address but leave the password blank and then click Next
    The next screen had two radio buttons: "Re-enter email address and password" or "I will provide the settings to add this email account".  I was told to select the latter and click Next.
    Again two radio buttons: "This is my personal email account" or "This is my work email account".  Again, select the latter and click Next.
    Next there were three radio buttons, I selected the one under "Outlook Web Access" and clicked Next.
    Finally you can re-enter the Outlook Web Access URL, User name, Password, Email address, and Mailbox name.
    I filled out everything the same EXCEPT the Outlook Web Access URL.
    Here is an example of what our OWA URL is like:  http://email.companyname.com
    that is what we always used to use and is where we send our users to log in.  Going to this site would then forward you to something like this: http://mail.companyname.com/exchange
    where you would enter your username and password.
    So, instead of entering our OWA URL in the BlackBerry setup as http://email.companyname.com as we normally do he had me enter it in as http://mail.companyname.com/exchange
    I clicked Next again and hard reset my phone.  A few test messages later I confirmed it was indeed receiving mail again.
    I hope that makes some sense to you guys and that it works for you.  If you have any questions about what I am talking about I will try to reply as soon as possible.

  • Dashboard URL not accessible from other computers in office

    My Analytics is on Windows on my desktop. I can access Analytics from my desktop, but other people can't.
    Is it because Analytics Dashboard can only be accessible by the desktop on which it is installed if on Windows ?
    Thanks
    raj

    Check whether from other people machines you are able to ping your machine. If its not doing then you need to do some setups (mostly your network admin can do that for you) and get the communcation between machines. If its done then other people can access your dashboard URL.

Maybe you are looking for

  • Controling browser scrollbars when MC changes height?

    Is there a way to have the browser scrollbars show up when a MovieClip's height increases ?

  • Using Perfrom in User exit

    HI Gurus, can u use perform in user exit , say for example i am enhasing a data source 2LIS_11_VAITM , can i use the PERFORM xxxxxxx. FORM XXXXX. SOME CODE . ENDFORM. When i am trying to do this is am getting error sating " Incorrect nesting: Before

  • ITunes has taken over my computer

    Don't get me wrong--I really like iTunes since I bought an iPod Nano and installed iTunes on my computer. But...I seem to have lost control of all things audio. When I put in a CD, it plays in iTunes instead of Windows Media Player like before. When

  • Unable to transfer purchases from itunes back to ipod

    I am unable to deauthorize my old computer as it was a work computer and I am no longer with that company. I authorized my new comp and transfered my purchases to the new itunes. However, when I try to sync the information from itunes back to my ipod

  • Problems with Designer

    Hello!, I have problems with option Capture Design of.. Forms, because i lost some properties of the forms as relations and the way i show the items in Layout Editor from Forms. I have Forms 6.0.8.25.2 and Designer 6.5.95.4.8 installed. Thanks a lot.