It is currently Fri Jul 26, 2024 9:34 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Bird Font SVG Font creator.
PostPosted: Thu Aug 23, 2012 7:07 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12536
Just saw this at Sourceforge. Not a font guy, but, I know many here are, so have at it. :)

http://sourceforge.net/projects/birdfont/

_________________
Lyle

Psalm 109:8

Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Thu Aug 23, 2012 7:11 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
hmm, maybe thats something for me, i love working with text and used to scribble graffiti stuff on paper when i was younger

thanks for the link, lylejk


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Thu Aug 23, 2012 7:14 pm  (#3) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
well write a presentation may be a a pain but at least a few notes are necessary

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Thu Aug 23, 2012 11:03 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2012
Posts: 583
Does it support smooth lines?

_________________


"In the face of adversity, there's three things: fly, freeze or fight; We're choosing to fight..."- Guy Boucher, Tampa Bay Lighting Head Coach


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Fri Aug 24, 2012 12:50 am  (#5) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
I didn't try Bird Font. It's a fairly large download without a history :) Thanks for the link though!
If you have Inkscape try the built-in SVG Font Editor.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Fri Aug 24, 2012 12:29 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14730
Location: USA
It looks like it has an Adobe Air interface. :)
It isn't too hard to use once you realize the directions and hints are at the bottom left of the dialog when you hover over a button.

This is through Wine -

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Fri Aug 24, 2012 1:34 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14730
Location: USA
To install on Fedora Linux you need webkitgtk-dev, valac and waf

Search valac in the repository and download and install both compat-vala and vala
Search webkitgtk-dev and install it.
Enter into root and
yum install waf

Now...exit root
download the birdfont tar file and untar to another default folder named birdfont
cd into birdfont and run
./waf configure
./waf build

now you need to be in root and enter
./waf install

Now i got past configure
[rod@rod birdfont]$ ./waf configure
Setting top to                           : /home/rod/Downloads/birdfont
Setting out to                           : /home/rod/Downloads/birdfont/build
Checking for 'gcc' (c compiler)          : ok
Checking for program pkg-config          : /usr/bin/pkg-config
Checking for 'gobject-2.0'               : yes
Checking for 'gthread-2.0'               : yes
Checking for program valac-0.8           : not found
Checking for program valac               : /usr/bin/valac
Checking for valac version >= (0, 8, 0)  : (0, 16, 0)
Checking for 'glib-2.0' >= 2.16.0        : yes
Checking for 'gio-2.0' >= 2.16.0         : yes
Checking for 'gtk+-2.0' >= 2.16.0        : yes
Checking for 'libxml-2.0'                : yes
Checking for 'webkit-1.0'                : yes
'configure' finished successfully (1.044s)


but got this error when i went to run ./waf build

/usr/bin/ld: src/CutBackgroundTool.c.0.o: undefined reference to symbol 'fmax@@GLIBC_2.1'
/usr/bin/ld: note: 'fmax@@GLIBC_2.1' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
Waf: Leaving directory `/home/rod/Downloads/birdfont/build'
Build failed



I am not sure which LIBS to link to here. :)
./waf configure LIBS=-?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Fri Aug 24, 2012 10:52 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14730
Location: USA
Does anyone have an answer to this dilemma? :)
Just bumping this to the top so maybe i can get an answer.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Wed Dec 05, 2012 3:03 am  (#9) 
Offline
New Member

Joined: Dec 05, 2012
Posts: 2
Rod wrote:
Does anyone have an answer to this dilemma? :)
Just bumping this to the top so maybe i can get an answer.


I did just try fedora 17 and compiled Birdfont on it. The latest version from the git repository compiles and runs just fine. You need to compile valac 0.18 first.

Then:
./waf configure
./waf build
sudo ./waf install


Last edited by johanm on Wed Dec 12, 2012 4:16 pm, edited 1 time in total.

Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Wed Dec 05, 2012 7:35 am  (#10) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4759
Odinbc wrote:
I didn't try Bird Font. It's a fairly large download without a history :) Thanks for the link though!
If you have Inkscape try the built-in SVG Font Editor.

Inskcape will only handle cubic Bezier splines (two end points, and two control points (a.k.a. tangent handles)) which are the kind used in general graphics, while fonts make great use of conic/quadratic Bezier splines (two end points, but only one control point). In fact there is nothing in the SVG format to specify a conic spline. Of course a conic spline can be also expressed as a cubic one, but from the point of view of the users, it's different because there is only one point to move.

_________________
Image


Top
 Post subject: Re: Bird Font SVG Font creator.
PostPosted: Sat Dec 08, 2012 7:45 am  (#11) 
Offline
New Member

Joined: Dec 05, 2012
Posts: 2
You can use both quadratic and cubic béziercurves according to the w3c svg specification. But as you explain – most programs pick either one. I think cubic curves are easier to use.


Top
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Font In Status Bar Not Loading Correctly (on top of other font issues)

4

No new posts Attachment(s) More than just a pretty font '23

27

No new posts Font Authors

5

No new posts Attachment(s) GEGL font name?

7

No new posts Attachment(s) Font Changing

12



* Login  



Powered by phpBB3 © phpBB Group