ComponentOne Bitmap for UWP
GetFontFamilyName(Int32) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > GetFontFamilyName Method : GetFontFamilyName(Int32) Method
The position of the text to examine.
Gets the font family name of the text at the specified position.
Syntax
'Declaration
 
Public Overloads Function GetFontFamilyName( _
   ByVal currentPosition As System.Integer _
) As System.String
public System.string GetFontFamilyName( 
   System.int currentPosition
)

Parameters

currentPosition
The position of the text to examine.

Return Value

the font family name
See Also

Reference

TextLayout Class
TextLayout Members
Overload List