Minor comments.

This commit is contained in:
Werner Lemberg 2018-08-31 07:37:15 +02:00
parent d91f752b77
commit 83525bdd10
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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,