PointCardRW.FontTypefaceList Property
2/27/2008
Gets the fonts and typefaces supported by the point card reader/writer.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property FontTypefaceList As String()
public abstract string[] FontTypefaceList { get; }
public:
virtual property array<String^>^ FontTypefaceList {
array<String^>^ get () abstract;
}
/** @property */
public abstract String[] get_FontTypefaceList ()
public abstract function get FontTypefaceList () : String[]
Remarks
The FontTypefaceList property is updated by the service object, based on the capabilities of the device. The string consists of font or typeface names separated by commas. The application selects a font or typeface for the point card reader/writer by using the font typeface selection escape sequence (ESC |#fT). The "#”" character is replaced by the number of the font or typeface within the list: 1, 2, and so on.
In Japan, the FontTypefaceList property frequently includes the fonts "Mincho" and "Gothic." Other fonts or typefaces may be typically supported in other countries or regions.
An empty string indicates that only the default typeface is supported.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
Data Characters and Escape Sequences