Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
FreeType
FreeType Demo Programs
Commits
937252e8
Commit
937252e8
authored
Jan 12, 2021
by
Alexei Podtelezhnikov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/ftmulti.c (main): Fix crash.
parent
ab1788c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ChangeLog
ChangeLog
+4
-0
src/ftmulti.c
src/ftmulti.c
+3
-3
No files found.
ChangeLog
View file @
937252e8
2021-01-12 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/ftmulti.c (main): Fix crash.
2021-01-11 Alexei Podtelezhnikov <apodtele@gmail.com>
[graph] Do not preset blending cache.
...
...
src/ftmulti.c
View file @
937252e8
...
...
@@ -1167,6 +1167,9 @@
Clear_Display
();
strbuf_init
(
header
,
Header
,
sizeof
(
Header
)
);
strbuf_reset
(
header
);
if
(
file_loaded
>=
1
)
{
switch
(
render_mode
)
...
...
@@ -1179,9 +1182,6 @@
Render_All
(
(
unsigned
int
)
Num
,
ptsize
);
}
strbuf_init
(
header
,
Header
,
sizeof
(
Header
)
);
strbuf_reset
(
header
);
strbuf_format
(
header
,
"%.50s %.50s (file %.100s)"
,
face
->
family_name
,
face
->
style_name
,
...
...
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