xtd 0.2.0
Loading...
Searching...
No Matches

◆ add_string() [3/4]

void xtd::drawing::drawing_2d::graphics_path::add_string ( const xtd::string s,
const xtd::drawing::font_family family,
xtd::drawing::font_style  style,
float  em_size,
const xtd::drawing::rectangle layout_rect,
const xtd::drawing::string_format format 
)

Adds a text string to this path.

Parameters
sThe xtd::string to add.
familyA xtd::drawing::font_family that represents the name of the font with which the test is drawn.
em_sizeThe height of the em square box that bounds the character.
layout_rectA xtd::drawing::rectangle that represents the rectangle that bounds the text.
formatA xtd::drawing::string_format that specifies text formatting information, such as line spacing and alignment.