escpos-php
|
Public Member Functions | |
getCustomCodePages () | |
getSupportedCodePages () | |
![]() | |
getCodePageCacheKey () | |
getCodePages () | |
getFeature ($featureName) | |
getId () | |
getName () | |
getSupportsBarcodeB () | |
getSupportsBitImageRaster () | |
getSupportsGraphics () | |
getSupportsPdf417Code () | |
getSupportsQrCode () | |
getSupportsStarCommands () | |
getVendor () | |
Additional Inherited Members | |
![]() | |
static | getProfileNames () |
static | load (string $profileName) |
Retrieve the CapabilityProfile with the given ID. More... | |
static | suggestNearest (string $input, array $choices, int $num) |
Return choices with smallest edit distance to an invalid input. More... | |
![]() | |
__construct (string $profileId, array $profileData) | |
Construct new CapabilityProfile. More... | |
suggestFeatureName (string $featureName) | |
![]() | |
static | loadCapabilitiesDataFile () |
Ensure that the capabilities.json data file has been loaded. | |
static | suggestProfileName (string $profileName) |
![]() | |
$codePageCacheKey | |
Hash of the code page data structure, to identify it for caching. | |
$codePages | |
Associtive array of CodePage objects, indicating which encodings the printer supports. | |
$colors | |
Not used. | |
$features | |
Feature values. | |
$fonts | |
Not used. | |
$media | |
Not used. | |
$name | |
Name of the profile, including model number. | |
$notes | |
Notes on the profile, null if not set. | |
$profileId | |
ID of the profile. | |
$vendor | |
Name of manufacturer. | |
![]() | |
static | $encodings = null |
Data structure containing encodings loaded from disk, null if not loaded yet. | |
static | $profiles = null |
Data structure containing profiles loaded from disk, null if not loaded yet. | |