Calls to DoAztecFnt may be used to generate Aztec font-based barcodes without using a full BARCDOE2D structure.
Int WINAPI DoAztecFnt(LPSTR szin, int cols, int mode, int level, LPSTR szout)
Where szin is a pointer to a string containing the barcode
data,
szout is a pointer to a string that will receive the font-based barcode
characters that form the symbol when displayed in the appropriate font. The
character buffer pointed to by szout must already exist and be large enough to
hold the output string.
cols is an integer which may be zero. If greater than
zero this value represent the size of the barcode symbol to be created in
columns or column codewords.
mode is an integer which specifies the
start_mode for those barcode types that allow this value to be
specified,
level is an integer which may be 0. If greater than zero the value
is used to specify the security level of the symbol created.
Note that at least one of cols and level should be 0.
More: