From 6b0bff2f4fa06b41d88ab41ec736960a4c023df2 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 27 May 2023 22:46:02 +0100 Subject: [PATCH] Formatting. --- common/font/outline_font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/font/outline_font.cpp b/common/font/outline_font.cpp index 6f27bc30d9..b986ee7725 100644 --- a/common/font/outline_font.cpp +++ b/common/font/outline_font.cpp @@ -383,7 +383,7 @@ VECTOR2I OUTLINE_FONT::getTextAsGlyphsUnlocked( BOX2I* aBBox, matrix.yx = (FT_Fixed) ( 0 * 0x10000L ); // Don't rotate in the y direction matrix.yy = (FT_Fixed) ( 1 * 0x10000L ); - FT_Set_Transform(face, &matrix,0); + FT_Set_Transform( face, &matrix, 0 ); } FT_Load_Glyph( face, glyphInfo[i].codepoint, FT_LOAD_NO_BITMAP );