Click or drag to resize

Font Class

Holds the definition of a font for use on the SP-ICE-3 Card.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3Font

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
[SerializableAttribute]
public class Font

The Font type exposes the following members.

Constructors
 NameDescription
Public methodFont Create a new empty font.
Top
Methods
 NameDescription
Public methodAddChar Add a glyph and associate it with the given character code.
Public methodClear Empty the font of all previously defined glyphs and character codes.
Public methodGetChar Get the glyph definition for the given character code.
Public methodGetCharList Get a list of the character codes currently defined in the font.
Public methodRemoveChar Remove a glyph and its character code from the font.
Top
Fields
 NameDescription
Public fieldID The ID of the font.
Top
See Also