tomolt / libschrift

A lightweight TrueType font rendering library
ISC License
471 stars 32 forks source link

more examples #1

Closed 0xtrzy closed 4 years ago

0xtrzy commented 4 years ago

Please show example in vector for example SDL draw lines

tomolt commented 4 years ago

I'm afraid I don't quite understand what you're saying, could you please elaborate a bit? Do you mean I should give an example of how to use libschrift with SDL? Or do you mean I should give an example of outputting a vector graphic instead of a bitmap graphic? Because the latter is not something libschrift is meant to do.

maandree commented 4 years ago

It may be interesting to split libschrift into two libraries: one library for rending rasters and one library for the rest, which could then be used for implementing other rendering methods such as to vector graphics.

tomolt commented 4 years ago

I'm sorry, but I'll have to close this issue, since it is too vague to act upon and the original poster won't clarify. Mattias' suggestion should probably be a separate issue anyway.