FontConverterZplGetTtfFontHeader Method
|
Returns a Stream which provides the TTF header information as determined from the source stream.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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 Stream
- Stream containing TrueType® font data
- pathOnPrinter String
- Location of the font file on the printer.
Return Value
StreamHeader information for the provided stream
See Also