Answer:
Interviewer is looking for hands on experience with WPF and Silverlight. Your answer should mention <Run> tag and process of packing required fonts in an independent .ZIP file an then refering to the particular font inside package as following:
<TextBlock>
<Run FontFamily="myFont.zipMyEnglish.TTF#My English Test" FontSize="12" Text="Sample Text"/>
</TextBlock>
Interviewer is looking for hands on experience with WPF and Silverlight. Your answer should mention <Run> tag and process of packing required fonts in an independent .ZIP file an then refering to the particular font inside package as following:
<TextBlock>
<Run FontFamily="myFont.zipMyEnglish.TTF#My English Test" FontSize="12" Text="Sample Text"/>
</TextBlock>