JustifyGlyphAdvances(Single,Int32,IntPtr,IntPtr,IntPtr,IntPtr,IntPtr) Method
In This Topic
HRESULT IDWriteTextAnalyzer1::JustifyGlyphAdvances([In] float lineWidth,[In] unsigned int glyphCount,[In, Buffer] const DWRITE_JUSTIFICATION_OPPORTUNITY* justificationOpportunities,[In, Buffer] const float* glyphAdvances,[In, Buffer] const DWRITE_GLYPH_OFFSET* glyphOffsets,[Out, Buffer] float* justifiedGlyphAdvances,[Out, Buffer, Optional] DWRITE_GLYPH_OFFSET* justifiedGlyphOffsets)
Syntax
'Declaration
Public Overloads Sub JustifyGlyphAdvances( _
ByVal As System.Single, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr _
)
public void JustifyGlyphAdvances(
System.float ,
System.int ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr ,
System.IntPtr
)
Parameters
- lineWidth
- glyphCount
- justificationOpportunities
- glyphAdvances
- glyphOffsets
- justifiedGlyphAdvances
- justifiedGlyphOffsets
See Also