• 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

  • 相关阅读:
    【c++】中文设置
    《谁动了我的奶酪》读后感
    KMP算法的C++实现
    我也说说中文分词(上:基于字符串匹配)
    删除字符串中的空格
    linux jdk bin安装
    笔试题汇总
    栈的压入、弹出序列
    顺序打印矩阵
    二叉树镜像
  • 原文地址:https://www.cnblogs.com/emanlee/p/3518117.html
Copyright © 2020-2023  润新知