FontConfigs Class
Contents
[
Hide
]FontConfigs class
Specifies font settings
type FontConfigs struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewFontConfigs | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
FontConfigs_IsFontAvailable | Indicate whether the font is available. |
FontConfigs_GetDefaultFontName | Gets or sets the default font name. |
FontConfigs_SetDefaultFontName | Gets or sets the default font name. |
FontConfigs_GetPreferSystemFontSubstitutes | Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set.e.g. On Ubuntu, “Arial” font is generally substituted by “Liberation Sans”.Default value is false. |
FontConfigs_SetPreferSystemFontSubstitutes | Indicate whether to use system font substitutes first or not when a font is not presented and the substitute of this font is not set.e.g. On Ubuntu, “Arial” font is generally substituted by “Liberation Sans”.Default value is false. |
FontConfigs_SetFontFolder | Sets the fonts folder |