I am trying o load a custom font in C#, so it is usable by COM libraries (like ESRI) and by GDI+.
I want to load the font from disk and don't want to install the font on the system.
COM font is of type stdole.IFontDisp.
EDIT: using in AddFontResourceEx combination with the PrivateFontCollection solves the issue.