It is currently Fri Jun 26, 2026 12:52 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 408 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 21  Next
Author Message
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun Oct 02, 2016 1:56 am  (#221) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
:hehe G.png is perfect! jk! I changed it to "custom font".

I reattached in my previous post and changed the post #1 to point to it.

_________________
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 Oct 02, 2016 2:20 am  (#222) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
oops my bad, try (gimp-item-set-name background-layer text)

_________________
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: Sun Oct 02, 2016 2:23 am  (#223) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
that's what i used (why did you say your bad?

You're right though it seems like magic now.

_________________
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 Oct 02, 2016 8:28 am  (#224) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16057
Image

Just wish my other scripts could be in the same folder with it. :lol
As is i can only have this script in my scripts folder or it will not run. :hoh

_________________
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun Oct 02, 2016 12:03 pm  (#225) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
I hope you'll find the culprit that interferes with my script ... soon. Then maybe we'll fix one of them even thought right now i have no idea what might cause my script to not work... I am pretty sure i don't depend on an existing script it's just does standard gimp procedure calls.

_________________
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 Oct 02, 2016 12:08 pm  (#226) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16057
Introducing a new XCF font for Trans filter
Mahvin should remember this brush :lol

Image

xcf link attached

https://personal.filesanywhere.com/fs/v ... 6174a971a1

No extra characters in this one btw. Just cap letters.

_________________
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Sun Oct 02, 2016 4:36 pm  (#227) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Attachment:
custom_font_only_on_gimpchat_dot_com.png
custom_font_only_on_gimpchat_dot_com.png [ 309.03 KiB | Viewed 1550 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: Sun Oct 02, 2016 4:41 pm  (#228) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Yes, that's an OLD Paint Shop Pro tube I converted to an animated brush. Pretty cool, Tin!

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Mon Oct 03, 2016 11:28 pm  (#229) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
version 11.
some code changes by Grachaen. Adding space around text and clean up debug code.
Attachment:
custom_font.scm [12.94 KiB]
Downloaded 419 times

Attachment:
Custom_Font_With_Border_Space_Added.png
Custom_Font_With_Border_Space_Added.png [ 299.26 KiB | Viewed 1530 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: Tue Oct 04, 2016 12:12 am  (#230) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Trandoductin your script still needs a .xcf folder attached the ones I sent you were only the ones I had and checked for there quality, do you have more you can add

_________________
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: Tue Oct 04, 2016 12:25 am  (#231) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
I don't have anymore i can add i just download them from the first post when i need them. As they take a lot of work to create.

_________________
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: Tue Oct 04, 2016 4:22 am  (#232) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
something to think about 'font size'
(set! final-width (car (gimp-text-get-extents-fontname text size size-type fontname)))
(set! final-height (cadr (gimp-text-get-extents-fontname text size size-type fontname)))

;;;;Scale Image to it's final size;;;;
(gimp-image-scale-full image final-width final-height 2)
if fonts were created at about 300 it would always be scaling down

_________________
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: Tue Oct 04, 2016 5:56 am  (#233) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16057
Graechan wrote:
Trandoductin your script still needs a .xcf folder attached the ones I sent you were only the ones I had and checked for there quality, do you have more you can add

I think i will be making a lot of these. So much easier and faster than photofont start. :bigthup

_________________
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Tue Oct 04, 2016 7:47 am  (#234) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16057
Coming soon! :jumpclap

Image

_________________
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Tue Oct 04, 2016 9:03 am  (#235) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16057
Bone-Chocolate-Chip-Cookie-Font :clap

Image

Link to download XCF.
https://personal.filesanywhere.com/fs/v ... 626eb4a89f

_________________
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Tue Oct 04, 2016 12:38 pm  (#236) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Rod wrote:
Graechan wrote:
Trandoductin your script still needs a .xcf folder attached the ones I sent you were only the ones I had and checked for there quality, do you have more you can add

I think i will be making a lot of these. So much easier and faster than photofont start. :bigthup

That sounds great...because more people will run into these custom font images on google search ..and then they'll know about GIMP, and then they'll use GIMP ..and then we'll take over the world.

_________________
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: Tue Oct 04, 2016 12:47 pm  (#237) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
Tin, now you are scaring me with this talk of "taking over the world." :roll:


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Tue Oct 04, 2016 12:56 pm  (#238) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Pat625 wrote:
Tin, now you are scaring me with this talk of "taking over the world." :roll:

Only "Graphic Manipulation" world.
We will take it with brute force. :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: Tue Oct 04, 2016 1:06 pm  (#239) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16057
LOL! I figured out the error Tran!

I wasn't adding the "space.png" layer. Works excellent now. :) Also creators of these XCF files should be sure the space.png is a smaller layer so each word is spaced correctly. I ended up dividing (re scaling) the "space.png" layer by 2 TWICE. This correctly spaced the words.

_________________
Image


Top
 Post subject: Re: Custom Font script (spawned from Wallace's PhotoFont topic).
PostPosted: Tue Oct 04, 2016 1:19 pm  (#240) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4469
Location: Canada
Rod wrote:
LOL! I figured out the error Tran!

I wasn't adding the "space.png" layer. Works excellent now. :) Also creators of these XCF files should be sure the space.png is a smaller layer so each word is spaced correctly. I ended up dividing (re scaling) the "space.png" layer by 2 TWICE. This correctly spaced the words.

Oh yeah "space.png" or " .png" works.
I usually just copy the "A.png" then rename it to " .png" and then delete the content so that it's blank and it's all good.

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


Top
Post new topic Reply to topic  [ 408 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 21  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group