Is there a way to load Oblique font face in FreeType?

60 Views Asked by At

Using Character Map UWP from Microsoft store and opening Tahoma font file shows 4 font faces in total. tahoma.ttf has Regular and Oblique font faces but when opening the font using FreeType num_faces is 1 and face style_name is "Regular". Does FreeType not support these font faces (you have to render them yourself using custom transforms)?.

0

There are 0 best solutions below