FontConfig class
Constructors
-
FontConfig({required String family, required List<String> fallback, required double size, required double lineHeight, FontStyleConfig? bold, FontStyleConfig? italic, FontStyleConfig? boldItalic, double offsetX = 0, double offsetY = 0, double glyphOffsetX = 0, double glyphOffsetY = 0})
-
const
Methods
-
copyWith({String? family, List<String>? fallback, double? size, double? lineHeight, FontStyleConfig? bold, FontStyleConfig? italic, FontStyleConfig? boldItalic, double? offsetX, double? offsetY, double? glyphOffsetX, double? glyphOffsetY})
→ FontConfig
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited