EditBox.handleCustomLineHighlight - multiple declarations

Function EditBox.handleCustomLineHighlight

Custom text color and style highlight (using text highlight) support.

Return null if no syntax highlight required for line.

Prototype

CustomCharProps[] handleCustomLineHighlight(
  int line,
  dstring txt,
  ref CustomCharProps[] buf
);

Function EditBox.handleCustomLineHighlight

Custom text color and style highlight (using text highlight) support.

Return null if no syntax highlight required for line.

Prototype

CustomCharProps[] handleCustomLineHighlight(
  int line,
  dstring txt,
  ref CustomCharProps[] buf
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0