#include <BC_OnedEANWriter.h>
|
| static constexpr CFX_TextRenderOptions | GetTextRenderOptions () |
| static bool | HasValidContentSize (WideStringView contents) |
| virtual bool | ShowChars (WideStringView contents, CFX_RenderDevice *device, const CFX_Matrix &matrix, int32_t barWidth) |
| void | ShowDeviceChars (CFX_RenderDevice *device, const CFX_Matrix &matrix, const ByteString str, float geWidth, pdfium::span< TextCharPos > pCharPos, float locX, float locY, int32_t barWidth) |
| void | CalcTextInfo (const ByteString &text, pdfium::span< TextCharPos > charPos, CFX_Font *cFont, float geWidth, int32_t fontSize, float &charsLen) |
| pdfium::span< uint8_t > | AppendPattern (pdfium::span< uint8_t > target, pdfium::span< const uint8_t > pattern, bool startColor) |
| bool | m_bPrintChecksum = true |
| bool | m_bCalcChecksum = false |
| bool | m_bLeftPadding = false |
| bool | m_bRightPadding = false |
| UnownedPtr< CFX_Font > | m_pFont |
| float | m_fFontSize = 10.0f |
| int32_t | m_iFontStyle = 0 |
| uint32_t | m_fontColor = 0xff000000 |
| BC_TEXT_LOC | m_locTextLoc = BC_TEXT_LOC::kBelowEmbed |
| int32_t | m_iDataLenth = 0 |
| size_t | m_iContentLen = 0 |
| std::vector< CFX_Path > | m_output |
| int32_t | m_barWidth |
| float | m_outputHScale |
| int32_t | m_ModuleHeight = 1 |
| int32_t | m_ModuleWidth = 1 |
| int32_t | m_Height = 320 |
| int32_t | m_Width = 640 |
| static const FX_ARGB | kBarColor = 0xff000000 |
| static const FX_ARGB | kBackgroundColor = 0xffffffff |
Definition at line 10 of file BC_OnedEANWriter.h.
◆ CBC_OneDimEANWriter()
| CBC_OneDimEANWriter::CBC_OneDimEANWriter |
( |
| ) |
|
|
default |
◆ ~CBC_OneDimEANWriter()
| CBC_OneDimEANWriter::~CBC_OneDimEANWriter |
( |
| ) |
|
|
overridedefault |
◆ CalcChecksum()
| virtual int32_t CBC_OneDimEANWriter::CalcChecksum |
( |
const ByteString & | contents | ) |
|
|
pure virtual |
◆ InitEANWriter()
| void CBC_OneDimEANWriter::InitEANWriter |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: