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 LibreLogo: add basic HTML formatting support to LABEL 2022-04-22 20:46:35 +02:00
CustomTarget_librelogo.mk Resolves: tdf#97046 ensure build system variables start with gb_ 2021-11-04 10:48:24 +01:00
Makefile
Module_librelogo.mk
Package_librelogo.mk tdf#92287 Make LibreLogo icons theme based 2020-08-25 09:43:23 +02:00
Package_librelogo_properties.mk Related: tdf#80713 add KeyIds to LibreLogo strings 2021-10-02 17:13:20 +02:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

LibreLogo Programming Language

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