ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetFontFamilyName Method / GetFontFamilyName(Int32) Method
The position of the text to examine.

In This Topic
    GetFontFamilyName(Int32) Method
    In This Topic
    Gets the font family name of the text at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Function GetFontFamilyName( _
       ByVal currentPosition As Integer _
    ) As String
    public string GetFontFamilyName( 
       int currentPosition
    )

    Parameters

    currentPosition
    The position of the text to examine.

    Return Value

    the font family name
    See Also