ComponentOne Bitmap for UWP
GetFontStyle(Int32,TextRange) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > GetFontStyle Method : GetFontStyle(Int32,TextRange) Method
HRESULT IDWriteTextLayout::GetFontStyle([In] unsigned int currentPosition,[Out] DWRITE_FONT_STYLE* fontStyle,[Out, Optional] DWRITE_TEXT_RANGE* textRange)
Syntax
'Declaration
 
Public Overloads Function GetFontStyle( _
   ByVal currentPosition As System.Integer, _
   ByRef textRange As TextRange _
) As FontStyle
public FontStyle GetFontStyle( 
   System.int currentPosition,
   out TextRange textRange
)

Parameters

currentPosition
textRange
See Also

Reference

TextLayout Class
TextLayout Members
Overload List