Uses of Class
com.xebisco.yield.font.Font
Packages that use Font
-
Uses of Font in com.xebisco.yield
Methods in com.xebisco.yield that return FontMethods in com.xebisco.yield with parameters of type FontModifier and TypeMethodDescriptionApplication.setDefaultFont(Font defaultFont) Sets the default font. -
Uses of Font in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type FontModifier and TypeMethodDescriptionFontManager.loadFont(Font font, FileIOManager ioManager) The function loads a font object.voidFontManager.unloadFont(Font font, FileIOManager ioManager) The function unloads a specified font. -
Uses of Font in com.xebisco.yield.rendering
Methods in com.xebisco.yield.rendering that return FontMethods in com.xebisco.yield.rendering with parameters of type Font