Reference for JVM version of SpaceVIL  0.3.5.8
SpaceVIL (Space of Visual Items Layout) is a cross-platform and multilingual framework for creating GUI client applications for .NET Standard, .NET Core and JVM. SpaceVIL is based on OpenGL graphic technology and GLFW. Using this framework in conjunction with .Net Core or with a JVM, you can work and create graphical client applications on Linux, Mac OS X and Windows.
com.spvessel.spacevil.FontService Class Reference

FontService is a static class with static methods for working with fonts. More...

Static Public Member Functions

static Font changeFontSize (int size, Font oldFont)
 Changing font size. More...
 
static Font changeFontStyle (int style, Font oldFont)
 Changing font style. More...
 
static Font changeFontFamily (String fontFamily, Font oldFont)
 Changing font family. More...
 

Detailed Description

FontService is a static class with static methods for working with fonts.

Member Function Documentation

◆ changeFontFamily()

static Font com.spvessel.spacevil.FontService.changeFontFamily ( String  fontFamily,
Font  oldFont 
)
static

Changing font family.

Parameters
fontFamilyNew font family of the font.
oldFontFont as java.awt.Font.
Returns
New font as java.awt.Font.

◆ changeFontSize()

static Font com.spvessel.spacevil.FontService.changeFontSize ( int  size,
Font  oldFont 
)
static

Changing font size.

Parameters
sizeNew size of the font.
oldFontFont as java.awt.Font.
Returns
New sized font as java.awt.Font.

◆ changeFontStyle()

static Font com.spvessel.spacevil.FontService.changeFontStyle ( int  style,
Font  oldFont 
)
static

Changing font style.

Parameters
styleNew style of the font.
oldFontFont as java.awt.Font.
Returns
New styled font as java.awt.Font.

The documentation for this class was generated from the following file: