This commit is contained in:
Werner Lemberg 2015-05-28 17:31:15 +02:00
parent 366b2ea748
commit a678560dc2
3 changed files with 5 additions and 3 deletions

View File

@ -136,8 +136,8 @@ FT_BEGIN_HEADER
* *
* Depending on the graphics framework, Microsoft uses different * Depending on the graphics framework, Microsoft uses different
* bytecode and rendering engines. As a consequence, the version * bytecode and rendering engines. As a consequence, the version
* numbers returned by a call to the `GETINFO[1]' bytecode instruction * numbers returned by a call to the `GETINFO' bytecode instruction are
* are more convoluted than desired. * more convoluted than desired.
* *
* Here are two tables that try to shed some light on the possible * Here are two tables that try to shed some light on the possible
* values for the MS rasterizer engine, together with the additional * values for the MS rasterizer engine, together with the additional
@ -177,7 +177,7 @@ FT_BEGIN_HEADER
* { * {
* version sampling rendering comment * version sampling rendering comment
* x y x y * x y x y
* --------------------------------------------------------------- * --------------------------------------------------------------
* v1.0 normal normal B/W B/W bi-level * v1.0 normal normal B/W B/W bi-level
* v1.6 high high gray gray grayscale * v1.6 high high gray gray grayscale
* v1.8 high normal color-filter B/W (GDI) ClearType * v1.8 high normal color-filter B/W (GDI) ClearType

View File

@ -1332,6 +1332,7 @@
{ {
FT_Fixed scale = FT_DivFix( u2 - u1, v2 - v1 ); FT_Fixed scale = FT_DivFix( u2 - u1, v2 - v1 );
for ( p = p1; p <= p2; p++ ) for ( p = p1; p <= p2; p++ )
{ {
u = p->v; u = p->v;

View File

@ -409,6 +409,7 @@
FT_FRAME_END FT_FRAME_END
}; };
if ( ( error = face->goto_table( face, if ( ( error = face->goto_table( face,
TTAG_gvar, TTAG_gvar,
stream, stream,