Package: pumpkin.swf
[pro] Unity TTF Font TextField implementation TTF Bitmap rendering Auto-scaling to screenspace.
|
| |
| |
| |
| |
registerAllFonts | |
| |
| |
| |
| |
| |
|
| |
| |
| |
| |
Force TTF font refresh when application resumes. | |
Default ttf font pixel offset for text. | |
|
| |
[alpha] Returns cloned copy including its state and text formatting ( not parented ) | |
[dev] Clear font char colors. | |
[dev] Set font char colors for a given range, this is addivie so will leak memory unless clearCharColors() is called. | |
Append text. | |
| |
| |
| |
| |
[alpha] Returns cloned copy including its state and text formatting ( not parented ) | |
| |
Get the GlyphInfo character information for a given character in the current font of the defaultTextFormat. | |
Create new GlyphInfo. | |
Append text. |
| |
[dev] Non long word wrapping, useful for pre 1.1 uniswf projects. | |
[dev] Global enable pixel snapping on bitmap textfields. | |
[dev] Global pixel snapping trigger, if point size is <= globalPixelSnapMinSize then pixel snapping will be used. 0 ( dev default) will disable this feature. | |
[dev] Font fallack when loading from swf, will try to search font name if bmp font asset is not found. | |
[dev] Enable wanring log for missing symbols etc. | |
Default bitmap font pixel offset for text. | |
| |
| |
Auto scroll when inputting text. | |
Localization name eg. | |
Indicates if the textfield has any filters. | |
Default password mask character. | |
Global textfield profile setting. | |
Indicates the displayed text contents. | |
[alpha][internal] Override global kerning Note: should be implemented in textFormat. | |
[alpha] Set text align. Note: should be implemented in textFormat. | |
Set text format. | |
Indicates the TextField type, see TextFieldType for valid enumerations. | |
Indicates the maximum value of the scrollV. | |
Indicates the maximum value of the scrollV. | |
Indicates the vertical scroll position of the text. | |
Indicates the horizontal scroll position of the text. | |
Enable multi-line textfield. | |
Indicates the input cursor to draw. | |
Indicates the max number of characters the TextField accepts. | |
Indicates valid characters allowed in the TextField. | |
Get the number of lines, if word wrapping is enabled this may increase. | |
Indicates if the text contents should be displayed as a password. | |
| |
| |
|