It assigns a single alphanumeric character to a font stored in DRAM, memory card, EPROM, or Flash.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
C# |
---|
public static void SetFontIdentifier( char fontId, string fontName, bool printFontListing ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetFontIdentifier ( _ fontId As Char, _ fontName As String, _ printFontListing As Boolean _ ) |
Visual C++ |
---|
public: static void SetFontIdentifier( wchar_t fontId, String^ fontName, bool printFontListing ) |
Parameters
- fontId
- Type: System..::.Char
The new alphanumeric character (A-Z and 0-9) to be used as the font identifier.
- fontName
- Type: System..::.String
The complete name of the font stored in any printer's storage devices (including the drive location, for example B:ARIAL.FNT)
- printFontListing
- Type: System..::.Boolean
If true, then a label is printed showing the font listing in the printer's storage device involved; otherwise false.
Remarks
All printer built-in fonts are referenced using a one-character identifier. This method lets you to assign a single alphanumeric character to a font stored in DRAM, memory card, EPROM, or Flash.
If the assigned character is the same as that of a built-in font, the new font is used in place of the built-in font. The change is in effect only until power is turned off.
If the assigned character is different, the new font is used as an additional font. The assignment remains in effect until a new command is issued or the printer is turned off.