foobar2000 SDK  2015-01-14
Public Member Functions
CFontScaled

#include <GDIUtils.h>

+ Inheritance diagram for CFontScaled:

Public Member Functions

 CFontScaled (HFONT _in, double scale)
 

Detailed Description

Definition at line 95 of file GDIUtils.h.

Constructor & Destructor Documentation

CFontScaled::CFontScaled ( HFONT  _in,
double  scale 
)
inline

Definition at line 97 of file GDIUtils.h.

97  {
98  CreateScaledFont(*this, _in, scale);
99  }
static void CreateScaledFont(CFont &out, CFontHandle in, double scale)
Definition: GDIUtils.h:46
void SHARED_EXPORT scale(const audio_sample *p_source, t_size p_count, audio_sample *p_output, audio_sample p_scale)
p_source/p_output can point to same buffer
Definition: audio_math.cpp:63

The documentation for this class was generated from the following file: