The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDWriteTextLayout::DetermineMinWidth method
Determines the minimum possible width the layout can be set to without emergency breaking between the characters of whole words occurring.
Syntax
virtual HRESULT DetermineMinWidth(
[out] FLOAT *minWidth
) = 0;
Parameters
- minWidth [out]
-
Type: FLOAT*
Minimum width.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Library |
|
|---|---|
|
DLL |
|
See also
Show: