lettier / gifcurry

😎 The open-source, Haskell-built video editor for GIF makers.
https://lettier.github.io/gifcurry
BSD 3-Clause "New" or "Revised" License
1.34k stars 54 forks source link

Font chosen not converting to saved file #60

Closed bksmth closed 3 years ago

bksmth commented 3 years ago

Hey, not a coder here

Running Gifcurry 6.0.1.0 on Unbuntu 20.04

This could be an issue with just the one font but Uroob Italic, Uroob Bold and Uroob Bold Italic all becomes Uroob Regular when saving the file. I've tried messing around with the setting in the .yaml files but that doesn't seem to change anything. issue gifcurry

Thanks and have a great day -Brian

lettier commented 3 years ago

Hello,

When you run Gifcurry from the terminal, what is the output under TEXT > Text > Font > Family?

  - TEXT:
    - Text: 
      - Font:
        - Family: ?

If you run

convert -list font

can you find the font in the output?

:+1:

bksmth commented 3 years ago

Here is a screenshot from my terminal showing the output when I tried recreating that gif file. It came out the same as my original post even though 'Style: Italic' is in that output.

issue gifcurry term output

When I ran

convert -list font

I saw that Uroob is not listed but also that the number of listed fonts was not nearly as many as are available to choose from in Gifcurry GUI.

lettier commented 3 years ago

Hello,

You'll need to configure ImageMagick to recognize the font. Here is a guide to help you.

Make ImageMagick recognize a font

:+1: