Displaying 8 results from an estimated 8 matches for "cidfont".
2009 May 12
1
times family unavailable in postscript device (Ubuntu Linux)
...mily
[1] "HeiseiKakuGo-W5"
$metrics
[1] "" "" "" "" "Symbol.afm"
$cmap
[1] "EUC-H"
$cmapEncoding
[1] "EUC-JP"
$pdfresource
[1] ""
attr(,"class")
[1] "CIDFont"
$Japan1HeiMin
$family
[1] "HeiseiMin-W3"
$metrics
[1] "" "" "" "" "Symbol.afm"
$cmap
[1] "EUC-H"
$cmapEncoding
[1] "EUC-JP"
$pdfresource
[1] ""
attr(,"c...
2007 Jan 10
1
Recent vulnerabilities in xorg-server
Colin, good day!
Spotted two patches for x11-servers/xorg-server port: see entries for
x11r6.9.0-dbe-render.diff and x11r6.9.0-cidfonts.diff at
http://xorg.freedesktop.org/releases/X11R6.9.0/patches/index.html
Seems like they are not applied to the xorg-server-6.9.0_5. May be
it should be added to the VuXML document?
There is a ports/107733 issue that incorporates these patches. May
be you should have a look.
Thanks!
--
Eygene
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...rDevices/NAMESPACE 2008-03-30 01:40:49.000000000 +0900
***************
*** 4,10 ****
if(tools:::.OStype() == "windows") {
useDynLib(grDevices, R_chull,
! PicTeX, PostScript, XFig, PDF,
Cdevga=devga, CsavePlot=savePlot,
Type1FontInUse, CIDFontInUse, R_GD_nullDevice)
} else {
--- 4,10 ----
if(tools:::.OStype() == "windows") {
useDynLib(grDevices, R_chull,
! PicTeX, PostScript, XFig, PDF, PDFAnnotBox, PDFTextBoxInfo,
Cdevga=devga, CsavePlot=savePlot,
Type1FontInUse, CIDFont...
2011 Apr 21
0
automatic font selection, please help
Hi there,
With the helps from this list, I can set specific CJK fonts for
character string using text() function. for example:
song <- CIDFont("SimSun", "GBK-EUC-H", "GBK", "")
postscriptFonts(song = song)
postscript("test.ps", height = 7, width =7, family = "Times", fonts =
c("song"), horizontal = FALSE, onefile = FALSE, paper = "special")
plot(1:10, xlab...
2008 Oct 20
2
R 2.8.0 is released
...table.
o write.dcf() did not escape "." according to Debian policy
(PR#12816).
o col2rgb() sometimes opened a graphics device unnecessarily, and
col2rgb(NA) did not return a transparent color, as documented.
o pdf(family="Japan") [and other CIDfonts] no longer seg.faults
when writing "western" text strings.
o as.list() applied to an environment now forces promises and
returns values.
o Promises capturing calls to sys.parent() and friends did not
work properly when evaluated via method dispatch f...
2008 Oct 20
2
R 2.8.0 is released
...table.
o write.dcf() did not escape "." according to Debian policy
(PR#12816).
o col2rgb() sometimes opened a graphics device unnecessarily, and
col2rgb(NA) did not return a transparent color, as documented.
o pdf(family="Japan") [and other CIDfonts] no longer seg.faults
when writing "western" text strings.
o as.list() applied to an environment now forces promises and
returns values.
o Promises capturing calls to sys.parent() and friends did not
work properly when evaluated via method dispatch f...
2006 Apr 24
0
R 2.3.0 is released
...ate 1999 which cover more glyphs. There are
also a few differences in the metrics and hence the output
might be slightly different in some cases.
o The way families can be specified for postscript() and pdf()
has been expanded to include CID-keyed fonts, with new
functions Type1Font() and CIDFont() to set up such fonts
families.
o prettyNum() has new arguments 'preserve.width' and 'zero.print'.
When the former is not "none", as in calls from format() and
formatC(), the resulting strings are kept at the desired width
when possible even after adding of '...
2006 Apr 24
0
R 2.3.0 is released
...ate 1999 which cover more glyphs. There are
also a few differences in the metrics and hence the output
might be slightly different in some cases.
o The way families can be specified for postscript() and pdf()
has been expanded to include CID-keyed fonts, with new
functions Type1Font() and CIDFont() to set up such fonts
families.
o prettyNum() has new arguments 'preserve.width' and 'zero.print'.
When the former is not "none", as in calls from format() and
formatC(), the resulting strings are kept at the desired width
when possible even after adding of '...