forked from minhngoc25a/freetype2
Minor comments.
This commit is contained in:
parent
d91f752b77
commit
83525bdd10
|
@ -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…
Reference in New Issue