note to self

This commit is contained in:
Adam D. Ruppe 2021-01-25 21:12:11 -05:00
parent 1e4e4ead7e
commit e7ec476aef
1 changed files with 2 additions and 0 deletions

2
ttf.d
View File

@ -174,6 +174,8 @@ struct DrawingTextContext {
Added April 24, 2020
+/
class OpenGlLimitedFont(OpenGlFontGLVersion ver = OpenGlFontGLVersion.old) {
// FIXME: does this kern?
// FIXME: it would be cool if it did per-letter transforms too like word art. make it tangent to some baseline
import arsd.simpledisplay;