2021-05-02
02:03 PM
- last edited on
2021-09-14
12:15 AM
by
Noemi Balogh
2021-05-02 06:21 PM
2021-05-02 06:54 PM
2021-05-03 02:15 AM
Barry wrote:Nothing fancy, really.
What is the full DEFINE STYLE command you have used for 'AC_TextStyle_1' ?
define style "label_text_style" AC_TextFont_1, AC_TextSize_1*100/GLOB_SCALE, txt_anchor, AC_TextStyle_1The GDL manual states, that the text style flag for subscript, superscript, and strikethrough only works with STYLE{2} – but at least strikethrough still works when set with STYLE. It only raises the error mentioned above.
2021-05-03 07:38 AM
If the defined style is used with the TEXT2 command, size means character heights in millimeters, while the superscript, subscript andSo I don't think there is a way around your dilemma - put up with the error message or change to use paragraphs.
strikethrough face_code values are not effective.