Method
IpuzAcrosticset_quote
Declaration [src]
void
ipuz_acrostic_set_quote (
IpuzAcrostic* self,
const char* quote_str
)
Description [src]
Sets the quote of the puzzle. This is a human-displayable representation of the grid.
This string is saved and restored when loading and saving to disk.
If quote_str
differs from the grid layout of self
, it can be
reconciled by calling ipuz_acrostic_fix_quote()
.
Note
quote_str
must be less than IPUZ_ACROSTIC_MAX_QUOTE_STR_LENGTH
characters long once reconciled with the
IpuzPuzzle:charset
. It will be truncated if too long.
Sets property | Ipuz.Acrostic:quote |