Share via


PointCardRW.FontTypefaceList Property

Specifies the fonts and/or typefaces supported by the Point Card Reader/Writer.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim pointCardRW1 As PointCardRW

Dim returnValue As String
returnValue = pointCardRW1.FontTypefaceList

Syntax

'Declaration
Public MustOverride ReadOnly Property FontTypefaceList() As String()
public abstract string[] FontTypefaceList {get;}
public: property virtual array<String^>^ FontTypefaceList{
    array<String^>^ get();
}
public abstract System.String[] get_FontTypefaceList();
public abstract function get FontTypefaceList() : String[];

Remarks

FontTypefaceList is typically initialized to NULL. It should then be 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, FontTypefaceList frequently includes the fonts “Mincho” and “Gothic.” Other fonts or typefaces may be commonly supported in other countries.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace
Data Characters and Escape Sequences