Reference for .Net 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.
SpaceVIL.FontService Class Reference

FontService is a static class with static methods for working with colors, shapes and images. More...

Static Public Member Functions

static Font ChangeFontSize (int size, Font oldFont)
 Changing font size. More...
 
static Font ChangeFontStyle (FontStyle style, Font oldFont)
 Changing font style. More...
 
static Font ChangeFontFamily (FontFamily fontFamily, Font oldFont)
 Changing font family. More...
 

Detailed Description

FontService is a static class with static methods for working with colors, shapes and images.

Member Function Documentation

◆ ChangeFontFamily()

static Font SpaceVIL.FontService.ChangeFontFamily ( FontFamily  fontFamily,
Font  oldFont 
)
static

Changing font family.

Parameters
fontFamilyNew font family of the font.
oldFontFont as System.Drawing.Font.
Returns
New font as System.Drawing.Font.

◆ ChangeFontSize()

static Font SpaceVIL.FontService.ChangeFontSize ( int  size,
Font  oldFont 
)
static

Changing font size.

Parameters
sizeNew size of the font.
oldFontFont as System.Drawing.Font.
Returns
New sized font as System.Drawing.Font.

◆ ChangeFontStyle()

static Font SpaceVIL.FontService.ChangeFontStyle ( FontStyle  style,
Font  oldFont 
)
static

Changing font style.

Parameters
styleNew style of the font.
oldFontFont as System.Drawing.Font.
Returns
New styled font as System.Drawing.Font.

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