Audacity 3.2.0
Classes | Namespaces | Functions | Variables
Ruler.cpp File Reference
#include "Ruler.h"
#include <wx/dcclient.h>
#include <wx/dcscreen.h>
#include "AColor.h"
#include "AllThemeResources.h"
#include "Envelope.h"
#include "NumberScale.h"
#include "Theme.h"
#include "ZoomInfo.h"
#include "RulerUpdater.h"
Include dependency graph for Ruler.cpp:

Go to the source code of this file.

Classes

struct  Ruler::Cache
 

Namespaces

namespace  anonymous_namespace{Ruler.cpp}
 

Functions

void anonymous_namespace{Ruler.cpp}::FindFontHeights (wxCoord &height, wxCoord &lead, wxDC &dc, const wxFont &font)
 
void anonymous_namespace{Ruler.cpp}::FindFontHeights (wxCoord &height, wxCoord &lead, wxDC &dc, int fontSize, wxFontWeight weight=wxFONTWEIGHT_NORMAL)
 

Variables

static constexpr int MinPixelHeight
 
static constexpr int MaxPixelHeight
 

Variable Documentation

◆ MaxPixelHeight

constexpr int MaxPixelHeight
staticconstexpr
Initial value:
=
14

Definition at line 344 of file Ruler.cpp.

Referenced by Ruler::ChooseFonts().

◆ MinPixelHeight

constexpr int MinPixelHeight
staticconstexpr
Initial value:
=
12

Definition at line 337 of file Ruler.cpp.

Referenced by Ruler::ChooseFonts().