office-gobmx/librelogo
László Németh 89c3470633 LibreLogo: add basic HTML formatting support to LABEL
It's possible to format character spans in text
of LABEL, as bold, italic and underline text
using HTML tags <B>, <I> and <U> and their
lowercase equivalents. For example,

LABEL '<i>Italic, <b>also bold</b></i> and <u>underline</u>.'

Use HTML "&lt;" to avoid of the replacement. For example,

LABEL 'some &lt;i>text&lt;/i>'

prints "some <i>text</i>" instead of "some text"
with italic "text" in it.

Change-Id: I70fd97763c6c488eba23c168a541b84cff0c90e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132786
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2022-04-22 20:46:35 +02:00
..
source
CustomTarget_librelogo.mk
Makefile
Module_librelogo.mk
Package_librelogo.mk
Package_librelogo_properties.mk
README.md

LibreLogo Programming Language

LibreLogo is a Logo-like programming language with interactive vectorgraphics for education and DTP