public class DefineFont4 extends DefineFont implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
boolean |
bold |
byte[] |
data |
String |
fontName |
boolean |
hasFontData |
boolean |
italic |
int |
langCode |
boolean |
smallText |
licensenames, stagCSMTextSettings, stagDebugID, stagDefineBinaryData, stagDefineBits, stagDefineBitsJPEG2, stagDefineBitsJPEG3, stagDefineBitsLossless, stagDefineBitsLossless2, stagDefineButton, stagDefineButton2, stagDefineButtonCxform, stagDefineButtonSound, stagDefineEditText, stagDefineFont, stagDefineFont2, stagDefineFont3, stagDefineFont4, stagDefineFontAlignZones, stagDefineFontInfo, stagDefineFontInfo2, stagDefineFontName, stagDefineMorphShape, stagDefineMorphShape2, stagDefineScalingGrid, stagDefineSceneAndFrameLabelData, stagDefineShape, stagDefineShape2, stagDefineShape3, stagDefineShape4, stagDefineSound, stagDefineSprite, stagDefineText, stagDefineText2, stagDefineVideoStream, stagDoABC, stagDoABC2, stagDoAction, stagDoInitAction, stagEnableDebugger, stagEnableDebugger2, stagEnableTelemetry, stagEnd, stagExportAssets, stagFileAttributes, stagFrameLabel, stagFreeCharacter, stagImportAssets, stagImportAssets2, stagJPEGTables, stagMetadata, stagPathsArePostScript, stagPlaceObject, stagPlaceObject2, stagPlaceObject3, stagProductInfo, stagProtect, stagRemoveObject, stagRemoveObject2, stagScriptLimits, stagSetBackgroundColor, stagSetTabIndex, stagShowFrame, stagSoundStreamBlock, stagSoundStreamHead, stagSoundStreamHead2, stagStartSound, stagSymbolClass, stagVideoFrame| Constructor and Description |
|---|
DefineFont4()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object object)
Tests whether this DefineFont4 tag is equivalent to another DefineFont4
tag instance.
|
String |
getFontName()
The name of the font.
|
boolean |
isBold()
Reports whether the font face is bold.
|
boolean |
isItalic()
Reports whether the font face is italic.
|
void |
visit(TagHandler handler)
Subclasses implement this method to callback one of the methods in TagHandler...
|
equals, getReferences, getSimpleReferencepublic boolean hasFontData
public boolean smallText
public boolean italic
public boolean bold
public int langCode
public String fontName
public byte[] data
public String getFontName()
getFontName in class DefineFontpublic boolean isBold()
isBold in class DefineFontpublic boolean isItalic()
isItalic in class DefineFontpublic void visit(TagHandler handler)
Tagpublic Object clone()
public boolean equals(Object object)
Copyright © 2018 The Apache Software Foundation. All rights reserved.