Displaying 3 results from an estimated 3 matches for "makefont".
Did you mean:
makefn
2006 Jul 03
5
FPDF set FONT_PATH
hi all,
im using ruby FPDF to generate my pdf. the problem im facing now is i
need to use some new font that is not included in basic fpdf font. then
i have generated the font using the makefont.rb. but then i dont know
how to define the font_path in ruby. the font work great in PHP-FPDF. Is
anybody there had solved the problem im facing now.
** sorry for my english ...
--
Posted via http://www.ruby-forum.com/.
2007 Feb 28
1
On PostScript
...0 0 612 792
%%BeginPageSetup
%
[{
%%BeginFeature: *PageSize Letter
<</PageSize[612 792]/ImagingBBox null>>setpagedevice
%%EndFeature
} stopped cleartomark
%%EndPageSetup
gsave
[0.24 0 0 -0.24 0 792] concat
gsave
237 278 moveto
0 setgray
(Courier-iso1252) cvn findfont 50 -50 matrix scale makefont setfont
<585858582D746F2D6661782D6E756D626572>
[30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 0]
xshow
grestore grestore
showpage
%%PageTrailer
%%Trailer
%%BoundingBox: 0 0 612 792
%%Pages: 1
<---
What this tells me is that the string that I wish to use is bounded by the
<> ch...
2009 Jan 27
6
German letter ä, ö, ü in rfpdf
Hi,
I need PDF creation in Rails and decided for RFPDF.
Everything works quite nice the only problem is that I can''t display
ä,ö,ü in the pdf documents.
I found a tutorial that says that I have to create a font config file
with MakeFont.
I did it, but now I don''t now where to put al this files.
Does anyone has experience with creating PDFs in Rails with ä,ü,ö
letters?
Thx
Adam
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are sub...