Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
poppler
poppler
Commits
80223150
Commit
80223150
authored
Jul 28, 2005
by
Albert Astals Cid
Browse files
Wonder how that slipped here
parent
82638bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
poppler/GlobalParams.cc
View file @
80223150
...
...
@@ -972,8 +972,6 @@ FcPattern *buildFcPattern(GfxFont *font)
strcpy
(
family
,
name
);
int
pos
=
(
modifiers
-
name
);
family
[
pos
]
=
'\0'
;
pos
--
;
family
[
pos
]
=
'\0'
;
deleteFamily
=
true
;
}
else
{
...
...
@@ -1071,6 +1069,7 @@ DisplayFontParam *GlobalParams::getDisplayFont(GfxFont *font) {
GooString
*
fontName
=
font
->
getName
();
if
(
!
fontName
)
return
NULL
;
printf
(
"%s
\n
"
,
fontName
->
getCString
());
lockGlobalParams
;
dfp
=
(
DisplayFontParam
*
)
displayFonts
->
lookup
(
fontName
);
...
...
Write
Preview
Supports
Markdown
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