Could anyone point me in the direction of a font (that I may already have
[Windows XP/Office Xp Pro]) that shows the way WPF can display font ligatures?
Thanks
Could anyone point me in the direction of a font (that I may already have
[Windows XP/Office Xp Pro]) that shows the way WPF can display font ligatures?
Thanks
The Palatino Linotype font, which comes with Windows, implements
ligatures. Filipe Fortes describes how it works on his blog:
http://fortes.com/2005/03/09/ligatures/
Pascal
joe_bloggs wrote:
> Could anyone point me in the direction of a font (that I may already have
> [Windows XP/Office Xp Pro]) that shows the way WPF can display font ligatures?
>
> Thanks
>
>
Thanks for the info and the link.
the following
<Page xmlns="http://schemas.microsoft.com/winfx/avalon/2005"
xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005">
<Button FontFamily="Palatino Linotype" FontSize="20" Padding="10"
Typography.StandardLigatures="false">
Effect
</Button>
</Page>
does not cause the 'ff' to be seperated and the
Typography.DiscretionaryLigatures="True" does not cause the ligature to
appear.
The version I have of palatino is 1.4 on XP, do i need the version installed
with Vista?
Using the Inline element causes
Can't specify an element of type System.Windows.Documents.Inline. Only
non-abstract types are allowed as elements. Line 8 Position 2
in Xamlpad.
"Pascal Bourque" wrote:
> The Palatino Linotype font, which comes with Windows, implements
> ligatures. Filipe Fortes describes how it works on his blog:
>
> http://fortes.com/2005/03/09/ligatures/
>
>
> Pascal
>
> joe_bloggs wrote:
> > Could anyone point me in the direction of a font (that I may already have
> > [Windows XP/Office Xp Pro]) that shows the way WPF can display font ligatures?
> >
> > Thanks
> >
> >
>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing default Font and Font Size | cap10 | Vista mail | 1 | 03 Feb 2010 |
| Screen Font Colour Problem (was Screen Font in Instant Messaging - posted 7th Nov) | bones | Live Messenger | 5 | 12 Nov 2009 |
| Outgoing font and font size | jkingiv | Vista mail | 1 | 31 Jul 2008 |
| Files in Blue Font.... Why are they in blue font? | Mac | Vista General | 5 | 06 Aug 2007 |
| How to remove unneeded large asian font files from font folder | Charles Fischer | Vista account administration | 7 | 10 Feb 2007 |