FontSourceBase.Priority
FontSourceBase Priority property. Returns the font source priority.
FontSourceBase.Priority property
Returns the font source priority.
public int Priority { get; }
Remarks
This value is used when there are fonts with the same family name and style in different font sources. In this case Wordize selects the font from the source with the higher priority value.
The default value is 0.
See Also
- class FontSourceBase
- namespace Wordize.Fonts
- assembly Wordize