Skip to main content
Version: 1.0.0-preview.36

Velaptor.Content.Fonts.FontSource

Velaptor

Velaptor.Content.Fonts

FontSource Enum

Represents the source of where a font was loaded.

public enum FontSource

Fields

AppContent 1

Loaded from the application's content directory.

System 2

Loaded from the system.

Unknown 0

Loaded from another location other then the system or application's font content directory.

Remarks

When loading fonts, the font that is attempting to be loaded will be
checked for its existence in the application's content directory first.
If the font does not exist there, then the font will be checked for
its existence in the system. If the font does not exist in the application's
content directory or the system, then an exception will be thrown.