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::point_f & | origin, | ||
const xtd::drawing::string_format & | format | ||
) |
Adds a text string to this path.
s | The xtd::string to add. |
family | A xtd::drawing::font_family that represents the name of the font with which the test is drawn. |
em_size | The height of the em square box that bounds the character. |
origin | A xtd::drawing::point_f that represents the point where the text starts. |
format | A xtd::drawing::string_format that specifies text formatting information, such as line spacing and alignment. |