public class DefineFont1 extends DefineFont
| Modifier and Type | Field and Description |
|---|---|
DefineFontInfo |
fontInfo
The DefineFontInfo associated with this DefineFont tag.
|
Shape[] |
glyphShapeTable
An Array of Shapes representing glyph outlines.
|
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 |
|---|
DefineFont1()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Tests whether this DefineFont tag is equivalent to another DefineFont tag
instance.
|
String |
getFontName()
The name of the font.
|
Iterator<Tag> |
getReferences()
Find the immediate, first order dependencies.
|
boolean |
isBold()
Reports whether the font face is bold.
|
boolean |
isItalic()
Reports whether the font face is italic.
|
void |
visit(TagHandler handler)
Invokes the defineFont visitor on the given TagHandler.
|
equals, getSimpleReferencepublic Shape[] glyphShapeTable
public DefineFontInfo fontInfo
public String getFontName()
getFontName in class DefineFontpublic boolean isBold()
isBold in class DefineFontpublic boolean isItalic()
isItalic in class DefineFontpublic Iterator<Tag> getReferences()
getReferences in class Tagpublic void visit(TagHandler handler)
public boolean equals(Object object)
Copyright © 2018 The Apache Software Foundation. All rights reserved.