Skip to content

Commit f733c1a

Browse files
authored
Merge pull request #12 from yashpalgoyal1304/patch-1
Draft: Rectify wording for the mentioned inkscape bug
2 parents a48aa20 + efcc721 commit f733c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch14.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ggsave("myplot.pdf", width = 4, height = 4, useDingbats = FALSE)
169169

170170
> **Note**
171171
>
172-
> Inkscape might have some issues with fonts as well. You may have noticed that the fonts in Figure \@ref(fig:FIG-OUTPUT-EDIT-VECTOR-DINGBATS) don't look quite right. This is because Inkscape (version 0.48) couldn't find Helvetica, and substituted the font Bitstream Vera Sans instead. A workaround is to copy the Helvetica font file to your personal font library. For example, on Mac OS X, run `cp System/Library/Fonts/Helvetica.dfont ~/Library/Fonts/` from a Terminal window to do this, then, when it says there is a font conflict, click "Ignore Conflict." After this, Inkscape should properly display the Helvetica font.
172+
> Older versions of Inkscape might have some issues with fonts as well. You may have noticed that the fonts in Figure \@ref(fig:FIG-OUTPUT-EDIT-VECTOR-DINGBATS) don't look quite right. This is because Inkscape (version 0.48) couldn't find Helvetica, and substituted the font Bitstream Vera Sans instead. A workaround is to copy the Helvetica font file to your personal font library. For example, on Mac OS X, run `cp System/Library/Fonts/Helvetica.dfont ~/Library/Fonts/` from a Terminal window to do this, then, when it says there is a font conflict, click "Ignore Conflict." After this, Inkscape should properly display the Helvetica font.
173173
174174

175175
Outputting to Bitmap (PNG/TIFF) Files {#RECIPE-OUTPUT-BITMAP}

0 commit comments

Comments
 (0)