Aspose::Cells::Rendering::RenderingFont class
Contents
[
Hide
]RenderingFont class
Font for rendering.
class RenderingFont
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator 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
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++