Method | Description | |
---|---|---|
ToSurface ( this image, SadConsole font, bool blockMode = false ) : TextSurface | ||
ToSurface ( this image, TextSurface surface, Color cachedColorArray, bool blockMode = false ) : void |
public static ToSurface ( this image, SadConsole font, bool blockMode = false ) : TextSurface | ||
image | this | |
font | SadConsole | |
blockMode | bool | |
return | TextSurface |
public static ToSurface ( this image, TextSurface surface, Color cachedColorArray, bool blockMode = false ) : void | ||
image | this | |
surface | TextSurface | |
cachedColorArray | Color | |
blockMode | bool | |
return | void |