Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9e3a4af5
Commit
9e3a4af5
authored
Dec 15, 2013
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Freetype: unexport a function we don't need anymore on Win32
parent
783fdab8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
modules/text_renderer/platform_fonts.c
modules/text_renderer/platform_fonts.c
+1
-1
modules/text_renderer/platform_fonts.h
modules/text_renderer/platform_fonts.h
+0
-1
No files found.
modules/text_renderer/platform_fonts.c
View file @
9e3a4af5
...
@@ -252,7 +252,7 @@ static int CALLBACK EnumFontCallback(const ENUMLOGFONTEX *lpelfe, const NEWTEXTM
...
@@ -252,7 +252,7 @@ static int CALLBACK EnumFontCallback(const ENUMLOGFONTEX *lpelfe, const NEWTEXTM
return
GetFileFontByName
(
(
LPCTSTR
)
lpelfe
->
elfFullName
,
(
char
**
)
lParam
);
return
GetFileFontByName
(
(
LPCTSTR
)
lpelfe
->
elfFullName
,
(
char
**
)
lParam
);
}
}
char
*
GetWindowsFontPath
()
static
char
*
GetWindowsFontPath
()
{
{
wchar_t
wdir
[
MAX_PATH
];
wchar_t
wdir
[
MAX_PATH
];
if
(
S_OK
!=
SHGetFolderPathW
(
NULL
,
CSIDL_FONTS
,
NULL
,
SHGFP_TYPE_CURRENT
,
wdir
)
)
if
(
S_OK
!=
SHGetFolderPathW
(
NULL
,
CSIDL_FONTS
,
NULL
,
SHGFP_TYPE_CURRENT
,
wdir
)
)
...
...
modules/text_renderer/platform_fonts.h
View file @
9e3a4af5
...
@@ -86,7 +86,6 @@ void FontConfig_BuildCache( filter_t *p_filter );
...
@@ -86,7 +86,6 @@ void FontConfig_BuildCache( filter_t *p_filter );
#ifdef _WIN32
#ifdef _WIN32
char
*
GetWindowsFontPath
();
char
*
Win32_Select
(
filter_t
*
p_filter
,
const
char
*
family
,
char
*
Win32_Select
(
filter_t
*
p_filter
,
const
char
*
family
,
bool
b_bold
,
bool
b_italic
,
int
i_size
,
int
*
i_idx
);
bool
b_bold
,
bool
b_italic
,
int
i_size
,
int
*
i_idx
);
...
...
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