In This Topic
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)
Syntax
'Declaration
Public Function CreateTextLayout1( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As TextFormat, _
ByVal As System.Single, _
ByVal As System.Single _
) As TextLayout1
public TextLayout1 CreateTextLayout1(
System.string ,
System.int ,
TextFormat ,
System.float ,
System.float
)
Parameters
- text
- stringLength
- textFormat
- maxWidth
- maxHeight
See Also