J Joshua Moore Aug 10, 2004 #1 Does anyone know how to access fonts that are added as embedded resources in a c# compact framework app? Thanks, Joshua Moore
Does anyone know how to access fonts that are added as embedded resources in a c# compact framework app? Thanks, Joshua Moore
A Alex Feinman [MVP] Aug 11, 2004 #2 On the desktop you would have used AddFontMeResourceEx. On CE platform I think your only recourse is to copy the resource data to a file and then P/Invoke AddFontResource on it (and later - RemoveFontResource)
On the desktop you would have used AddFontMeResourceEx. On CE platform I think your only recourse is to copy the resource data to a file and then P/Invoke AddFontResource on it (and later - RemoveFontResource)