I have very strange problem - I have custom font installed and I am trying to write text with it.
I checked that font is properly installed. I see it in "convert -list font" command.
I am creating new image. Setting up font and size:
image.Font = "CustomFontName";
image.FontPointsize = 100;
but when I try
image.FontTypeMetrics("sometext") it is always null.
So does anyone have idea what am I missing?
Font is in OTF format if this is any help..
Thank you in advance.
I checked that font is properly installed. I see it in "convert -list font" command.
I am creating new image. Setting up font and size:
image.Font = "CustomFontName";
image.FontPointsize = 100;
but when I try
image.FontTypeMetrics("sometext") it is always null.
So does anyone have idea what am I missing?
Font is in OTF format if this is any help..
Thank you in advance.