Pictures from Freedel.in
Posted by Sayamindu 1 year, 7 months ago
Posted by Sayamindu 1 year, 7 months ago
Posted by Sayamindu 1 year, 8 months ago
Yesterday, some members of iLUG-Cal (and Kushal) met at ye olde Oly Pub and discussed GNU/Linux, Maya (!!), and a lot of other things under the sun. Here are some pictures:






Posted by Sayamindu 1 year, 8 months ago
Any idea on how to do this with Free tools ??
Posted by Sayamindu 1 year, 8 months ago
I was thinking of using the PostScript backend of Cairo for getting complex text to render properly in the PS outputs from Firefox, and hence I downloaded the latest source from CVS. ..and guess what - it has been already implemented!! Mozilla can now print Indic properly. Check out this Postscript file obtained from Firefox (using print to file).
I supplied the following arguments to the configure script:
--prefix=/opt --enable-default-toolkit=cairo-gtk2 --enable-cairo --enable-pango --enable-application=browser --enable-xprint
…and in case anyone is wondering how I figured out that the magic is being done by cairo - here are the first few lines in the postscript file:
%!PS-Adobe-3.0
%%Creator: cairo (http://cairographics.org)
%%CreationDate: Sat Sep 9 12:28:52 2006
%%Pages: 1
%%BoundingBox: 0 0 595 841
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/C{curveto}bind def
/F{fill}bind def
/G{setgray}bind def
/L{lineto}bind def
/M{moveto}bind def
/P{closepath}bind def
/R{setrgbcolor}bind def
/S{show}bind def
%%EndProlog
% _cairo_ps_surface_emit_font_subsets
% _cairo_ps_surface_emit_truetype_font_subset
Posted by Sayamindu 1 year, 8 months ago