문제

Can anyone give me a hand on how to use Custom fonts in a Silverlight app in OOB? It works in the browser correctly.

Furthermore, the font is working and referenced correctly as the designer renders what I am after, but when running the app it is ignored.

Thanks heaps

Edit :

Trying to emulate a Mutlimeter display (thus OOB)

FontFamily="/BNA;component/Fonts/Fonts.zip#Crystal"

Font Properties Build Action = "Resource", Copy to Output Directory = "Copy Always"

도움이 되었습니까?

해결책

Got it sorted, had to embed in to the client app side using

FontFamily="/BNA;component/Crysta.ttf#Crystal" and setting the Font as a Resource

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top