How do I distribute a font in a nuget package using the new csproj approach to create nuget packages?
问题 I have a nuget package for Xamarin Forms (ios and android) with which I want to distribute a custom font. I can't find from the nuget documentation how I can include the font in the nuget package so that it gets added to the iOS or Android project that consumes the package. Is this even possible? If so, how? 回答1: How do I distribute a font in a nuget package using the new csproj approach to create nuget packages? To include the font in the nuget package and use it in the new csproj iOS or