Commit d4f283b
authored
[FREETYPE][NTGDI] Use Face->num_faces instead of ttc_header.count (reactos#7646)
Supporting raster fonts. Using
num_faces is the generic way.
JIRA issue: CORE-16165
- Use FT_FaceRec.num_faces instead
of TT_Face.ttc_header.count in
counting the font faces in
IntGdiLoadFontsFromMemory function.1 parent d72864d commit d4f283b
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1986 | 1986 | | |
1987 | 1987 | | |
1988 | 1988 | | |
1989 | | - | |
| 1989 | + | |
| 1990 | + | |
1990 | 1991 | | |
1991 | | - | |
1992 | | - | |
1993 | | - | |
1994 | | - | |
1995 | | - | |
1996 | | - | |
1997 | | - | |
1998 | | - | |
1999 | | - | |
| 1992 | + | |
2000 | 1993 | | |
2001 | 1994 | | |
2002 | 1995 | | |
| |||
0 commit comments