forked from ulrichard/ftgl
-
Notifications
You must be signed in to change notification settings - Fork 17
/
BUGS
23 lines (17 loc) · 811 Bytes
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
BUGS
====
* FTGLTextureFonts can't be used inside display lists. This because
the glGet call to check the current texture id can't be used in a
display list. It is only a valid call when the list is compiled and
is ignore after that.
* The texture co-ords in the Texture Font may be wrong for non
scalable fonts.
* /usr/share/fonts/truetype/ttf-larabie-deco/let_seat.ttf has issues
with the outset position (glyph "u").
/usr/share/fonts/truetype/ttf-larabie-straight/teenlite.ttf has the
same problem but it depends the glyph size.
* /usr/share/fonts/truetype/ttf-larabie-straight/primer.ttf has filling
issues.
* The content of textured quads are properly antialiased but their edges
remain blocky because there is no possible interpolation. Maybe adding
a 1-pixel border would help.