Openoffice and otf fonts

openoffice is unable to recognize otf fonts. This is a bug in oo.org (upstream) which was first submitted three years ago. However I have seen reports that debian oopenoffice can recognize otf fonts (ubuntu camily can't).
Just wondering if anyone managed to make openoffice to recognize otf fonts?
Thanks.

What you are seeing are ligatures - like Doug says check the Open Type settings in the Character Palette. Unfortunately PS does not have a glyph palette so you could have complete control over this.
If you have Illustrator or InDesign they are much easier to use with full featured Open Type fonts because they have glyph palettes. You could set the text in there and then copy and paste into PS.
pbc

Similar Messages

  • MBP retina display and otf fonts

    I just migrated my files onto my retina mbp.
    Upon installing all my past fonts, I realize that all the OTF fonts cannot be read.
    Is this because of the retina display or just some bug in my new laptop?
    I have to convert my fonts to TTF true type fonts now.

    Hi Clinton thanks for your response.
    I tried to add these fonts onto my Font Book, and errors pop up for ALL my OTF fonts. That was so surprising as I never had any issues with fonts and I have been using Font book since the day it was available to us.
    I converted one OFT font to true type and it then worked ok which is great however I have many many fonts (also archived library too which I might need in the future) and doing this manually on the online convertor just takes too long.
    I tried out FontXchange, but the TTF save is a .suit which Font Book doesn't like either. Only .TTF seems to work now.
    On my old MBP, I was running the most updated Lion update etc. so its the same as the retina MBP that I am using now.

  • CS4 and .OTF fonts in leopard!!

    Im have newly purchased a font style which is .OTF file, installed it on my mac (last leopard update), and are now ready to use it in photoshop CS4. But this is the only place it doesn work properly. As you can see in the atteched images, one taken from word, one taken from photoshop, the photoshop make a lot of mess out of the characters. Its like it thinks its a ending and a beginning of a word in all the characters, and want to put on some fancy handwriting design here and there. And then this results in it all just layering on top of eachother.. But this doesnt happen in other softwares.. What can i do to make photohop do the right thing here? any ideas ?

    What you are seeing are ligatures - like Doug says check the Open Type settings in the Character Palette. Unfortunately PS does not have a glyph palette so you could have complete control over this.
    If you have Illustrator or InDesign they are much easier to use with full featured Open Type fonts because they have glyph palettes. You could set the text in there and then copy and paste into PS.
    pbc

  • Accessing a non TTF/OTF font embedded in Flash CS5 SWF via Flex

    Hello,
    I'm trying to embed an older Mac font in a Flash Builder application. I need it to be loaded dymanically for size reasons. I am able to do this with TTF and OTF fonts, but I'm having trouble with other formats.
    I embedded the font in a CS5 FLA, but I can't seem to locate the font when I load the SWF into Flash Builder.
    My function is below. I have it enumerating through the variables in the loaded SWF, but the font I need is not coming up as one of them. I tried, in the FLA, to cast the embedded font to a Class in AS because, but when try to access that variable ("font") after it's loaded, I get null. I also tried setting the embedded font to a Font variable in AS, but I still get null on the other side. Does anyone have any suggestions? Alternate solutions are welcome also.. Thanks!!
            private function loadFonts():void{
                var lc:LoaderContext = new LoaderContext();
                lc.securityDomain = SecurityDomain.currentDomain;
                lc.applicationDomain = ApplicationDomain.currentDomain;
                var ldr:Loader = new Loader();
                ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandler);
                ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
                ldr.load(new URLRequest('compatil_bold.swf'),lc);
                function completeHandler(e:Event):void{
                    fontLibrary = e.target.applicationDomain.getDefinition('Compatil') as Class;
                    var varList:XMLList = flash.utils.describeType(fontLibrary)..variable;
                    for (var i:int = 0; i < varList.length(); i++){
                        trace(varList[i].@name+': '+fontLibrary[varList[i].@name]);   
                    Font.registerFont(fontLibrary.font);
                    //Font.registerFont(fontLibrary.CompatilFactBold);
                    trace('font loaded');
                    fontsLoaded = true;
                function ioErrorHandler(e:ErrorEvent):void{
                    trace(e.text);
    in FLA
    var font:Class = new CompatilFactBold() as Class;

    I got it!
    Here is the embedded font in a CS5 FLA:
    That's all you have to do in Flash.
    Here's the function I have in my Flash Builder AS application:
    private function loadFonts():void{
    var lc:LoaderContext = new LoaderContext();
    lc.securityDomain = SecurityDomain.currentDomain;
    lc.applicationDomain = ApplicationDomain.currentDomain;
    var ldr:Loader = new Loader();
    ldr.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandler);
    ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler);
    ldr.load(new URLRequest('http://some.other.domain/compatil_bold.swf'),lc);
    function completeHandler(e:Event):void{
    fontLibrary = e.target.applicationDomain.getDefinition('CompatilFactBold') as Class;
    Font.registerFont(fontLibrary);
    trace('font loaded');
    fontsLoaded = true;
    function ioErrorHandler(e:ErrorEvent):void{
    trace(e.text);
    Then you reference the font by its name when you want to use it. In this case: 'CompatilFact LT Bold.'
    update: question is answered.

  • PDF and OTF (Postscript) font issue (is there a PDF validation tool?)

    Greetings all,
    I am experiencing a problem uploading any documents, which include embedded OTF (Postscript) fonts, to a Cloud based collaboration tool called Crocodoc. The problem/failure appears to occur during the document conversion from PDF to HTML5. It is important to note that this problem is not specific to Crocodoc because I have tested others (i.e. Zoho).
    The problem is specifically with Madcap Flare and its recent support for OTF fonts. This is how I arrived at this conclusion:
    - Changing the embedded font to TTF only, the published PDF uploads to Crocodoc without incident.
    - It is not the OTF font. I have also tested this particular OTF font with other publication tools, including Microsoft Word and Adobe Framemaker; there were no issues.
    Other facts:
    - PDF files appear to function normally. It is only when I upload to Crocodoc-like apps when the problem manifests itself.
    I subscribe to the Creative Cloud but Adobe Acrobat doesn't seem to have any validation functionality.
    But here are some other tests that I have done:
    - Opened the malfunctioning PDF into Acrobat (no apparent issues)
      > Saved as optimized with all discard options turned on plus I ran the sanitize option. The new saved PDF still failed to upload.
      > Removed ALL text and saved a blank page. Still failed to upload to Crocodoc
      > As a verification, I created a PDF page (from clipboard) with Acrobat and saved that (one line of font using OTF font) - This successfully uploaded to Crocodoc.
      > VERY INTERESTING...using Acrobat to CONVERT the problem PDF to eps and then eps back to PDF - This PDF uploaded successfully to Crocodoc.
         BUT there is something 'wrong' with Adobe Acrobat's conversion because it only converts the first page back into a PDF. WHAT?
    Conclusion, as long as the PDF originated in Flare, it will fail to upload to Crocodoc. However, converting the document to .eps and then back to a PDF seems to have stripped away the 'bad' stuff.
    What I am trying to learn is what exactly is causing the upload and conversion error?
    Is there a PDF validation tool and might identify what is causing this conversion problem?
    Sorry for the long post. Hopefully someone had the patience to read this and has an idea.
    Thank you

    Hello TSN,
    Test Screen Name wrote:
    Picking just one point: PDF -> EPS -> PDF. This could not possibly do more than one page, because EPS is absolutely by definition a single page format. Therefore you must choose a page when exporting PDF to EPS.
    Thanks for your response.
    I was thinking Microsoft... which has allowed multi-page eps files for years. But you're correct, this is normally an unsupported .eps format.
    I solved the problem over the weekend by doing the following:
    1) I removed the suspect OTF font family but despite doing so, the folder still had two 'corrupted' but unused copies of an italic font. They refused to remove so I had to boot into Win7 SAFE mode to remove.
    2) After complete removal of the OTF font family. I reinstalled the OTF font *BUT* only from a different repository (oddly, this other OTF font set is slightly larger per font).
    3) Once installed, I tested with Flare, published and uploaded to Crocodoc SUCCESSFULLY. Yeah!
    I don't have anymore time to test but the questions remain, such as, was it one or more of the following issues:
    a) Flare has a problem handling some OTF fonts or cannot error correct (the way other programs do) for marginal fonts or font errors?
    b) Was it the two corrupted fonts in the Windows/fonts folder?
    c) Was it the slightly different OTF fonts that I am no longer using?
    Take care

  • Just bought an .OTF font for Flash CS6 and it's not showing up in the list.

    Just bought an .OTF font for Flash CS6 and it's not showing up in the list.
    EscrowText-Roman.otf
    Any reason why? It shows up in Illustrator and Photoshop just fine.
    Line

    If you have never synced an audiobook yet, you have to connect your ipad and go to the books tab.
    Scroll down past the regular books and there will be where you sync your audiobooks.
    Then they will show up on the music app under "other"

  • Openoffice and font rendering

    Hi,
    Does anyone know if it's possible to have openoffice render my fonts the same way as fonts are being rendered in other programs? It obviosly doesn't seem to care about the .fonts.conf file, but instead seems to have it's own rendering technique, which gives me very bad font rendering. I don't know why Openoffice has chosen to do it's own font rendering, but is there anyway to change that?
    The only option for font rendering in Openoffice is turning antialiasing on and off from a certain font size, but there's nothing about autohinter or subpixel hinting etc.
    Regards,
    Simon

    It's not any font in particular, it's all fonts that are being rendered differently than in other programs, and this can only be due to the fact that Openoffice for some reason has its own way of rendering fonts. I don't know why and I don't know how to make it render fonts the way other programs do.

  • Installing .OTF fonts - and Latex/Xetex?

    I want to install some OTF fonts - specifically the Garamond Premier Pro font family that comes with Adobe Font Folio Education Essentials.
    What I did was placing the files into .fonts/ and running fc-cache -vf.
    Apparently, I can use the fonts now, and specifying a \setromanfont[Mapping=tex-text]{Garamond Premier Pro} compiles fine running xelatex... I am just not sure if the font is actually properly displayed.
    I found some stuff on this board, but it wasn't too helpful.
    My question is: Is the installation routine I applied sufficient or do I have to take care of anything else in order to properly install the fonts for use with Latex/Xetex?

    For the two things that I suggested:
    localfontsdir is on line #58.
    berryname starts on line #138. Add the following line to the middle of the list somewhere. I'm not 100% sure that 'pad' is the correct berryname, but it's the closest that I found and it works:
    'Garamond Premier Pro' : 'pad',
    I did run this as root. The first time that I did this, I couldn't figure out how to do it as a regular user. I found other references to running it as root, and I figured that since it's from CTAN now, it's going to be malware free.
    When you run the script, run it in the directory with the GPP fonts and wildcard it. ./otfinst *.otf
    By the way, XeTeX will just find them if your system can find them. But XeTeX doesn't do microtype, so I went back to LaTeX.
    Last edited by skottish (2008-11-20 19:53:37)

  • Otf fonts not being recognised any more

    Hi
    I have the problem that all opentype fonts are not being recognised any more. I am not sure if it started with kde 4.2.2 or the latest freetype update. All I see is the icon for an openoffice template but no other options.
    Does anyone know how to repair this?
    David

    All otf-fonts are not recognised as fonts as if the mime-type is missing (which it isn't). I can use them and force kfontview or kfontinst to open them. MinionPro shouldn't have a license problem. And for example in systemsettings I can select installed otf fonts like Minion or Myriad. Before, everything was fine no matter which font. I can't confirm any general linux problem with fonts. 
    @Evanlec: Yes it is really annoying that openoffice can't use them. I think it can use ttf based otf fonts. Luckily I use Latex almost exclusively so that it doesn't matter so much. For designers I would recommend scribus and inkscape anyway.

  • Can I use .otf fonts in any iPad(3rd gen) word processing app?

    I am a newcomer to iPad usage,but I have been asked if I can use a .otf font in any iPad3 (word processing) app, but so far I have not been able to determine whether this is possible.
    All the apps I have looked at so far do not specify .otf compatibility, and before I waste any more time, I wonder if anybody has been faced with this before?

    When it comes to fonts, in the context of any app you happen to be using, what you see is what you get. you can't add fonts to iOS.

  • Making OTF fonts with UPM 1000

    Dear OTFDK developers,
    how can I create a Type 1 font that can be used as basis for an OTF font with UPM > 1000? I thought Type 1 fonts can only have UPM of 1000...
    Adam

    Hi Adam,
    I know that FontLab allows one to change the UPM to something other than 1000. So you could use FontLab to make such a Type 1 font. Not sure if the FDK will parse such a font, though.
    Or, you could use t1disasm on a Type 1 font, change the FontMatrix to
    [ 5e-4 0 0 5e-4 00 ]
    which is effect 2000 UPM, and then double all of the numbers in the decrypted disassembled subroutines and charstrings. Then reassemble the font. Maybe I should talk to Eddie Kohler about adding such an option to the t1utils suite of tools.
    There is also Y&Y's FMP which does some handy tricks with Type 1 fonts, but I am not sure if it handles UPM adjustments.
    Regards,
    Tom

  • How to install both infinality-fonts and google-fonts?

    I would like to install (one of the) google-fonts AUR packages, but it conflicts with infinality font packages.  Is there a way to only install the fonts from the google-fonts package which don't already exist in infinality versions?

    karol wrote:Maybe you can just 'rm -rf' the fonts that are already provided by infinality font packages?
    It's a bit complicated. I checked to see if the otf-google-fonts-hg package would work as none of infinality-bundle-fonts are OTF. Nope. bohoomil has conflicts for all sorts of packages and the font names aren't obvious:
    ~ > pacman -Qi ttf-chromeos-ib | egrep "Name|Conflicts"
    Name : ttf-chromeos-ib
    Conflicts With : otf-google-fonts-hg ttf-google-fonts-git ttf-google-fonts-hg ttf-chromeos-fonts ttf-chromeos-extra-fonts
    There is no font by that name in the otf-google-fonts-hg package; it's an infinality font meta-package.
    Last edited by skottish (2014-12-17 23:51:09)

  • Indesign :: OTF fonts not loading anymore

    As of this morning my OTF fonts will not load in Indesign. Anyone else having this problem?

    Stan I'd be willing to bet that your problem has nothing to do with Open Type Fonts.
    could be a bad Hard drive. If I were you I would go and Buy a new Hard drive and reinstall everything on that then if everything works as it should reconnect the old dreive and try to rescue any data that you may need to save.
    If the problem is not solved then you need to take your computer to the shop and have a qualified tech look at it,

  • MathType OTF font is not displaying InDesign

    Equations created in MathType using 'eucsym.otf' font are not displaying in InDesign when saved and placed as eps file.
    My client asked me to use only OTF fonts.
    I've attached screenshot.
    Any suggestion or help will be useful...

    @Peter, it's only the Mac version of MathType that can save as PDF. I suspect we'll build this capability into a future release of MathType for Windows, but OS X forced us to do it for the Mac.
    @Ramprasad, I've got your EPS and I'll be running some tests with Euclid Symbol OTF with InDesign CC this morning. I'll report what I find.
    Bob

  • Rich text field will not show proper font attributes! (Bug? - RTF OTF font handling)

    I created two text form fields (rich text)...
    In Windows 7, Write program (using it to format the rich text content)... I edited my two lines.
    Line one: mix of two font sizes and a few attribute changes... pasted into the first text field perfectly.
    Line two: similar to the above... pasted into the second text field but the font is appearing in bold! It is not bold in the source, nor is it preset in the text field properties! I even pasted it back into Write AND Word and it pastes as I intended it.
    Why is Adobe doing this? I even tried to toggle >Text Style > bold on/off, clear formatting... these functions do not work!
    If I bring up the properties toolbar (Ctrl-E), bold is toggled on but I cannot toggle it off, I can add underline, I can change the font size.
    UPDATE: It seems that Adobe Acrobat is NOT reading the OTF font correctly! If I change to a different font, in the same family, the problem changes from set on bold to set on italics!
    It is specifically related to the font I am using but is ONLY a problem when using Rich Text fields. In other words, the entire font family works perfectly if I inserted a text box or use the font family in any other Adobe product.
    I have submitted a bug report: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en

    Another possibly revealing clue is that when I go to Text Field Properties > Appearance tab > Text / Font, I see the entire family of this particular font. However, when editing the text in the properties toolbar (Ctrl-E), only a small sub-set of this font family appears and the attributes behave in an odd manner. Example: normal font appears as italics but if I switch on BOLD, the italic attribute is gone... and other strange attribute problems.

Maybe you are looking for

  • Different apps on different devices using the same itunes account

    I have two iPads for my kids and one iPhone all using the same iTunes account.  I want to be able to have apps on my phone that the Ipads cannot see.  can this be done by using multiple accounts on my iPhone?

  • Iphone calendar events only visible in list view

    Rant first: I do wish Apple would stop breaking things.  Every time we get an ios or itunes upgrade something else stops working.  Don't they test the changes? OK problem: Yesterday I did the the latest upgrade to itunes (11.2 1.4)  and a sync to my

  • DATAS WANT TO SEND BACKEND

    Hi, I am working with interactive form. In that form i have places SUBMIT TO SAP BUTTON . With the help of this button i want to send the datas to backend without converting the datas into string. If anybody know means please explain me how to do thi

  • NAMING STANDARDS FOR WEB DYNPRO ABAP

    Hi All, Do we need to follow any naming standards in WebDynpro ABAP, could you please send some documents or any links for Naming Standards . Thanks, Raju.

  • Firefox won't load certain websites.

    Firefix won't load some certain websites. I even have to use google chrome now, to ask advice. I did all the things said in the help page but it only seemed to turn internet connection slower! It seems that FF is having problems with save websisites