Typos.
This commit is contained in:
parent
236bbdbef9
commit
a32270ae0e
@ -1120,7 +1120,7 @@ FT_BEGIN_HEADER
|
||||
/* `num_fixed_sizes' and `available_sizes' fields of @FT_FaceRec. */
|
||||
/* */
|
||||
/* FT_FACE_FLAG_FIXED_WIDTH :: */
|
||||
/* The face contains fixed-width characters (like Courier, Lucido, */
|
||||
/* The face contains fixed-width characters (like Courier, Lucida, */
|
||||
/* MonoType, etc.). */
|
||||
/* */
|
||||
/* FT_FACE_FLAG_SFNT :: */
|
||||
|
@ -453,7 +453,7 @@ FT_BEGIN_HEADER
|
||||
/* */
|
||||
/* */
|
||||
/* // load glyph */
|
||||
/* error = FT_Load_Char( face, glyph_index, FT_LOAD_DEFAUT ); */
|
||||
/* error = FT_Load_Char( face, glyph_index, FT_LOAD_DEFAULT ); */
|
||||
/* */
|
||||
/* // extract glyph image */
|
||||
/* error = FT_Get_Glyph( face->glyph, &glyph ); */
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* */
|
||||
/* ftgxval.c */
|
||||
/* */
|
||||
/* FreeType API for validating TrueTyepGX/AAT tables (body). */
|
||||
/* FreeType API for validating TrueTypeGX/AAT tables (body). */
|
||||
/* */
|
||||
/* Copyright 2004-2017 by */
|
||||
/* Masatake YAMATO, Redhat K.K, */
|
||||
|
@ -66,7 +66,7 @@ FT_BEGIN_HEADER
|
||||
* model our error mechanism on a Java-like exception mechanism.
|
||||
* When we assign an error code we are thus `throwing' an error.
|
||||
*
|
||||
* The perservation of an error code is done by coding convention.
|
||||
* The preservation of an error code is done by coding convention.
|
||||
* Upon a function call if the error code is anything other than
|
||||
* `FT_Err_Ok', which is guaranteed to be zero, we
|
||||
* will return without altering that error. This will allow the
|
||||
|
@ -2,7 +2,7 @@
|
||||
/* */
|
||||
/* gxvalid.h */
|
||||
/* */
|
||||
/* TrueTyeeGX/AAT table validation (specification only). */
|
||||
/* TrueTypeGX/AAT table validation (specification only). */
|
||||
/* */
|
||||
/* Copyright 2005-2017 by */
|
||||
/* suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
|
||||
|
@ -454,7 +454,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* ================= Segment Single Format 2 Loolup Table ============== */
|
||||
/* ================= Segment Single Format 2 Lookup Table ============== */
|
||||
/*
|
||||
* Apple spec says:
|
||||
*
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_USE_PNG
|
||||
|
||||
/* We always include <stjmp.h>, so make libpng shut up! */
|
||||
/* We always include <setjmp.h>, so make libpng shut up! */
|
||||
#define PNG_SKIP_SETJMP_CHECK 1
|
||||
#include <png.h>
|
||||
#include "pngshim.h"
|
||||
|
Loading…
Reference in New Issue
Block a user