Share via


PosPrinter.FontTypefaceList Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets a string array that specifies the fonts and typefaces supported by the printer.

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

When updated by the service object based on the capability of the printer, the string array consists of font or font names. The application selects a font or font for a printer station by using the font font selection escape sequence (ESC|#fT). The "#" character is replaced by the number of the font or font within the list: 1, 2, and so on.

In Japan, FontTypefaceList will frequently include the fonts "Mincho" and "Gothic." Other fonts or typefaces may be usually supported in other countries and regions.

An empty array indicates that only the default font 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

PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace