Weird font problem (Crazy Diamond font)

Win XP Pro SP2 with ID 5.0.4 -- I'm using a Crazy Diamond 17th century font (www.crazydiamond.co.uk) to simulate old-style printing. Thus, "Mississippi" becomes "Miffiffippi" (long "s") and so on. If I write "This is the other" in regular or italic font, it looks as expected in Photoshop.
But in InDesign, it reads "Þis is xþe oðer" -- That is, each "th" is replaced by an old-style character. I can turn this option on and off in Photoshop, but not in InDesign. So, I wrote to Crazy Diamond and they sent a replacement regular font which cured the problem--which they already knew about. But the problem still exists in their italic font. I've written to them twice about the italic problem, with no response.
So, it's a pretty obscure problem, but I figured I'd mention it here, just in case anyone else has run into a similar problem, and knows of a work-around. I suppose I can just dump the font and use something else, but aside from this glitch, it really does what I'm looking for.
Any suggestions?
Thanks, John

The fontsmith's info makes it quite clear that th/thorn etc. is a
localization thing. Historical is only long esses:
http://www.crazydiamond.co.uk/ot-features.html
This seems to work for me inasmuch as it certainly toggles the
otfLocale feature on and off for selected text (the equivalent of
checking/unchecking it in the OTF flyout if it were there, which it
isn't), but I don't seem to have any font with that feature to test
it on:
//ToggleLocale.jsx
//An InDesign CS3 JavaScript
//Nicked and adapted from another script supplied with ID CS3
//Switches between Localized and Non-localized OTF features
if (app.documents.length != 0){
//If the selection contains more than one item, the selection
//is not text selected with the Type tool.
if (app.selection.length == 1){
//Evaluate the selection based on its type.
switch (app.selection[0].constructor.name){
case "InsertionPoint":
case "Character":
case "Word":
case "TextStyleRange":
case "Line":
case "Paragraph":
case "TextColumn":
case "Text":
case "Story":
//The object is a text object; pass it on to a function.
myProcessText(app.selection[0]);
break;
//In addition to checking for the above text objects, we can
//also continue if the selection is a text frame selected with
//the Selection tool or the Direct Selection tool.
case "TextFrame":
//If the selection is a text frame, get a reference to the
//text in the text frame.
myProcessText(app.selection[0].texts.item(0));
break;
default:
alert("The selected object is not a text object. Select some
text and try again.");
break;
else{
alert("Please select some text and try again.");
function myProcessText(myTextObject){
if (myTextObject.otfLocale == true)
myTextObject.otfLocale = false;
else
myTextObject.otfLocale = true;
Noel

Similar Messages

  • Very weird font problem

    I have a very weird and annoying font problem with the left menu bar of iTunes 8.2(23)
    Some but not all menu items are displayed like a mix of Hebrew and unprintable caracters.
    But once the menu item is selected, the font is back to normal !
    The weired thing is that TV Series and Shopping cart menu items are displayed (in French, because the interface is in French) as expected.
    I don't know if it is related, but I have Russian-PC keyboard installed too, Adobe CS4 (which installed Adobe fonts) and my OS interface is in French.

    How did you go about finding this Lucida Grande.ttf? I did a search and didn't find it. I have the same weird font thing in itunes. I recently installed a whack of fonts from another computer. Any help would be appreciated.

  • Installed new fonts, now Chrome has weird fonts instead of Times?

    I installed some new fonts on my mac and now Google chrome has weird fonts (assumably apart of the new ones I installed) replacing the standard Times and other fonts on some occassions. I took some screen shots to demonstrate this:
    Those are the two weird fonts. I'm not sure what they actually are called. I went into chrome and switched all of the font options to Times but it didn't change anything.
    Please help because this is really quite annoying.
    Jake

    Jacob...
    Sometimes third party fonts can cause problems on a Mac especially for the browsers.
    Try troubleshooting duplicate or corrupted fonts >  Font problems and management in OS X | MacFixIt - CNET Reviews

  • [Bug] Adobe Reader: weird fonts on Android 2.3.3

    Hi,
    each time I open a PDF on Android 2.3.3 (Sony Ericsson: Xperia Arc), the reader displays weird fonts throughout the document.
    Here is a screenshot (a manual one, sorry):
    The usual font is the one on the bottom (I'd say Times New Roman); however the reader displays another font on top of the image, one that doesn't appear when I read the file on a PC: on a PC the bottom font is used instead. This weird font's appearance seems to be quite random: as you can see it even happens within a paragraph.
    How could I solve this problem? Thanks.

    Hi again,
    i'm not sure the PDF in itself will be able to help you, since the Reader does this on all the PDFs I have on my phone, and doesn't on a computer.
    Anyway, here it is:
    http://www.mediafire.com/?npvj3cvaa5nyllc
    Hope this'll help you.

  • Weird font in iTunes store.

    I am running the latest iTunes version on a Windows XP and I get these weird font which never happened before. How can I fix this?

    Back up all data before proceeding.
    Launch the Font Book application and validate all fonts. You must select the fonts in order to validate them. See the built-in help and this support article for instructions. If Font Book finds any issues, resolve them.
    Start up in safe mode to rebuild the font caches. Restart as usual and test.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t start in safe mode. In that case, ask for instructions.
    If you still have problems, then from the Font Book menu bar, select
              File ▹ Restore Standard Fonts...
    You'll be prompted to confirm, and then to enter your administrator login password.
    Also note that if you deactivate or remove any built-in fonts, for instance by using a third-party font manager, the system may become unstable.

  • Weird font being used in player

    For a while now, in my Flash player embedded in my browser
    (any browser I use), a weird font shows up for some of the text.
    Here's a
    screenshot of what I mean, taken in Firefox (you can see the
    font in the band name at top and on the song titles):
    This also occurs in some PDF documents.
    I've tried a bunch of things, including reinstalling my Flash
    player and the like. Nothing has worked. I'm going to assume it's
    an Adobe font issue, but I don't want to go into the font file and
    muck something up just yet. Plus I have no idea what I'm looking
    for.
    I'm running Mac 10.4.11 and Flash Player 9.
    Any ideas or leads? Thanks.

    You wouldn't believe the mess that ensues when I try to start using styles in a document. It doesn't happen right away, but soon, the styles conflict and don't apply or become convoluted in a way that I have to throw away the entire document before it infects my system and I have to simply start over. I hate 'styles' and I'm sure it works for somebody, but not for me. The only way I would try styles at this point would be through a college class where I could have an instructor, week after week, where I could bring back my 'mess' and have the instructor show me where I went wrong. At this point, I do not have that and experience has taught me to just don't touch that!
    Thanks Jongware, I'll try those things you recommended. Even though I have used InDesign from the day it was introduced (got rid of Quark in a hurry) there are still areas that are yet to be learned for me. What a great program it is.
    Ken

  • Weird font in some Gnome applications

    I used to use KDE, and had installed the AUR oxygen-gtk package to give the GTK applications a KDE style. After a while, I decided to install Gnome and have since then removed KDE. However, the oxygen-gtk style gave some applications a KDE look, which looks ugly in Gnome, so I removed that package as well. However, now some applications get a very weird font. Can someone help me get the font to the same fonts used in GTK applications?
    This screenshot explains what I'm talking about. Note the fonts in Chrome's bookmarks and the menu from Virtualbox, and compare it with the fonts used in Evolution:
    Last edited by Hmail (2015-04-30 11:55:22)

    Hi,
    Follow the guide
    https://wiki.archlinux.org/index.php/Op … e-shooting
    It works. You must do the settings while the menus are in chaos characters. The following images show the places where you must modify the settings in OO.
    Press OK if a step is complete. (OK is two "stars".)
    For me, this fixed it and worked for libre as well.
    http://dl.dropbox.com/u/7050154/Arch/step1.png
    http://dl.dropbox.com/u/7050154/Arch/step2.png
    http://dl.dropbox.com/u/7050154/Arch/step3.png
    Cheers,
    Flames

  • Weird Font Substitution...?

    Running Mac G5 2.7 Dual with Tiger 10.4.8. On an intermittent but frequent basis, I'm getting this weird font substitution issue with Mail, Safari and Text Edit. I use Suitcase X1 11.0.2 for font management. Here's a link to an example of what I'm talking about:
    http://www.studioa.us/RadioactiveRoman.gif
    Anyone have any tips for me?

    Anyone have any tips for me?
    Get rid of the RadioActive Roman font. It is badly constructed and being confused with other fonts because of that.

  • Weird internet problem / ssl connection error, site loads in safari not in firefox or other way around

    I really can't figure out this problem. Search the internet tried all kinds of things, nothing help so far.
    I have a Macbook Pro (Lion originally installed) running on Mavericks (all latest updates). SSD installed and the DVD tray is replaced by the original HDD.
    The laptop wasn't running very smooth anymore so decided to give it a fresh Mavericks install (even though I know it's not really necessary for mac, it helped, everything is much faster except a weird internet problem came up).
    After freshly installing Mavericks I couldn't get into my google account anymore, just wouldn't load. Tried Safari (use this normally) and Firefox and Chrome, this last was gave a SSL connection error, both Safari and FF said the website couldn't be loaded because the server didn't respond. For Gmail I use Mailplane which is just stuck on a white page. I tried repairing the keychain, repaired disk and disk permissions, cleaned browsers, turned off firewall and antivirus (Shopos) started in safe mode, checked time settings which were all good. Nothing of this helped. I even ended up creating a usb bootdisk for Mavericks, formatted the disk and reinstalled from the start just Mavericks and nothing else, started Safari, still the same problem. As even this didn't help I figured it's not worth reinstalling all software so put back my backup.
    Now I ended up somehow only being able to use Gmail normally in Firefox, Chrome still gives SSL error and Safari can load the inbox, but I can't open any messages. I get the error there is a problem with the connection. If I try in Basic HTML mode it surprisingly does work.
    You would say, just use Firefox, finished...but the thing is that sometimes random websites won't load in Firefox, when I load the same site in Safari it works perfectly.
    O yes, I also tried the connect to my iPhone and use the Cellular data network, then it's no problem using Gmail in Safari normally. You would say it's a router problem, but I have another Macbook Pro (just one model later running Mountain Lion) this one works perfectly with every browser. Also my iPhone does everyting logged into the WiFi network.
    You can understand I really have no clue what's going on here, I don't see any logic. I can only think of a hardware problem in my Macbook, but don't see how that could cause these problems.
    I hope someone is ably to help me ?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Weird audio problem during calls

    I have a weird audio problem and was wondering if anyone else has had a similar problem or could help...
    My wife and I both have iPhone 5's and sometimes (not all the time) when she calls me (or I call her), it connects, but no matter which audio input I choose (phone, bluetooth, speaker, headphones), I cannot hear her, but she can hear me... I hang up, call back (and when I call, there is no dialing sound, nor any other phone sounds) and it's the same thing. Sometimes restarting the phone works, other times I have to restart it 3-4 times before it'll work again.  I try different things during these calls, like turning on/off bluetooth and/or wifi (pretty much anything I can think of that would make a difference), but nothing seems to help.
    The (other) weird part is that after the last time of this happening, I tried calling my iPhone with my office phone and it worked fine, so then I immediately call my wife back with my iPhone and it was doing the same thing again. I called her back using my office phone and could talk to her fine...
    This problem has been going on for a few months now and I have tried restoring the phone a couple times (and I am on the latest iOS) and sadly, that hasn't done anything to help... Does anyone have any ideas what is going on? I'd make an appointment for the problem, but since it doesn't do it all the time, I don't know what good it would do... But it is getting very frustrating!
    Thanks for any help!
    -Jason

    Thanks for the response!  It happened again yesterday...  It seems to be happening more frequently in the past few weeks now.
    I checked the link and have tried all of the things listed at one point or another over the past few months.  I did just check my Carrier settings and it said it had updated (it's on 14.1), but I am not sure when that happened (could have been today, could have been after my last restore last week, not sure).  I'll keep my fingers crossed that maybe that fixed it...
    If it continues to act up, would you recommend that I bring the phone in to an Apple store or an AT&T store?  I bought the phone through Apple, but my carrier is AT&T (and if you suspect that the problem may be with the cellular conection), maybe the AT&T store would be the better choice?
    I really wish the problem would be more consistant or go away, cause trying to get the problem solved is driving me crazy!

  • Slooow internet and weird mouse problems?

    I recently upgraded my iMac to Leopard (10.5.4) and started having weird mouse problems. At start up, mouse would be frozen in upper left corner. I'd restart, switch mice, restart, over and over. I use a Wacom tablet w cordless mouse plus Apples alum cordless keyboard. Eventually I tried switching USB ports for my Wacom tablet and the mouse was OK. I have learned that when this problem occurs, I need to shut down and unplug everything. That seems to solve it. Anyone know why? ALSO, ever since upgrading I have found the Internet to be appallingly slow. I have 2 GB memory and just upped my internet speed (supposedly) through Embarq.

    hmm, what is a mouse usb or a keyboard usb?
    arent all the usb ports same?
    I really wish to show you how this happens it is really fun, but also annoying. especially when I am playing a game. it is interesting to watch the screen when suddenly all the world starts rotating when you are playing a first person shot'm up.

  • KT6V Weird boot problems

    Hi..
    I'm having this weird boot problem (and no it doesn't seem to be the standard one)
    OK..
    I have the following :
    AMD Athlon 2000+
    KT6V LSR mainboard
    2x 256 Crucial PC2700 memory
    IDE Hard Disk (120gb segate)
    Creative 5700ultra Graphics card (AGP)
    Cd Rom
    Chieftec 400w PSU
    WinXP Pro
    If I set my CPU FSB to 100mhz (everything else on auto).. win Xp pro boots fine and all is pretty good except that my chip is now seen as a lowly 1.25ghz..
    If I then set my CPU FSB to 133 or 166 then the machine boots (ie it beeps etc..).. starts to load windows xp (I get the logo and that's when the problem happens)  and either black screens (ie.. nothing and the monitor turns off) or blue screens with the windows message saying that windows has detected a hardware fault and has halted the system..
    I know my memory, chip, heatsink etc all work because just over an hour ago they all worked fine in my KT3 ultra.
    What is going on as I've tried almost everything to try and solve this, with the only option to set the FSb to 100mhz which is incorrect for my CPU.
    How do I fix this.
    I've looked through the forum but this is not the same problem as simple reboots.. this is weird.
    If I can't fix this then I guess it'll be send it back.. which is a shame because I like MSi motherboards.
    Thanks
    Slippery

    Hi..
    I've checked the CPU heatsink.. and nothings wrong !
    (Can't check the voltage but I know the PSU is Ok as I did run it in a custom case with 4 Cd writters, 4 HDs, loads of lights etc.. before I moved to this new plain case tonight)
    What's weird is that set at 100FSb it's fine but at 133 or 166 it just crashes after the loading XP logo is displayed. Up until that point it's all fine.
    But why does it run Ok at 100mhz and not 133mhz ?
    Please help..  before I end up fixing this with a hammer !
    Thanks
    Slippery

  • Weird Font Warning Problem

    Hi,
    When debugging my application in FB, I am getting the following warning when a certain component is loaded:
    warning: incompatible embedded font 'Arial' specified for spark.components::Label (Label172) . This component requires that the embedded font be declared with embedAsCFF=true.
    The weird thing is that I am not using embedded fonts. If I change the label in this component to any other font name the warning goes away. What is causing this strange behavior?
    thx

    Good idea. Here is the dependent ouput for that particular component. I don't see anything though that would cause this, do you?
    <script name="/src/components/SubfamilyThumb.mxml" mod="1342542458000" size="10036" optimizedsize="6767">
          <def id="components:SubfamilyThumb" />
          <pre id="flash.events:IEventDispatcher" />
          <pre id="mx.binding:IBindingClient" />
          <pre id="spark.components:Group" />
          <dep id="flash.events:Event" />
          <dep id="spark.components:VGroup" />
          <dep id="mx.core:mx_internal" />
          <dep id="mx.binding:IWatcherSetupUtil2" />
          <dep id="spark.components:Label" />
          <dep id="spark.primitives:BitmapImage" />
          <dep id="_components_SubfamilyThumbWatcherSetupUtil" />
          <dep id="mx.binding:Binding" />
          <dep id="AS3" />
          <dep id="mx.core:FlexGlobals" />
          <dep id="mx.graphics:SolidColor" />
          <dep id="flash.utils:getDefinitionByName" />
          <dep id="spark.primitives:Line" />
          <dep id="mx.events:FlexEvent" />
          <dep id="mx.events:PropertyChangeEvent" />
          <dep id="views:SubfamilyOverviewView" />
          <dep id="flash.utils:Dictionary" />
          <dep id="mx.graphics:SolidColorStroke" />
          <dep id="spark.components:HGroup" />
          <dep id="spark.primitives:Rect" />
          <dep id="ui:LayoutConstants" />
          <dep id="com.cat.cmms:CmmsConstants" />
          <dep id="mx.binding:BindingManager" />
          <dep id="mx.core:IFlexModuleFactory" />
          <dep id="flash.events:MouseEvent" />
          <dep id="XML" />
        </script>

  • Very weird font problem which appeared suddenly

    I have no idea how to describe the problem as I am no native speaker. The following screenshot shows the problem, it has yet only occured within Firefox:
    http://i.imgur.com/zNegO.png
    The circled slash should be either fi, fl, or ff (like I have indicated)... as I am typing these examples they also appear as these things, they are not exactly the same btw (also I hope they are coming out regulary for you, otherwise reference the screenshot).
    What caused this and how can i fix (there it is again, when typing f-i-x) it? Thank you.

    nae64 wrote:Are we all using German locales, or is it a more general problem with fonts?
    I'm using mostly Polish locale:
    [karol@black ~]$ locale
    LANG=pl_PL.UTF-8
    LC_CTYPE="pl_PL.UTF-8"
    LC_NUMERIC="pl_PL.UTF-8"
    LC_TIME="pl_PL.UTF-8"
    LC_COLLATE="pl_PL.UTF-8"
    LC_MONETARY="pl_PL.UTF-8"
    LC_MESSAGES=C
    LC_PAPER="pl_PL.UTF-8"
    LC_NAME="pl_PL.UTF-8"
    LC_ADDRESS="pl_PL.UTF-8"
    LC_TELEPHONE="pl_PL.UTF-8"
    LC_MEASUREMENT="pl_PL.UTF-8"
    LC_IDENTIFICATION="pl_PL.UTF-8"
    LC_ALL=
    If I copied those words and pasted them to vim or ever the firefox searchbox - they appeared OK. The problem was only with rendering on the webpage.

  • Weird fonts problem

    The other day, I noticed that the fonts in my folder looked a bit off. For example, if I look at my "Applications" folder, it looks like some letters are in bold while others are not.
    The same thing is happening in Safari. Certain letters don't appear at all, while others just appear to be formatted incorrectly. In fact, while I'm typing this very message, the font looks 'wrong'.
    It's hard to describe, but it looks like when you take a font and use it in a size that it wasn't formatted for.
    Any ideas??

    Not sure how I fixed it, but I did. I played around with my 'smooth fonts' setting, so that may have been what the problem was. But, I'm really not sure.

Maybe you are looking for

  • A vote for the MBP Retina

    For quite a few months I monitored these forums to see how the new retina MBP would go over.  I do know that forums are usually the places were people with problems appear.  Rarely do you get people showing up and saying everything is just great.  So

  • Looking to stop sending IDOC if output has been already processed for PO

    Hi, I am using the Message type ORDERS to trigger the IDOC for the purchase order based on the output type. But my requirment is that if the output is already processed for a  specfic purchase order then it should not allow to process the output agai

  • How to convert PDF with accented letters that are not Unicode?

    Hello all, I have a PDF letter that is written in Spanish. When I copy and paste the Spanish word: organización ... it is pasted to Noepad or Word as: organizaci ´ on The word displays properly in the PDF, however I believe it was created originally

  • EMIGALL : problem of foreign key

    Hi everybody I m working on a EMIGALL migration and i met one problem with foreign key… My field VKONT is defined (in specific table ZR006SAT) like a foreign key with check table FKKVK (Contract Account Header). It means that an entry can be inserted

  • Lightroom 5 upload to Flickr Broken

    The ability to upload directly to Flickr from Lightroom for Mac seems to be broken. Flickr says the problem is with Lightroom. The problem occurs when trying to republish a photo. This kicks up an error message that the filetype is wrong and this the