FontConverterZplGetTtfFontHeader Method
|
Returns a Stream which provides the TTF header information as determined from the source stream.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public static Stream GetTtfFontHeader(
Stream sourceStream,
string pathOnPrinter
)
Public Shared Function GetTtfFontHeader (
sourceStream As Stream,
pathOnPrinter As String
) As Stream
public:
static Stream^ GetTtfFontHeader(
Stream^ sourceStream,
String^ pathOnPrinter
)
Parameters
- sourceStream
- Type: System.IOStream
Stream containing TrueType® font data - pathOnPrinter
- Type: SystemString
Location of the font file on the printer.
Return Value
Type:
StreamHeader information for the provided stream
See Also