[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.FontFile.GetReferenceKey

GetReferenceKey Method

GetReferenceKey()

Obtains the reference to the reference key of a font file. The returned reference is valid until the font file object is released.

Declaration
public DataPointer GetReferenceKey()
Returns
Type Description
DataPointer

the reference to the reference key of a font file.

GetReferenceKey(IntPtr)

HRESULT IDWriteFontFile::GetReferenceKey([Out, Buffer] const void** fontFileReferenceKey,[Out] unsigned int* fontFileReferenceKeySize)

Declaration
public int GetReferenceKey(IntPtr fontFileReferenceKey)
Parameters
Type Name Description
IntPtr fontFileReferenceKey
Returns
Type Description
int