ReaderWmfProcessCharacterSpacing Property |
Namespace: Ab2d
Some metafiles can define custom character spacing data (width of each character in text) that is used to exactly position each character in text.
TextBlock in WPF does not provide such functionality. To achieve similar results a ScaleTransform can be applied to TextBlock to scale the text according to character spacing data.
Sometimes this can lead to some undesired effects. If this happens first check if the fonts that are used by the texts in metafile are installed on the system. If this does not help set ProcessCharacterSpacing to false to skip processing character spacing.