Minor comments.

color
Werner Lemberg 6 years ago
parent d91f752b77
commit 83525bdd10
  1. 2
      include/freetype/internal/ftobjs.h
  2. 4
      src/base/ftobjs.c

@ -702,7 +702,7 @@ FT_BEGIN_HEADER
/* Preset bitmap metrics of an outline glyphslot prior to rendering */
/* and check if the truncated bbox is too large for rendering. */
/* and check whether the truncated bbox is too large for rendering. */
FT_BASE( FT_Bool )
ft_glyphslot_preset_bitmap( FT_GlyphSlot slot,
FT_Render_Mode mode,

@ -342,8 +342,8 @@
}
/* overflow-resistant presetting of bitmap position and dimensions */
/* also checks if the size is too large for rendering */
/* overflow-resistant presetting of bitmap position and dimensions; */
/* also check whether the size is too large for rendering */
FT_BASE_DEF( FT_Bool )
ft_glyphslot_preset_bitmap( FT_GlyphSlot slot,
FT_Render_Mode mode,

Loading…
Cancel
Save