Skip to content

Commit

Permalink
Allow parsing the Text(textColor = ...) annotation
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - #142
  - OpenModelica/OMCompiler#3052
  • Loading branch information
atrosinenko authored and OpenModelica-Hudson committed Apr 16, 2019
1 parent b423c40 commit dd336f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/FrontEnd/Constants.mo
Expand Up @@ -335,6 +335,7 @@ record Text
Real extent[2,2]/*(each final unit=\"mm\")*/;
String textString;
Real fontSize = 0 \"unit pt\";
Integer textColor[3] = {-1, -1, -1} \"defaults to fillColor\";
String fontName;
TextStyle textStyle[:];
TextAlignment horizontalAlignment = TextAlignment.Center;
Expand Down

0 comments on commit dd336f9

Please sign in to comment.