Hi,

In project i m using Arial black font, By default Arial black font is
already bold style font file.

In my application i m using following condition to check whether font file
is already bold style or not.

if ((face->style_flags) & FT_STYLE_FLAG_BOLD)
{
//dont apply FT_Set_Embolden()
}
else
{
//apply FT_Set_Embolden()
}

but this condition is not working for Arial black font.it is working fine
for other font.
Can u pls help me how can i handle Arial Black font?

-- 
tauseef
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to