|
Move And Rename Method private randomFont(style int, size int) : Font from class org.nutz.img.Images to public random(style int, size int) : Font from class org.nutz.img.Fonts |
From |
To |
|
Move And Rename Method private getFont(name String, style int, size int) : Font from class org.nutz.img.Images to public get(name String, style int, size int) : Font from class org.nutz.img.Fonts |
From |
To |
|
Move And Rename Method private findFont(fnames String[], style int, size int) : Font from class org.nutz.img.Images to private find(fnames String[], style int, size int) : Font from class org.nutz.img.Fonts |
From |
To |