Hallo zusammen,
ich hätter gerne die Brose-Font (BROSE Zeichensatz als OMSI Font) in den MAN LC A20 (V3D).
Da ich nicht weiß wie das konkret geht, hoffe ich, das jemand eine Idee bzw. Tipps hat, wie ich angehen kann.
LG
Du bist in Begriff, OMSI WebDisk & Community zu verlassen, um auf die folgende Adresse weitergeleitet zu werden:
Bitte beachte, dass wir für den Inhalt der Zielseite nicht verantwortlich sind und unsere Datenschutzbestimmungen dort keine Anwendung finden.
Hallo zusammen,
ich hätter gerne die Brose-Font (BROSE Zeichensatz als OMSI Font) in den MAN LC A20 (V3D).
Da ich nicht weiß wie das konkret geht, hoffe ich, das jemand eine Idee bzw. Tipps hat, wie ich angehen kann.
LG
Im Prinzip werden die Fonts im Matrix Script eingetragen.
Da nach "(M.V.GetFontIndex)" suchen.
Dann kann zum Beispiel so ein Eintrag kommen:
"NV_BS_Ziel_19x8" (M.V.GetFontIndex) (S.L.Font_BS_Ziel_19x8)
Der Fontname ist "NV_BS_Ziel_19x8" und dieses findest Du in der *.oft Datei wieder unter den Schlüssel [newfont].
Im besten Fall steht auch schon im Namen drin, welche Größe die Font hat um es besser im Script einbinden zu können.
Es gibt mehrere Einträge 😕
(Es handt sich um ein Krüger+(+) Matrix-Script?!)
(L.L.Matrix_Res) 1 =
{if}
"churafont Majuscule 5x3" (M.V.GetFontIndex) (S.L.Font_5x3/10x5)
"churafont Majuscule 5x4" (M.V.GetFontIndex) (S.L.Font_5x4/10x6B)
"churafont Majuscule 5x5" (M.V.GetFontIndex) (S.L.Font_5x5/10x8B) (S.L.Font_5x5/12x8B)
"churafont 7x3" (M.V.GetFontIndex) (S.L.Font_7x3/14x6)
"churafont 7x4" (M.V.GetFontIndex) (S.L.Font_7x4/14x8B)
"churafont 7x5" (M.V.GetFontIndex) (S.L.Font_7x5/14x8B)
"churafont Bold 7x6" (M.V.GetFontIndex) (S.L.Font_7x6B/14x10H)
"churafont CE 8x3" (M.V.GetFontIndex) (S.L.Font_8x3/14x6)
"churafont CE 8x4" (M.V.GetFontIndex) (S.L.Font_8x4/14x8B)
"churafont CE 8x5" (M.V.GetFontIndex) (S.L.Font_8x5/14x8B)
"churafont CE Bold 8x6" (M.V.GetFontIndex) (S.L.Font_8x6B/14x10H)
"churafont CE (8-1)x3" (M.V.GetFontIndex) (S.L.Font_(8-1)x3/14x6)
"churafont CE (8-1)x4" (M.V.GetFontIndex) (S.L.Font_(8-1)x4/14x8B)
"churafont CE (8-1)x5" (M.V.GetFontIndex) (S.L.Font_(8-1)x5/14x8B)
"churafont CE Bold (8-1)x6" (M.V.GetFontIndex) (S.L.Font_(8-1)x6B/14x10H)
"churafont CE 10x3" (M.V.GetFontIndex) (S.L.Font_10x3/18x7)
"churafont CE 10x4" (M.V.GetFontIndex) (S.L.Font_10x4/18x8)
"churafont CE 10x5" (M.V.GetFontIndex) (S.L.Font_10x5/18x10)
"churafont CE Bold 10x6" (M.V.GetFontIndex) (S.L.Font_10x6B/18x12B) (S.L.Font_10x6B/18x10B)
"churafont CE 15x4" (M.V.GetFontIndex) (S.L.Font_15x4/32x8) (S.L.Font_15x4/18x8)
"churafont CE 16x5" (M.V.GetFontIndex) (S.L.Font_16x5/32x10) (S.L.Font_16x5/18x10)
"churafont CE 16x6" (M.V.GetFontIndex) (S.L.Font_16x6/32x14) (S.L.Font_16x6/18x12B)
"churafont CE Bold 16x6" (M.V.GetFontIndex) (S.L.Font_16x6B/32x10B)
"churafont CE Bold 16x7" (M.V.GetFontIndex) (S.L.Font_16x7B/32x12B)
"churafont CE Bold 16x8" (M.V.GetFontIndex) (S.L.Font_16x8B/32x16B)
"churafont Chrono 8x5" (M.V.GetFontIndex) (S.L.Font_Chrono)
"churafont Numeric 16x4" (M.V.GetFontIndex) (S.L.Font_Nr_16x4/20x9)
"churafont Numeric 16x5" (M.V.GetFontIndex) (S.L.Font_Nr_16x5/20x9)
"churafont Numeric 16x6" (M.V.GetFontIndex) (S.L.Font_Nr_16x6/26x11)
"churafont Numeric 16x7" (M.V.GetFontIndex) (S.L.Font_Nr_16x7/30x16)
"churafont Numeric 16x8" (M.V.GetFontIndex) (S.L.Font_Nr_16x8/32x16)
"churafont Numeric 16x11" (M.V.GetFontIndex) (S.L.Font_Nr_16x11/32x24)
"churafont Pictogram 16" (M.V.GetFontIndex) (S.L.Font_Icon)
{endif}
(L.L.Matrix_Res) 2 =
{if}
"churafont++ 10x5" (M.V.GetFontIndex) (S.L.Font_5x3/10x5)
"churafont++ 10x6 Bold" (M.V.GetFontIndex) (S.L.Font_5x4/10x6B)
"churafont++ 10x8 Bold" (M.V.GetFontIndex) (S.L.Font_5x5/10x8B)
"churafont++ 12x8 Bold" (M.V.GetFontIndex) (S.L.Font_5x5/12x8B)
"churafont++ 14x6" (M.V.GetFontIndex) (S.L.Font_7x3/14x6) (S.L.Font_8x3/14x6)
(S.L.Font_(8-1)x3/14x6)
"churafont++ 14x8 Bold" (M.V.GetFontIndex) (S.L.Font_7x4/14x8B) (S.L.Font_8x4/14x8B)
(S.L.Font_(8-1)x4/14x8B)
"churafont++ 14x8 Bold" (M.V.GetFontIndex) (S.L.Font_7x5/14x8B) (S.L.Font_8x5/14x8B)
(S.L.Font_(8-1)x5/14x8B)
"churafont++ 14x10 Heavy" (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)
"churafont++ 18x10" (M.V.GetFontIndex) (S.L.Font_10x5/18x10) (S.L.Font_16x5/18x10)
"churafont++ 18x10 Bold" (M.V.GetFontIndex) (S.L.Font_10x6B/18x10B)
"churafont++ 18x12 Bold" (M.V.GetFontIndex) (S.L.Font_10x6B/18x12B) (S.L.Font_16x6/18x12B)
"churafont++ 32x8" (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)
"churafont++ 32x16 Bold" (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" (M.V.GetFontIndex) (S.L.Font_Nr_16x6/26x11)
"churafont++ Numeric 30x16" (M.V.GetFontIndex) (S.L.Font_Nr_16x7/30x16)
"churafont++ Numeric 32x16" (M.V.GetFontIndex) (S.L.Font_Nr_16x8/32x16)
"churafont++ Numeric 32x24" (M.V.GetFontIndex) (S.L.Font_Nr_16x11/32x24)
"churafont++ Pictogram 32" (M.V.GetFontIndex) (S.L.Font_Icon)
{endif}
"churafont++ Auxiliary 1" (M.V.GetFontIndex) (S.L.Font_Aux_1)
"churafont++ Auxiliary 2" (M.V.GetFontIndex) (S.L.Font_Aux_2)
(C.L.Matrix_HideScrollingAnimation) (S.L.Matrix_HideScrollingAnimation)
Welche davon muss ich jetzt abändern?, da es "(L.L.Matrix_Res) 1" und "(L.L.Matrix_Res) 2" gibt. Es verwirrt mich ein bisschen😂😅
LG