public class DefineFont2 extends DefineFont
| Modifier and Type | Field and Description |
|---|---|
short[] |
advanceTable |
boolean |
ansi |
int |
ascent |
boolean |
bold |
Rect[] |
boundsTable |
char[] |
codeTable |
int |
descent |
String |
fontName |
Shape[] |
glyphShapeTable |
boolean |
hasLayout |
boolean |
italic |
int |
kerningCount |
KerningRecord[] |
kerningTable |
int |
langCode |
int |
leading |
boolean |
shiftJIS |
boolean |
smallText |
boolean |
wideCodes |
boolean |
wideOffsets |
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| Modifier | Constructor and Description |
|---|---|
|
DefineFont2()
Constructor.
|
protected |
DefineFont2(int code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Tests whether this DefineFont2 tag is equivalent to another DefineFont2
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 boolean smallText
public boolean hasLayout
public boolean shiftJIS
public boolean ansi
public boolean wideOffsets
public boolean wideCodes
public boolean italic
public boolean bold
public int langCode
public String fontName
public char[] codeTable
public int ascent
public int descent
public int leading
public Shape[] glyphShapeTable
public short[] advanceTable
public Rect[] boundsTable
public int kerningCount
public KerningRecord[] kerningTable
public DefineFont2()
protected DefineFont2(int code)
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.