rep: rotated idx label

master
Rob Pilling 2023-05-25 23:21:04 +01:00
parent 2440613de1
commit d913368ff1
1 changed files with 18 additions and 13 deletions

View File

@ -75,19 +75,24 @@ const layout = new Layout({
type: "v", type: "v",
c: [ c: [
{ {
id: "repIdx", type: "h",
type: "txt", c: [
label: "Begin", {
font: `Vector:${fontSzRepDesc}`, id: "duration",
}, lazyBuster: 1,
{ type: "custom",
id: "duration", font: `Vector:${fontSzMain}` as FontNameWithScaleFactor,
lazyBuster: 1, fillx: 1,
type: "custom", filly: 1,
font: `Vector:${fontSzMain}` as FontNameWithScaleFactor, render: renderDuration,
fillx: 1, },
filly: 1, {
render: renderDuration, id: "repIdx",
type: "txt",
font: "6x8",
r: Rotation.Deg90,
},
]
}, },
{ {
type: "txt", type: "txt",