公共的文字
This commit is contained in:
parent
d5735a58f4
commit
6ac472d1f7
@ -5,6 +5,7 @@ message IscsGraphicStorage {
|
|||||||
Canvas canvas = 1;
|
Canvas canvas = 1;
|
||||||
UniqueIdOfStationLayout UniqueIdPrefix = 2;//地图唯一信息
|
UniqueIdOfStationLayout UniqueIdPrefix = 2;//地图唯一信息
|
||||||
repeated Arrow arrows = 3;
|
repeated Arrow arrows = 3;
|
||||||
|
repeated IscsText iscsTexts = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Canvas {
|
message Canvas {
|
||||||
@ -73,3 +74,12 @@ message Arrow {
|
|||||||
string code = 2;
|
string code = 2;
|
||||||
repeated Point points = 3;
|
repeated Point points = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Iscs文字 */
|
||||||
|
message IscsText {
|
||||||
|
CommonInfo common = 1;
|
||||||
|
string code = 2;
|
||||||
|
string content = 3;
|
||||||
|
string color = 4;
|
||||||
|
int32 fontSize = 5;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user