Pakket | flash.text.engine |
Klasse | public final class TypographicCase |
Overerving | TypographicCase Object |
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
typographicCase
van de klasse ElementFormat.
Verwante API-elementen
Constante | Gedefinieerd door | ||
---|---|---|---|
CAPS : String = "caps" [statisch]
Geeft aan dat de spatiƫring bij afdrukken wordt aangepast voor hoofdletters. | TypographicCase | ||
CAPS_AND_SMALL_CAPS : String = "capsAndSmallCaps" [statisch]
Geeft aan dat kleine letters bij afdrukken glyphs in kleine kapitalen gebruiken. | TypographicCase | ||
DEFAULT : String = "default" [statisch]
Geeft de typografische standaardopties aan. | TypographicCase | ||
LOWERCASE : String = "lowercase" [statisch]
Geeft aan dat alle tekens bij afdrukken glyphs in kleine letters gebruiken. | TypographicCase | ||
SMALL_CAPS : String = "smallCaps" [statisch]
Geeft aan dat hoofdletters bij afdrukken glyphs in kleine kapitalen gebruiken. | TypographicCase | ||
TITLE : String = "title" [statisch]
Geeft aan dat hoofdletters bij afdrukken titelglyphs gebruiken. | TypographicCase | ||
UPPERCASE : String = "uppercase" [statisch]
Geeft aan dat alle tekens bij afdrukken glyphs in hoofdletters gebruiken. | TypographicCase |
CAPS | Constante |
public static const CAPS:String = "caps"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft aan dat de spatiƫring bij afdrukken wordt aangepast voor hoofdletters.
CAPS_AND_SMALL_CAPS | Constante |
public static const CAPS_AND_SMALL_CAPS:String = "capsAndSmallCaps"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft aan dat kleine letters bij afdrukken glyphs in kleine kapitalen gebruiken.
DEFAULT | Constante |
public static const DEFAULT:String = "default"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft de typografische standaardopties aan. De resultaten zijn lettertype-afhankelijk; tekens gebruiken instellingen die worden opgegeven door de ontwerpfunctie voor het lettertype, zonder dat er functies op worden toegepast.
LOWERCASE | Constante |
public static const LOWERCASE:String = "lowercase"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft aan dat alle tekens bij afdrukken glyphs in kleine letters gebruiken.
SMALL_CAPS | Constante |
public static const SMALL_CAPS:String = "smallCaps"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft aan dat hoofdletters bij afdrukken glyphs in kleine kapitalen gebruiken.
TITLE | Constante |
public static const TITLE:String = "title"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft aan dat hoofdletters bij afdrukken titelglyphs gebruiken.
UPPERCASE | Constante |
public static const UPPERCASE:String = "uppercase"
Taalversie: | ActionScript 3.0 |
Runtimeversies: | Flash Player 10, AIR 1.5, Flash Lite 4 |
Geeft aan dat alle tekens bij afdrukken glyphs in hoofdletters gebruiken.
Wed Jun 13 2018, 11:42 AM Z