Aspose::Cells::Rendering::RenderingFont class

RenderingFont class

Font for rendering.

class RenderingFont

Methods

MethodDescription
GetBold()Gets or sets bold for the font.
GetColor()Gets or sets color for the font.
GetItalic()Gets or sets italic for the font.
GetName()Gets name of the font.
GetSize()Gets size of the font in points.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const RenderingFont& src)operator=
RenderingFont(const U16String& fontName, float fontSize)Initializes a new instance of the RenderingFont
RenderingFont(const char16_t* fontName, float fontSize)Initializes a new instance of the RenderingFont
RenderingFont(RenderingFont_Impl* impl)Constructs from an implementation object.
RenderingFont(const RenderingFont& src)Copy constructor.
SetBold(bool value)Gets or sets bold for the font.
SetColor(const Aspose::Cells::Color& value)Gets or sets color for the font.
SetItalic(bool value)Gets or sets italic for the font.
~RenderingFont()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also