java.lang.ObjectFontSourceBase
com.aspose.words.SystemFontSource
public class SystemFontSource
Constructor Summary |
---|
SystemFontSource()
Ctor. |
SystemFontSource(int priority)
Ctor. |
Property Getters/Setters Summary | ||
---|---|---|
int | getPriority() | → inherited from FontSourceBase |
Returns the font source priority. | ||
int | getType() | |
Returns the type of the font source. The value of the property is FontSourceType integer constant. |
Constructor Detail |
---|
public SystemFontSource()
public SystemFontSource(int priority)
priority
- Font source priority. See the Property Getters/Setters Detail |
---|
getPriority | → inherited from FontSourceBase |
public int getPriority() |
This value is used when there are fonts with the same family name and style in different font sources. In this case Aspose.Words selects the font from the source with the higher priority value.
The default value is 0.
getType | |
public int getType() |