Hallo
Ich habe eine Frage zum Thema Skriptsystem Matrix.
Es geht um die Krüger Matrix welche ich in den C2 E eingebaut habe BVG version
Nun habe ich aber folgendes Problem.
Da ich die Fonts von DL18 +1/2 Veränderungen benutzte wird bei dem Ziel S+U Zoologischer Garten Nur S+U Zoologischer G geschildert, da der Rest nicht mehr rauf passt.
Nun hab ich mir gedacht das ganz einfach so zu regel, dass die Matrix ab einer länge von mehr als 50 Pixeln eine andere Font Benutzt.
Nun wie man sich denken kann funktioniert dies nicht wirklich.
Mein Skript dazu
(L.$.Matrix_TerminusL2) (L.L.Font_10x5/18x10) (M.V.TextLength) 50 <
{if}
(S.L.Font_7x3/14x6)
{endif}
Font Definitionen
"churafont++ 10x5" (M.V.GetFontIndex) (S.L.Font_5x3/10x5)
"BVG Lawo 12_3" (M.V.GetFontIndex) (S.L.Font_5x4/10x6B)
"BVG Lawo 12_3" (M.V.GetFontIndex) (S.L.Font_5x5/10x8B)
"BVG Lawo 12_3" (M.V.GetFontIndex) (S.L.Font_5x5/12x8B)
"BVG Lawo 15" (M.V.GetFontIndex) (S.L.Font_7x3/14x6) (S.L.Font_8x3/14x6)
(S.L.Font_(8-1)x3/14x6)
"churafont++ 14x10" (M.V.GetFontIndex) (S.L.Font_7x4/14x8B) (S.L.Font_8x4/14x8B)
(S.L.Font_(8-1)x4/14x8B)
"BVG Lawo 15" (M.V.GetFontIndex) (S.L.Font_7x5/14x8B) (S.L.Font_8x5/14x8B)
(S.L.Font_(8-1)x5/14x8B)
"BVG Lawo 15" (M.V.GetFontIndex) (S.L.Font_7x6B/14x10H) (S.L.Font_8x6B/14x10H)
(S.L.Font_(8-1)x6B/14x10H)
"churafont++ 18x7" (M.V.GetFontIndex) (S.L.Font_10x3/18x7)
"churafont++ 18x8" (M.V.GetFontIndex) (S.L.Font_10x4/18x8) (S.L.Font_15x4/18x8)
"BVG Lawo 18_3" (M.V.GetFontIndex) (S.L.Font_10x5/18x10) (S.L.Font_16x5/18x10)
"BVG Lawo 18_3" (M.V.GetFontIndex) (S.L.Font_10x6B/18x10B)
"BVG Lawo 18_3" (M.V.GetFontIndex) (S.L.Font_10x6B/18x12B) (S.L.Font_16x6/18x12B)
"BVG Lawo 18_3" (M.V.GetFontIndex) (S.L.Font_15x4/32x8)
"churafont++ 32x10" (M.V.GetFontIndex) (S.L.Font_16x5/32x10)
"churafont++ 32x14" (M.V.GetFontIndex) (S.L.Font_16x6/32x14)
"churafont++ 32x10 Bold" (M.V.GetFontIndex) (S.L.Font_16x6B/32x10B)
"churafont++ 32x12 Bold" (M.V.GetFontIndex) (S.L.Font_16x7B/32x12B)
"BVG Lawo 32" (M.V.GetFontIndex) (S.L.Font_16x8B/32x16B)
"churafont++ Chrono 16x8" (M.V.GetFontIndex) (S.L.Font_Chrono)
"churafont++ Numeric 20x9" (M.V.GetFontIndex) (S.L.Font_Nr_16x4/20x9) (S.L.Font_Nr_16x5/20x9)
"churafont++ Numeric 26x11 Bold BVG" (M.V.GetFontIndex) (S.L.Font_Nr_16x6/26x11)
"churafont++ Numeric 26x11 Bold BVG" (M.V.GetFontIndex) (S.L.Font_Nr_16x7/30x16)
"churafont++ Numeric 26x11 Bold BVG" (M.V.GetFontIndex) (S.L.Font_Nr_16x8/32x16)
"churafont++ Numeric 26x11 Bold BVG" (M.V.GetFontIndex) (S.L.Font_Nr_16x11/32x24)
"churafont++ Pictogram 32" (M.V.GetFontIndex) (S.L.Font_Icon)
Ich danke schon mal im voraus
MfG
Simon (Projekt Potsdam Dsgn)