It is currently Fri Jun 26, 2026 2:03 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 408 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12 ... 21  Next
Author Message
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 8:45 pm  (#161) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
fixed a bug,
if a path is drawn to define width and location of a letter's layer and that layer is not the same size as the image's width, it's moved around funky not right ...so now if path is defined i use image's width to calculate center, since path position is relative to image and not layer.
Attachment:
custom_font.scm [11.86 KiB]
Downloaded 392 times

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 9:01 pm  (#162) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
with path defining where the letter is my i's can have wings now :hehe
Image

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 10:21 pm  (#163) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
trandoductin wrote:
fixed a bug,
if a path is drawn to define width and location of a letter's layer and that layer is not the same size as the image's width, it's moved around funky not right ...so now if path is defined i use image's width to calculate center, since path position is relative to image and not layer.
Attachment:
custom_font.scm

That's interesting.
So all I need to do is place out a path, with the same name as the letter, indicating the position of the letter?

I guess this can be done with any of the letter, right?

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 10:29 pm  (#164) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Wallace wrote:
trandoductin wrote:
fixed a bug,
if a path is drawn to define width and location of a letter's layer and that layer is not the same size as the image's width, it's moved around funky not right ...so now if path is defined i use image's width to calculate center, since path position is relative to image and not layer.
Attachment:
custom_font.scm

That's interesting.
So all I need to do is place out a path, with the same name as the letter, indicating the position of the letter?

I guess this can be done with any of the letter, right?


yep any letter, if you don't define it then it just runs assuming that the letter is whatever the layer's width is and that the letter is in the center of layer x-coordinate wise.

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 10:38 pm  (#165) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Tin Tran now I know I have release 8 :)

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 10:40 pm  (#166) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Graechan wrote:
Tin Tran now I know I have release 8 :)

I know people usually release sub versions before release 1 which fully works and has all features but i like my release numbered whole numbers so it sounds like it's really awesome :hehe

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 13, 2016 11:27 pm  (#167) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
trandoductin wrote:

yep any letter, if you don't define it then it just runs assuming that the letter is whatever the layer's width is and that the letter is in the center of layer x-coordinate wise.


Okay cool! :bigthup

You or I should put together a video showcasing this script, whaddaya think?

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sat May 14, 2016 10:26 am  (#168) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Wallace wrote:
trandoductin wrote:

yep any letter, if you don't define it then it just runs assuming that the letter is whatever the layer's width is and that the letter is in the center of layer x-coordinate wise.


Okay cool! :bigthup

You or I should put together a video showcasing this script, whaddaya think?

I think that's a great idea if you could do it GO FOR IT then you can add that to the very first post right on top to feature it. :mrgreen:

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sat May 14, 2016 12:55 pm  (#169) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
trandoductin wrote:

Okay cool! :bigthup

You or I should put together a video showcasing this script, whaddaya think?

I think that's a great idea if you could do it GO FOR IT then you can add that to the very first post right on top to feature it. :mrgreen:[/quote]
Alright.
I'm still having issues with my recording software, but I hope to have that figured out soon.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sat May 14, 2016 1:43 pm  (#170) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Wallace,
in this video, are you gonna show how to use the path to define where the character is too so that people know they can design characters that might have crazy vines going outside the character's width? I think it'd be cool if you show that in the video too. ;)

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sat May 14, 2016 2:20 pm  (#171) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
trandoductin wrote:
Wallace,
in this video, are you gonna show how to use the path to define where the character is too so that people know they can design characters that might have crazy vines going outside the character's width? I think it'd be cool if you show that in the video too. ;)

Yes,
I would try to demonstrate everything that the script can do.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sat May 14, 2016 2:34 pm  (#172) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Wallace wrote:
trandoductin wrote:
Wallace,
in this video, are you gonna show how to use the path to define where the character is too so that people know they can design characters that might have crazy vines going outside the character's width? I think it'd be cool if you show that in the video too. ;)

Yes,
I would try to demonstrate everything that the script can do.

:bigthup

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sat May 14, 2016 11:41 pm  (#173) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
I was thinking of another option that might be useful.
Having the individual letter generated, either as a single layer or as separate layers.
So if you have a word with say, five or six letters; on different layers.
You could add different effect to different letter, without effecting every letter.
Is this doable?

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun May 15, 2016 12:32 am  (#174) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Wallace wrote:
I was thinking of another option that might be useful.
Having the individual letter generated, either as a single layer or as separate layers.
So if you have a word with say, five or six letters; on different layers.
You could add different effect to different letter, without effecting every letter.
Is this doable?

Just choose not to merge layers, and they're on different layers, is this what you mean?

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun May 15, 2016 1:53 am  (#175) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
trandoductin wrote:
Just choose not to merge layers,
and they're on different layers,
is this what you mean?

If choosing to not merge layer,
keeps each letter in/on it's own layer, then yes.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun May 15, 2016 2:20 am  (#176) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Wallace wrote:
trandoductin wrote:
Just choose not to merge layers,
and they're on different layers,
is this what you mean?

If choosing to not merge layer,
keeps each letter in/on it's own layer, then yes.

great then it's already there.

_________________
TinT
My GIMP 2.10 plug-in writer Fiverr Gig
Plaid Community Forum
Imageplaid-patterns.com


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun May 15, 2016 2:28 am  (#177) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
trandoductin wrote:
If choosing to not merge layer,
keeps each letter in/on it's own layer, then yes.
great then it's already there.

I must have overlooked this option.
:clap

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 20, 2016 1:11 am  (#178) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
Here's another custom font.
To be used with the Custom Font Script.
Image

Below is an image of my materials catalog.
Most of the items in this image,
were used in the making of this font.
Image

Here are all the letters,
this xcf file will provide.
Attachment:
File comment: All Letters
Old Lashed Wood Font all.png
Old Lashed Wood Font all.png [ 1.47 MiB | Viewed 1735 times ]


And of course the all important xcf file.
Attachment:
OLWF all letters all.xcf [1.84 MiB]
Downloaded 1001 times

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 20, 2016 1:33 am  (#179) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12781
Looks great, Wallace. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Fri May 20, 2016 1:40 am  (#180) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14076
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
lylejk wrote:
Looks great, Wallace. :)

Thank you Lyle.
:jumpclap

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
Post new topic Reply to topic  [ 408 posts ]  Go to page Previous  1 ... 6, 7, 8, 9, 10, 11, 12 ... 21  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group