zoukankan      html  css  js  c++  java
  • ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

    The font AdobePiStd is missing. Affected text will be displayed using a substitute font.

    缺少字体 AdobePiStd。将使用替换字体显示受影响的文本。

    . I solved this by copying the font file /Library/Application Support/Adobe/PDFL/8.0/Fonts/AdobePiStd.otf from my mac to my colleague's Win7 machine (drag onto font control panel to install).

    Thats actually the best and most convenient way to solve this, thank a lot! I found the font on my machine in C:Program Files (x86)AdobeAcrobat 10.0ResourceFont, as I have bought the student version of the Adobe Creative Suite with Acrobat X Pro included. I just copied the font to the windows fonts directory, and now I can load the plots without any complaints!

    On Mac OS X 10.8.2, simply copying AdobePiStd.otf from /Library/Application Support/Adobe/PDFL/10.9/Fonts/AdobePiStd.otf to /Library/Fonts/ resolved the issue for all subsequent PDFs.

    Some times I want to modify the pdf file which produced by R with
    illustrator. But when I use Illustrator open the pdf file, it often
    makes the pdf some little changed.

    pdf() is worse than savePlot and postscript() does the same with what
    I've tried. When I say "better" or "worse", I mean in terms of
    "dissociation potential" (I'm not sure it means anything, but my problem
    was to dissociate the graphical elements to be able to edit them
    separately).
    What worked perfectly (up to now) are SVG files, from the devSVG
    function in the RSvgDevice package.

    ggplot2 handles all of these requirements. I highly recommend using it for
    composite figures. Try the grid.arrange() and arrangeGrob in the
    'gridExtra' package in addition to ggplot2.

    ref:

    http://stackoverflow.com/questions/9992275/ggplot2-pdf-import-in-adobe-illustrator-missing-font-adobepistd

    ggplot2 pdf import in Adobe Illustrator missing font AdobePiStd

  • 相关阅读:
    go引入包一直是红色,没有引入的解决办法
    php 把抛出错误记录到日志中
    亚马逊查询接口
    git 合并指定文件到另一个分支
    content-type
    Echarts(饼图Pie)
    DIN 模型速记
    DeepFM 要点速记
    youtube DNN 模型要点速记
    java设计模式之迭代器
  • 原文地址:https://www.cnblogs.com/emanlee/p/3518117.html
Copyright © 2011-2022 走看看