[]
HRESULT IDWriteFactory::CreateTextLayout([In, Buffer] const wchar_t* string,[In] unsigned int stringLength,[In] IDWriteTextFormat* textFormat,[In] float maxWidth,[In] float maxHeight,[Out, Fast] IDWriteTextLayout** textLayout)
public TextLayout1 CreateTextLayout1(string text, int stringLength, TextFormat textFormat, float maxWidth, float maxHeight)
| Type | Name | Description |
|---|---|---|
| string | text | |
| int | stringLength | |
| TextFormat | textFormat | |
| float | maxWidth | |
| float | maxHeight |
| Type | Description |
|---|---|
| TextLayout1 |