Click here to Skip to main content
15,915,328 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Two Way Data Binding In Wpf Pin
Pete O'Hanlon21-May-10 1:54
mvePete O'Hanlon21-May-10 1:54 
GeneralRe: Two Way Data Binding In Wpf Pin
Manohar.K21-May-10 2:23
Manohar.K21-May-10 2:23 
GeneralRe: Two Way Data Binding In Wpf Pin
Pete O'Hanlon21-May-10 3:09
mvePete O'Hanlon21-May-10 3:09 
GeneralRe: Two Way Data Binding In Wpf Pin
Manohar.K21-May-10 4:21
Manohar.K21-May-10 4:21 
QuestionWPF: Vista style window Pin
Prasoon Chaudhary19-May-10 19:19
Prasoon Chaudhary19-May-10 19:19 
AnswerRe: WPF: Vista style window Pin
Ray Cassick20-May-10 7:31
Ray Cassick20-May-10 7:31 
QuestionRetrieving template parts [I FEEL FRENCH] Pin
#realJSOP19-May-10 9:31
professional#realJSOP19-May-10 9:31 
AnswerRe: Retrieving template parts Pin
427748019-May-10 11:11
427748019-May-10 11:11 
GeneralRe: Retrieving template parts Pin
#realJSOP20-May-10 1:24
professional#realJSOP20-May-10 1:24 
QuestionMigration Tool from ASP.NET to Silverlight Pin
Shubhabrata Mohanty19-May-10 4:27
Shubhabrata Mohanty19-May-10 4:27 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
R. Giskard Reventlov19-May-10 4:46
R. Giskard Reventlov19-May-10 4:46 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
#realJSOP19-May-10 9:26
professional#realJSOP19-May-10 9:26 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
Abhinav S19-May-10 19:02
Abhinav S19-May-10 19:02 
AnswerRe: Migration Tool from ASP.NET to Silverlight Pin
Kunal Chowdhury «IN»20-May-10 7:19
professionalKunal Chowdhury «IN»20-May-10 7:19 
Questioncustom control datagrid in WPF 3.5 framework Pin
kartheesh19-May-10 1:14
kartheesh19-May-10 1:14 
AnswerRe: custom control datagrid in WPF 3.5 framework Pin
Abhinav S19-May-10 2:02
Abhinav S19-May-10 2:02 
GeneralRe: custom control datagrid in WPF 3.5 framework Pin
kartheesh19-May-10 2:10
kartheesh19-May-10 2:10 
AnswerRe: custom control datagrid in WPF 3.5 framework Pin
Venkatesh Mookkan19-May-10 16:56
Venkatesh Mookkan19-May-10 16:56 
GeneralRe: custom control datagrid in WPF 3.5 framework Pin
kartheesh19-May-10 18:20
kartheesh19-May-10 18:20 
GeneralRe: custom control datagrid in WPF 3.5 framework Pin
kartheesh20-May-10 20:19
kartheesh20-May-10 20:19 
QuestionCan't display "Wingding 3" font [modified] Pin
fjparisIII18-May-10 9:27
fjparisIII18-May-10 9:27 
I need to display several characters from the Wingdings 3 font family. That's the name of the font family, not the name of the True Type font family file. What I did was copy the wingdng3.ttf file to my project root and made sure that its BuildAction was set to Resource. Then in my XAML I use this syntax to display a single character at the beginning of a TextBlock:
<TextBlock
    Name="section1Title"
    >
    <Run FontFamily="WingDng3.ttf#Wingdings 3"></Run> Help on the tutorials
</TextBlock>

When displayed in my application, the wingding character appears as a square, just as in the above markup, but you'd expect that in the markup. But appearing as a square in the running Silverlight application indicates that the font family I chose for it was not located. What am I doing wrong?

Edit: Upon further investigation I discovered that my "expectation" about the display of the markup was wrong. If the font can be displayed, it is displayed properly in the markup, at least in VS2010. Nevertheless, I still don't know how to get VS2010 to display an embedded font.

modified on Tuesday, May 18, 2010 6:12 PM

QuestionProblem with Silverlight grid, extra cell Pin
Philky00117-May-10 10:53
Philky00117-May-10 10:53 
AnswerRe: Problem with Silverlight grid, extra cell [modified] Pin
Abhinav S17-May-10 16:21
Abhinav S17-May-10 16:21 
GeneralRe: Problem with Silverlight grid, extra cell [modified] Pin
Philky00117-May-10 16:49
Philky00117-May-10 16:49 
GeneralRe: Problem with Silverlight grid, extra cell Pin
Abhinav S17-May-10 17:33
Abhinav S17-May-10 17:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.