Verovio
Source code documentation
vrv::FontInfo Class Reference

This class is store font properties. More...

#include <devicecontextbase.h>

Public Member Functions

int GetPointSize () const
 
int GetLetterSpacing () const
 
data_FONTSTYLE GetStyle () const
 
data_FONTWEIGHT GetWeight () const
 
bool GetUnderlined () const
 
bool GetSupSubScript () const
 
std::string GetFaceName () const
 
int GetFamily () const
 
int GetEncoding () const
 
float GetWidthToHeightRatio () const
 
SmuflTextFont GetSmuflFont () const
 
void SetPointSize (int pointSize)
 
void SetLetterSpacing (double letterSpacing)
 
void SetStyle (data_FONTSTYLE style)
 
void SetWeight (data_FONTWEIGHT weight)
 
void SetUnderlined (bool underlined)
 
void SetSupSubScript (bool supSubScript)
 
void SetFaceName (const std::string &faceName)
 
void SetFamily (int family)
 
void SetEncoding (int encoding)
 
void SetWidthToHeightRatio (float ratio)
 
void SetSmuflFont (SmuflTextFont smuflFont)
 
void SetSmuflWithFallback (bool fallback)
 

Detailed Description

This class is store font properties.


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