Re: [webkit-dev] WebKit and Freetype

2008-11-17 Thread Oliver Dole
Hello, Of course that's possible. You can find a sample implementation here: http://www.sand-labs.org/owb/browser/trunk/BAL/WKAL/Concretizations/Fonts/Freetype Just replace SDL calls by some cairo calls in draw_glyphs() method and that should be ok. Regards On 11/17/08, haithem rahmani [EMAIL

Re: [webkit-dev] webkit

2008-08-28 Thread Oliver Dole
Hello, On 8/28/08, nishit sharma [EMAIL PROTECTED] wrote: Hi All, i have posted this before but didn't get the reply thats why i am posting again. After running WebKit i am stucking at WebKitWebView* webView = WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, NULL)); function whose

Re: [webkit-dev] Moving away from qmake

2007-11-12 Thread Oliver Dole
Hello, Here is my experience with cmake, so I hope it may help you to decide which build system is the best for you. Its first advantage is that it is cross platform. So you can imagine in a long term approach to have a unified build system between GTK/Qt/Wx/Win and mac. Another advantage is that