behdad / glyphy

GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
Other
663 stars 76 forks source link

Perspective text rendering #10

Open benstadin opened 8 years ago

benstadin commented 8 years ago

Is it possible with glyphy to skew text so it can be placed into a 3D secene? If so, it would be a nice feature to have a skewing option in the demo.

Cheers Ben

behdad commented 8 years ago

You can skew it using a full matrix transform, if that is what you are asking.