1#ifndef __SDPIAWAREFONT__H__
2#define __SDPIAWAREFONT__H__
Smart pointer class for managing COM-style reference-counted objects.
void UpdateFont(int nScale)
Updates the font based on the provided scale.
IFontS * GetFontPtr()
Retrieves the pointer to the current font object.
SDpiAwareFont(void)
Constructor.
IFontS * OnGetFont(const SStringW &strDesc, int nScale)
Retrieves the font object based on the description and scale.
void SetFontDesc(const SStringW &strDesc, int nScale)
Sets the font description and scale.
A class representing an ASCII string.