Fix typo in 'Font.cpp'

This commit is contained in:
Vittorio Romeo 2023-04-24 01:08:39 +02:00 committed by Lukas Dürrenberger
parent 973055c1f5
commit 1dbffc6626

View File

@ -99,7 +99,7 @@ struct Font::FontHandles
{
// All the function below are safe to call with null pointer arguments.
// The documentation of FreeType isn't clear on the matter, but the
// implementation does explictly check for null.
// implementation does explicitly check for null.
FT_Stroker_Done(stroker);
FT_Done_Face(face);