diff options
Diffstat (limited to 'xfa/fxbarcode/cbc_ean8.cpp')
-rw-r--r-- | xfa/fxbarcode/cbc_ean8.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fxbarcode/cbc_ean8.cpp b/xfa/fxbarcode/cbc_ean8.cpp index 3f32d2274c..7280c3770e 100644 --- a/xfa/fxbarcode/cbc_ean8.cpp +++ b/xfa/fxbarcode/cbc_ean8.cpp @@ -91,6 +91,10 @@ FX_BOOL CBC_EAN8::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { return TRUE; } +BC_TYPE CBC_EAN8::GetType() { + return BC_EAN8; +} + CFX_WideString CBC_EAN8::Decode(uint8_t* buf, int32_t width, int32_t height, |