ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / LocalFontFileLoader Class / GetFilePath Method
The font file reference key that uniquely identifies the local font file within the scope of the font loader being used.

In This Topic
    GetFilePath Method
    In This Topic
    Obtains the absolute font file path from the font file reference key.
    Syntax
    'Declaration
     
    Public Function GetFilePath( _
       ByVal referenceKey As DataPointer _
    ) As System.String
    public System.string GetFilePath( 
       DataPointer referenceKey
    )

    Parameters

    referenceKey
    The font file reference key that uniquely identifies the local font file within the scope of the font loader being used.

    Return Value

    If this method succeeds, the absolute font file path from the font file reference key.
    See Also