Aspose::Cells::CellsHelper::GetTextWidth method

CellsHelper::GetTextWidth(const U16String&, const Aspose::Cells::Font&, double) method

Get width of text in unit of points.

static double Aspose::Cells::CellsHelper::GetTextWidth(const U16String &text, const Aspose::Cells::Font &font, double scaling)
ParameterTypeDescription
textconst U16String&The text.
fontconst Aspose::Cells::Font&The font of the text.
scalingdoubleThe scaling of text.

ReturnValue

See Also

CellsHelper::GetTextWidth(const char16_t*, const Aspose::Cells::Font&, double) method

Get width of text in unit of points.

static double Aspose::Cells::CellsHelper::GetTextWidth(const char16_t *text, const Aspose::Cells::Font &font, double scaling)
ParameterTypeDescription
textconst char16_t*The text.
fontconst Aspose::Cells::Font&The font of the text.
scalingdoubleThe scaling of text.

ReturnValue

See Also