Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
6724655a
Commit
6724655a
authored
Mar 08, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fnt2bdf: Remove spaces before '\n's.
parent
d1110dd2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fnt2bdf.c
tools/fnt2bdf.c
+3
-3
No files found.
tools/fnt2bdf.c
View file @
6724655a
...
...
@@ -226,13 +226,13 @@ static int dump_bdf( fnt_fontS* cpe_font_struct, unsigned char* file_buffer)
l_span
=
(
int
)
(
cpe_font_struct
->
dfCharTable
[
ic
].
charWidth
-
1
)
/
8
;
fprintf
(
fp
,
"STARTCHAR %d
\n
"
,
ic
);
fprintf
(
fp
,
"STARTCHAR %d
\n
"
,
ic
);
fprintf
(
fp
,
"ENCODING %d
\n
"
,
l_fchar
);
fprintf
(
fp
,
"SWIDTH %d %d
\n
"
,
fprintf
(
fp
,
"SWIDTH %d %d
\n
"
,
cpe_font_struct
->
dfCharTable
[
ic
].
charWidth
*
1000
,
0
);
fprintf
(
fp
,
"DWIDTH %d %d
\n
"
,
fprintf
(
fp
,
"DWIDTH %d %d
\n
"
,
cpe_font_struct
->
dfCharTable
[
ic
].
charWidth
,
0
);
fprintf
(
fp
,
"BBX %d %d %d %d
\n
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment