Formatting.

This commit is contained in:
Werner Lemberg 2000-07-10 14:24:26 +00:00
parent b390a12429
commit 670caab855
3 changed files with 553 additions and 522 deletions

View File

@ -968,7 +968,7 @@
/* */ /* */
typedef struct FT_GlyphLoader_ FT_GlyphLoader; typedef struct FT_GlyphLoader_ FT_GlyphLoader;
/*************************************************************************/ /*************************************************************************/
/* */ /* */
/* FreeType Glyph Slot base class */ /* FreeType Glyph Slot base class */
@ -1113,11 +1113,11 @@
FT_Vector advance; FT_Vector advance;
FT_Glyph_Format format; FT_Glyph_Format format;
FT_Bitmap bitmap; FT_Bitmap bitmap;
FT_Int bitmap_left; FT_Int bitmap_left;
FT_Int bitmap_top; FT_Int bitmap_top;
FT_Outline outline; FT_Outline outline;
FT_UInt num_subglyphs; FT_UInt num_subglyphs;
@ -1939,10 +1939,10 @@
{ {
ft_render_mode_normal = 0, ft_render_mode_normal = 0,
ft_render_mode_mono = 1 ft_render_mode_mono = 1
} FT_Render_Mode; } FT_Render_Mode;
/*************************************************************************/ /*************************************************************************/
/* */ /* */
/* <Function> */ /* <Function> */
@ -1992,7 +1992,7 @@
ft_kerning_default = 0, ft_kerning_default = 0,
ft_kerning_unfitted, ft_kerning_unfitted,
ft_kerning_unscaled ft_kerning_unscaled
} FT_Kerning_Mode; } FT_Kerning_Mode;

View File

@ -215,7 +215,7 @@
FT_Matrix* matrix, FT_Matrix* matrix,
FT_Vector* delta ); FT_Vector* delta );
enum enum
{ {
ft_glyph_bbox_pixels = 0, ft_glyph_bbox_pixels = 0,
@ -348,7 +348,7 @@
FT_ULong render_mode, FT_ULong render_mode,
FT_Vector* origin, FT_Vector* origin,
FT_Bool destroy ); FT_Bool destroy );
/*************************************************************************/ /*************************************************************************/
/* */ /* */

File diff suppressed because it is too large Load Diff