Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
94b56e80
Commit
94b56e80
authored
Mar 31, 2006
by
Olivier Teulière
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skins2/src/ft2_font.*: s/initalize/initialize/
parent
6a45cc62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/skins2/src/ft2_font.cpp
modules/gui/skins2/src/ft2_font.cpp
+2
-2
modules/gui/skins2/src/ft2_font.hpp
modules/gui/skins2/src/ft2_font.hpp
+1
-1
No files found.
modules/gui/skins2/src/ft2_font.cpp
View file @
94b56e80
...
...
@@ -65,10 +65,10 @@ bool FT2Font::init()
{
int
err
;
// Init
alis
e libfreetype
// Init
ializ
e libfreetype
if
(
FT_Init_FreeType
(
&
m_lib
)
)
{
msg_Err
(
getIntf
(),
"failed to initalize freetype"
);
msg_Err
(
getIntf
(),
"failed to init
i
alize freetype"
);
return
false
;
}
...
...
modules/gui/skins2/src/ft2_font.hpp
View file @
94b56e80
...
...
@@ -43,7 +43,7 @@ class FT2Font: public GenericFont
FT2Font
(
intf_thread_t
*
pIntf
,
const
string
&
rName
,
int
size
);
virtual
~
FT2Font
();
/// Initalize the object. Returns false if it failed
/// Init
i
alize the object. Returns false if it failed
virtual
bool
init
();
/// Render a string on a bitmap.
...
...
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