Click or drag to resize

FontAPI Class

Provides access to Font handling operations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibFontAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public class FontAPI : Spice3API

The FontAPI type exposes the following members.

Methods
 NameDescription
Public methodDelete Deletes the specified font from the card.
Public methodGet Gets the current definition of the specified font from the card.
Public methodLoad Loads the font on the card.
Public methodSet Sets the definition of the font specified by font.ID on the card.
Public methodSetActive Activates the specified font on the card.
Public methodStore Stores the font on the card.
Top
See Also