Content


NTL
Core
CFontProperties

CFontProperties



Class for storing font properties.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class CFontProperties :public virtual IFontProperties
{
public:
    bool isEqual(IFontProperties *font) override;

    bool Copy(IFontProperties *src) override;

    CFontProperties(); // Create with default properties
    CFontProperties(IFontProperties *other); // Create and copy properties from specified font properties
    virtual ~CFontProperties() = default;
};
Namespace: nitisa
Include: Nitisa/Core/FontProperties.h