Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Early stage new version of Custom Font Layers with Fixed Margins

Thu Dec 05, 2019 6:55 am

I have been thinking about this for some time - and hadn't realised that MareroQ had produced such an excellent set of plug-ins for handling unicode characters.

Anyway here are some of the results that I have had using the highlighted option...

dialogv3highlited.jpg
dialogv3highlited.jpg (92.94 KiB) Viewed 3250 times

The layers on the left show the star characters generated and then put through the metallic filter.
layers.jpg
layers.jpg (99.75 KiB) Viewed 3250 times


And a couple of star layers results. Metallic effects and Shine effect...

two_stars.jpg
two_stars.jpg (91.41 KiB) Viewed 3250 times

Re: Early stage new version of Custom Font Layers with Fixed Margins

Fri Dec 06, 2019 1:40 am

Hi Skinnyhouse.

Is this weird (but beautiful)?
At the same time:
You - add Unicode to Font_Metallic_Effects.py
I - I am thinking about adding Font_Metallic_Effects to Unicode_to_shape (so I asked for the option of extended application with "ordinary" layers).
By the way, one more request (long-term?):
if you add foreign characters can you add polish characters?

Code:
polish_case = unichr(260) + unichr(262) + unichr(280) + unichr(321) + unichr(323) + unichr(211) + unichr(346) + unichr(377) + unichr(379)
polish_case += unichr(261) + unichr(263) + unichr(281) + unichr(322) + unichr(324) + unichr(243) + unichr(347) + unichr(378) + unichr(380)


(and probably for all languages instead of PF_TOGGLE one PF_OPTION).
I will follow the development of your new plugin with interest.
Good luck.

Re: Early stage new version of Custom Font Layers with Fixed Margins

Fri Dec 06, 2019 3:02 am

Adding Polish characters a pleasure - even if the experimental never makes it - scary emoji wins.

Re: Early stage new version of Custom Font Layers with Fixed Margins

Fri Dec 06, 2019 2:37 pm

Making progress with emoji - although most other custom font filters do not recognise the results.

animal_emoji.jpg
animal_emoji.jpg (40.32 KiB) Viewed 3192 times


animal_emoji_metallicised.jpg
animal_emoji_metallicised.jpg (74.92 KiB) Viewed 3192 times

Re: Early stage new version of Custom Font Layers with Fixed Margins

Mon Dec 16, 2019 5:20 pm

Thank you so much for granting my request.
You are a specialist in fonts - I admire the constantconstant development of this issue. :yes

Re: Early stage new version of Custom Font Layers with Fixed Margins

Fri Dec 20, 2019 2:21 pm

GoldenHalo_Small_ABC.jpg
GoldenHalo_Small_ABC.jpg (261.88 KiB) Viewed 2926 times

MareroQ:
Polish characters and kerning (along with French, German, Italian and Spanish) included in this monster custom font over on GimpLearn.
Custom font with accented characters

Re: Early stage new version of Custom Font Layers with Fixed Margins

Fri Dec 20, 2019 4:17 pm

I'm enjoying,
what seems to be a serious passion and enthusiasm,
for custom font creation.

I too,
once had a pressing urge for this same thing.
Unfortunately,
depending on how one looks at it.
I've gone on to other "pressing urges".


Image

Re: Early stage new version of Custom Font Layers with Fixed Margins

Sat Dec 21, 2019 7:41 am

Thank you for the kind words Wallace.
Some may think it an obsession - I think of it as an back-itch that I cannot quite reach well enough to scratch, if you pardon the image.
Enjoy the season.
Post a reply