From b5d4c302d0661fe1bfd5144a5eab4d1e3b02ffab Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 12 Oct 2016 22:12:05 +0200 Subject: GRAPHICS: Fix built-in font parameters --- devtools/convbdf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools') diff --git a/devtools/convbdf.cpp b/devtools/convbdf.cpp index 6ec453db38..31fdbd0010 100644 --- a/devtools/convbdf.cpp +++ b/devtools/convbdf.cpp @@ -508,8 +508,8 @@ int main(int argc, char *argv[]) { "\t\"%s\", // Family name\n" "\t\"%s\", // Slant\n" "\t%d, // Max advance\n" - "\t%d, // Size\n" "\t%d, // Height\n" + "\t%d, // Size\n" "\t{ %d, %d, %d, %d }, // Bounding box\n" "\t%d, // Ascent\n" "\n" -- cgit v1.2.3