ardour
Functions
bundle_env_mingw.cc File Reference
#include <stdlib.h>
#include <string>
#include "bundle_env.h"
#include "i18n.h"
#include <glibmm.h>
#include <fontconfig/fontconfig.h>
#include <pango/pangoft2.h>
#include <pango/pangocairo.h>
#include <windows.h>
#include <wingdi.h>
#include <shlobj.h>
#include "ardour/ardour.h"
#include "ardour/search_paths.h"
#include "ardour/filesystem_paths.h"
#include "pbd/file_utils.h"
#include "pbd/epa.h"
#include "pbd/windows_special_dirs.h"

Go to the source code of this file.

Functions

const std::string get_install_path ()
 
void fixup_bundle_environment (int, char *[], string &localedir)
 
static __cdecl void unload_custom_fonts ()
 
void load_custom_fonts ()
 

Function Documentation

void fixup_bundle_environment ( int  ,
char *  [],
string &  localedir 
)

Definition at line 88 of file bundle_env_mingw.cc.

const std::string get_install_path ( )

Definition at line 52 of file bundle_env_mingw.cc.

void load_custom_fonts ( )

Load any fonts required by the GTK2 version of ardour, on a per-platform basis.

Definition at line 148 of file bundle_env_mingw.cc.

static __cdecl void unload_custom_fonts ( )
static

Definition at line 138 of file bundle_env_mingw.cc.