Aspose::Cells::Rendering::RenderingFont::RenderingFont constructor

RenderingFont::RenderingFont(const U16String&, float) constructor

Initializes a new instance of the RenderingFont

Aspose::Cells::Rendering::RenderingFont::RenderingFont(const U16String &fontName, float fontSize)
ParameterTypeDescription
fontNameconst U16String&font name
fontSizefloatfont size in points

See Also

RenderingFont::RenderingFont(const char16_t*, float) constructor

Initializes a new instance of the RenderingFont

Aspose::Cells::Rendering::RenderingFont::RenderingFont(const char16_t *fontName, float fontSize)
ParameterTypeDescription
fontNameconst char16_t*font name
fontSizefloatfont size in points

See Also

RenderingFont::RenderingFont(RenderingFont_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::Rendering::RenderingFont::RenderingFont(RenderingFont_Impl *impl)

See Also

RenderingFont::RenderingFont(const RenderingFont&) constructor

Copy constructor.

Aspose::Cells::Rendering::RenderingFont::RenderingFont(const RenderingFont &src)

See Also