Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

flash negatives leading

Empfohlene Antworten

Veröffentlicht

hi, habe gerade mal ein textfeld per AS erstellt und mit den ganzen formaten (bold,size...) rumgespielt.

dabei ist mir aufgefallen, dass bei mehrzeiligem text das "LEADING" (also line-spacing) nicht negativ eingestellt werden kann.

in flash selbst, also manuell kann man ja über format/line-spacing auch negative werte einstellen.

warum nicht über AS?

hier mal ein bisschen code

_root.theText.createTextField("mytext",1,0,0,20,20);

_root.theText.mytext.text = "HALLO \n dies ist ein \n TEST";

myformat = new TextFormat();

myformat.leading = 1;

myformat.font = textFont;

myformat.fontSize = fontSize;

myformat.bold = true;

myformat.color = textColor;

myformat.multiline = true;

_root.theText.mytext.setTextFormat(myformat);

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.