Posts by RRManzke • 71 points
3 posts
-
1
votes1
answer54
viewsA: Embedded font with compound name is not displayed
One solution is to add the source file name: <TextBlock FontFamily="pack://application:,,,/Fonts/PERICL.TTF#Pericles Light" />
-
3
votes1
answer54
viewsQ: Embedded font with compound name is not displayed
I am embedding some fonts in my WPF application but some are not displayed. Fonts are in the /Fonts folder at the application root and their properties are set to Resource. Use like this:…
-
3
votes1
answer849
viewsQ: How to disable Migrations from an EF6 project?
Hello! I have a class library with models using Code First and enabled Migrations with the command "enable-Migrations" in PMC to test and works very well. As I am at the beginning of the model…