Minor.
This commit is contained in:
parent
366b2ea748
commit
a678560dc2
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue