TtfManager class
Constructors
-
TtfManager.new(Pointer<
SdlRenderer> renderer)
Properties
Methods
-
destroy(
) → void -
getStatus(
{String? fontFile, int? fontSize}) → TtfStatus? -
loadTexture(
String text, {String? fontFile, int? fontSize, int? textColor, int? backgroundColor, int? style, int? outline}) → Pointer< SdlTexture> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefaultFontFile(
String defaultFontFile) → void -
setDefaultFontSize(
int defaultFontSize) → void -
setDefaultOutline(
int defaultOutline) → void -
setDefaultStyle(
int defaultStyle) → void -
setDefaultTextColor(
int defaultTextColor) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited