[]
        
(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()
Public Function GetReferenceKey() As DataPointer
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)
Public Function GetReferenceKey(fontFileReferenceKey As IntPtr) As Integer
Parameters
Type Name Description
IntPtr fontFileReferenceKey
Returns
Type Description
int