Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 471ae8c

Browse files
committed
Left != Right kerning comment
1 parent fa385eb commit 471ae8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ft2font.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ int FT2Font::get_kerning(FT_UInt left, FT_UInt right, FT_UInt mode, bool fallbac
443443
FT2Font *left_ft_object = glyph_to_font[left];
444444
FT2Font *right_ft_object = glyph_to_font[right];
445445
if (left_ft_object != right_ft_object) {
446-
printf("Prev FT2Font != Curr FT2Font!\n");
446+
// could potentially do something different?
447447
}
448448
// if left_ft_object is not the same the right_ft_object,
449449
// do the exact same thing which set_text does.

0 commit comments

Comments
 (0)