CFontHolder::GetFontDispatch

LPFONTDISP GetFontDispatch( );

Return Value

A pointer to the CFontHolder object’s IFontDisp interface. Note that the function that calls GetFontDispatch must call IUnknown::Release on this interface pointer when done with it.

Remarks

Call this function to retrieve a pointer to the font’s dispatch interface. Call InitializeFont before calling GetFontDispatch.

CFontHolder OverviewClass MembersHierarchy Chart

See Also   CFontHolder::InitializeFont