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 propertyIpuz.Acrostic:quote

Parameters

quote_str

Type: const char*

The quote string of the puzzle.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.