Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

add(GlyphId) - Method in class com.aspose.font.GlyphIdList
Adds glyph id to the list.

B

Bold - Static variable in class com.aspose.font.FontStyle
Specifies the bold Font style.
ByteContentStreamSource - Class in com.aspose.font
Represents a stream source based on content stream.
ByteContentStreamSource(byte[]) - Constructor for class com.aspose.font.ByteContentStreamSource
Initializes new ByteContentStreamSource object.

C

CffEncoding - Class in com.aspose.font
Represents CFF font encoding.
CffFont - Class in com.aspose.font
Represents Compact Font Format (CFF).
CffFontException - Exception in com.aspose.font
Represents common processing related exception for fonts of CFF format.
CffFontException() - Constructor for exception com.aspose.font.CffFontException
Initializes new CffFontException object.
CffFontException(String) - Constructor for exception com.aspose.font.CffFontException
Initializes new CffFontException object.
CffFontException(String, RuntimeException) - Constructor for exception com.aspose.font.CffFontException
Initializes new CffFontException object.
CffFontMetrics - Class in com.aspose.font
CFF font metrics implementation
CffParsingException - Exception in com.aspose.font
Represents parse exception for fonts of cff format.
CffParsingException() - Constructor for exception com.aspose.font.CffParsingException
Initializes new CffParsingException object.
CffParsingException(String) - Constructor for exception com.aspose.font.CffParsingException
Initializes new CffParsingException object.
CffParsingException(String, RuntimeException) - Constructor for exception com.aspose.font.CffParsingException
Initializes new CffParsingException object.
clear() - Method in class com.aspose.font.GlyphIdList
Clears the list.
clone() - Method in class com.aspose.font.ClosePath
Creates a new object that is a copy of the current instance.
clone() - Method in class com.aspose.font.CompositeGlyph
Returns copy of glyph.
clone() - Method in class com.aspose.font.CurveTo
Creates a new object that is a copy of the current instance.
clone() - Method in class com.aspose.font.Glyph
Returns copy of glyph.
clone() - Method in class com.aspose.font.LineTo
Creates a new object that is a copy of the current instance.
clone() - Method in class com.aspose.font.MoveTo
Creates a new object that is a copy of the current instance.
clone() - Method in class com.aspose.font.SegmentPath
Clones Path.
clone() - Method in class com.aspose.font.TtfHmtxTable.LongHorMetric
 
ClosePath - Class in com.aspose.font
Represents ClosePath operation.
closePath() - Method in interface com.aspose.font.IGlyphOutlinePainter
Processes ClosePath operation.
com.aspose.font - package com.aspose.font
 
CompositeGlyph - Class in com.aspose.font
Represents a font composite glyph.
CompositeGlyphComponent - Class in com.aspose.font
Represents composite glyph component (glyph with placement matrix).
CompositeGlyphComponentList - Class in com.aspose.font
Represents composite glyph components list.
contains(GlyphId) - Method in class com.aspose.font.GlyphIdList
Returns true in case glyph id is in the list.
containsGlyph(int) - Method in class com.aspose.font.TtfGlyfTable
Returns true in case the table contains glyph with glyphIndex.
containsKey(String) - Method in class com.aspose.font.NameToCodeMap
Returns true in case the key is already in the map.
containsString(String) - Method in class com.aspose.font.MultiLanguageString
Returns true if the string is present inside all the language strings.
convert(FontType) - Method in class com.aspose.font.CffFont
Converts the Font into another format.
convert(FontType) - Method in class com.aspose.font.Font
Converts the Font into another format.
convert(FontType) - Method in interface com.aspose.font.IFont
Converts the Font into another format.
convert(FontType) - Method in class com.aspose.font.TtfFont
Converts the Font into another format.
convert(FontType) - Method in class com.aspose.font.Type1Font
Converts the Font into another format.
copy() - Method in class com.aspose.font.ClosePath
Creates copy of the segment object.
copy() - Method in class com.aspose.font.CurveTo
Creates copy of the segment object.
copy() - Method in interface com.aspose.font.IPathSegment
Creates copy of the segment object.
copy() - Method in class com.aspose.font.LineTo
Creates copy of the segment object.
copy() - Method in class com.aspose.font.MoveTo
Creates copy of the segment object.
CurveTo - Class in com.aspose.font
Represents CurveTo operation.
curveTo(CurveTo) - Method in interface com.aspose.font.IGlyphOutlinePainter
Processes CurveTo operation.

D

decodeToGid(long) - Method in class com.aspose.font.CffEncoding
Gets Gid for charCode passed.
decodeToGid(long) - Method in interface com.aspose.font.IFontEncoding
Decodes a character code and returns glyph id.
decodeToGid(long) - Method in class com.aspose.font.TtfEncoding
TTF Font's DecodeToGlyphId implementation finds unicode table and returns glyph id for unicode char.
decodeToGid(long) - Method in class com.aspose.font.Type1Encoding
Decodes Gid to unicode.
decodeToGidParameterized(IEncodingParameters, long) - Method in class com.aspose.font.CffEncoding
Parameterized decode method.
decodeToGidParameterized(IEncodingParameters, long) - Method in interface com.aspose.font.IFontEncoding
Parameterized decode method.
decodeToGidParameterized(IEncodingParameters, long) - Method in class com.aspose.font.TtfEncoding
Parametrized version allows to use specific CMap table (not unicode).
decodeToGidParameterized(IEncodingParameters, long) - Method in class com.aspose.font.Type1Encoding
Parameterized decode method.
deepClone() - Method in class com.aspose.font.ByteContentStreamSource
Clones the ByteContentStreamSource object.
deepClone() - Method in class com.aspose.font.FileSystemStreamSource
Clones the FileSystemStreamSource object.
deepClone() - Method in class com.aspose.font.StreamSource
Clones the stream source object.

E

encode(long, long) - Method in class com.aspose.font.CffEncoding
Encodes the glyph.
encode(long, long) - Method in interface com.aspose.font.IFontEncoding
Encodes the glyph.
encode(long, long) - Method in class com.aspose.font.TtfEncoding
Encodes the glyph.
encode(long, long) - Method in class com.aspose.font.Type1Encoding
Encodes the glyph.
EncodingException - Exception in com.aspose.font
Represents encoding exception.
EncodingException() - Constructor for exception com.aspose.font.EncodingException
Initializes new EncodingException object.
EncodingException(String) - Constructor for exception com.aspose.font.EncodingException
Initializes new EncodingException object.
EncodingException(String, RuntimeException) - Constructor for exception com.aspose.font.EncodingException
Initializes new EncodingException object.
equals(Object) - Method in class com.aspose.font.GlyphId
Returns true if two glyph ids are not equal.
equals(Object) - Method in class com.aspose.font.GlyphStringId
Returns true if string IDs are equal.
equals(Object) - Method in class com.aspose.font.GlyphUInt32Id
Returns true if Ids are equal.
equals(Object) - Method in class com.aspose.font.MultiLanguageString
Returns true if objects are considered equal.
equals(Object) - Method in class com.aspose.font.TtfHmtxTable.LongHorMetric
 
equals(TtfHmtxTable.LongHorMetric, TtfHmtxTable.LongHorMetric) - Static method in class com.aspose.font.TtfHmtxTable.LongHorMetric
 

F

FileSystemStreamSource - Class in com.aspose.font
Represents a stream source based on file system.
FileSystemStreamSource(String) - Constructor for class com.aspose.font.FileSystemStreamSource
Initializes new FileSystemStreamSource object.
findUnicodeTable() - Method in class com.aspose.font.TtfCMapTable
Searches and returns unicode CMap.
Font - Class in com.aspose.font
Represents base Font class.
FontAgrumentException - Exception in com.aspose.font
Represents Font argument exception.
FontAgrumentException() - Constructor for exception com.aspose.font.FontAgrumentException
Initializes new FontAgrumentException object.
FontAgrumentException(String) - Constructor for exception com.aspose.font.FontAgrumentException
Initializes new FontAgrumentException object.
FontAgrumentException(String, RuntimeException) - Constructor for exception com.aspose.font.FontAgrumentException
Initializes new FontAgrumentException object.
FontBBox - Class in com.aspose.font
represents font bounding box.
FontCreationException - Exception in com.aspose.font
Represents Font creation exception.
FontCreationException() - Constructor for exception com.aspose.font.FontCreationException
Initializes new FontCreationException object.
FontCreationException(String) - Constructor for exception com.aspose.font.FontCreationException
Initializes new FontCreationException object.
FontCreationException(String, RuntimeException) - Constructor for exception com.aspose.font.FontCreationException
Initializes new FontCreationException object.
FontDefinition - Class in com.aspose.font
Represents Font file set definition.
FontDefinition(FontType, String, StreamSource) - Constructor for class com.aspose.font.FontDefinition
Creates single-file Font definition.
FontDefinition(FontType, StreamSource) - Constructor for class com.aspose.font.FontDefinition
Creates single-file Font definition.
FontDefinition(String, FontType, String, StreamSource) - Constructor for class com.aspose.font.FontDefinition
Creates single-file Font definition.
FontDefinition(FontType, FontFileDefinition) - Constructor for class com.aspose.font.FontDefinition
Creates single-file Font definition.
FontDefinition(String, FontType, FontFileDefinition) - Constructor for class com.aspose.font.FontDefinition
Creates single-file Font definition.
FontDefinition(String, String, FontType, FontFileDefinition) - Constructor for class com.aspose.font.FontDefinition
Creates single-file Font definition.
FontDefinition(FontType, FontFileDefinition[]) - Constructor for class com.aspose.font.FontDefinition
Creates multi-file Font definition.
FontDefinition(String, String, FontType, FontFileDefinition[]) - Constructor for class com.aspose.font.FontDefinition
Creates multi-file Font definition.
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition) - Constructor for class com.aspose.font.FontDefinition
Creates multi-file Font definition.
FontDefinition(MultiLanguageString, MultiLanguageString, FontType, FontFileDefinition[]) - Constructor for class com.aspose.font.FontDefinition
Creates multi-file Font definition.
FontEnvironment - Class in com.aspose.font
Provides information about the current environment and platform.
FontEnvironment.ParsingStrictness - Enum in com.aspose.font
 
FontException - Exception in com.aspose.font
Represents common Font processing related exception.
FontException() - Constructor for exception com.aspose.font.FontException
Initializes new FontException object.
FontException(String) - Constructor for exception com.aspose.font.FontException
Initializes new FontException object.
FontException(String, RuntimeException) - Constructor for exception com.aspose.font.FontException
Initializes new FontException object.
FontFileDefinition - Class in com.aspose.font
Represents Font file definition.
FontFileDefinition(StreamSource) - Constructor for class com.aspose.font.FontFileDefinition
Creates a file definition using file content only.
FontFileDefinition(String, StreamSource) - Constructor for class com.aspose.font.FontFileDefinition
Creates a file definition using file content only.
FontFileDefinition(String, StreamSource, long) - Constructor for class com.aspose.font.FontFileDefinition
Creates a file definition using file content only.
FontFileDefinition(File) - Constructor for class com.aspose.font.FontFileDefinition
Creates a file definition using font file (represented by File) and file content.
FontMetrics - Class in com.aspose.font
Represents font metrics.
FontNotSupportedOperationException - Exception in com.aspose.font
Represents not supported operation exception.
FontNotSupportedOperationException() - Constructor for exception com.aspose.font.FontNotSupportedOperationException
Initializes new FontNotSupportedOperationException object.
FontNotSupportedOperationException(String) - Constructor for exception com.aspose.font.FontNotSupportedOperationException
Initializes new FontNotSupportedOperationException object.
FontNotSupportedOperationException(String, RuntimeException) - Constructor for exception com.aspose.font.FontNotSupportedOperationException
Initializes new FontNotSupportedOperationException object.
FontSavingFormats - Enum in com.aspose.font
Specifies Font type.
FontSpecificEncodings - Class in com.aspose.font
Represents specific encodings for consumer-aware Fonts.
FontStyle - Class in com.aspose.font
Font style anumeration
FontType - Enum in com.aspose.font
Specifies Font type.

G

get(int) - Method in class com.aspose.font.GlyphIdList
Returns glyph id by the index.
get(String) - Method in class com.aspose.font.NameToCodeMap
Gets code by name.
get(int) - Method in class com.aspose.font.TransformationMatrix
Provides access to underlying array.
get(int) - Method in class com.aspose.font.TtfHmtxTable.MetricList
Gets metrics by glyph index.
get(int) - Method in class com.aspose.font.TtfLocaTable.OffsetsList
Gets offset by index.
getA() - Method in class com.aspose.font.TransformationMatrix
Gets A transformation matrix value.
getAchVendId() - Method in class com.aspose.font.TtfOs2Table
Gets AchVendId value.
getAdditionalAdvanceWidth() - Method in class com.aspose.font.TtfHmtxTable
In hmtx table could be the cases when total number of glyphs is not equal to hhea.numberOfHMetrics.
getAdvanceWidth() - Method in class com.aspose.font.TtfHmtxTable.LongHorMetric
Gets advance width value.
getAdvanceWidthMax() - Method in class com.aspose.font.TtfHheaTable
Gets uFWord advanceWidthMax must be consistent with horizontal metrics.
getAllCodes() - Method in class com.aspose.font.TtfCMapFormat0Table
Gets all the codes from current CMap's subtable.
getAllCodes() - Method in class com.aspose.font.TtfCMapFormat12Table
Gets all the codes from current CMap's subtable.
getAllCodes() - Method in class com.aspose.font.TtfCMapFormat2Table
Gets all the codes from current CMap's subtable.
getAllCodes() - Method in class com.aspose.font.TtfCMapFormat4Table
Gets all the codes from current CMap's subtable.
getAllCodes() - Method in class com.aspose.font.TtfCMapFormat6Table
Gets all the codes from current CMap's subtable.
getAllCodes() - Method in class com.aspose.font.TtfCMapFormatBaseTable
Gets all the codes from current CMap's subtable.
getAllGlyphIds() - Method in class com.aspose.font.CffFont
Returns array of all glyph ids, available in the Font.
getAllGlyphIds() - Method in class com.aspose.font.Font
Returns all glyph ids, available in the Font.
getAllGlyphIds() - Method in interface com.aspose.font.IGlyphAccessor
Returns all glyph ids, available in the Font.
getAllGlyphIds() - Method in class com.aspose.font.TtfFont
Returns array of all glyph ids, available in the Font.
getAllGlyphIds() - Method in class com.aspose.font.Type1Font
Returns array of all glyph ids, available in the Font.
getAllGlyphIds() - Method in class com.aspose.font.Type1MetricFont
Returns all glyph Ids, available in the Font.
getAllStrings() - Method in class com.aspose.font.MultiLanguageString
Returns all strings of all languages.
getAllSubtables() - Method in class com.aspose.font.TtfCMapTable
Returns all the subtables from CMap table.
getAscender() - Method in class com.aspose.font.CffFontMetrics
Gets Ascender value.
getAscender() - Method in class com.aspose.font.FontMetrics
Gets Ascender value.
getAscender(double) - Method in class com.aspose.font.FontMetrics
Returns ascender for specific Font size.
getAscender() - Method in interface com.aspose.font.IFontMetrics
Gets ascender value of the Font in font units.
getAscender(double) - Method in interface com.aspose.font.IFontMetrics
Returns ascender for specific Font size.
getAscender() - Method in class com.aspose.font.TtfFontMetrics
Gets ascender value.
getAscender() - Method in class com.aspose.font.Type1FontMetrics
Gets ascender value.
getAscent() - Method in class com.aspose.font.TtfHheaTable
Gets the ascent.
getB() - Method in class com.aspose.font.TransformationMatrix
Gets B transformation matrix value.
getC() - Method in class com.aspose.font.TransformationMatrix
Gets C transformation matrix value.
getCapHeight() - Method in class com.aspose.font.Type1FontMetrics
Gets cap height value.
getCaretSlopeRise() - Method in class com.aspose.font.TtfHheaTable
Gets caret slop rise.
getCaretSlopeRun() - Method in class com.aspose.font.TtfHheaTable
Gets caret slop run.
getCffFont() - Method in class com.aspose.font.TtfFont
Gets CFF Font if present.
getCffSource() - Method in class com.aspose.font.TtfCffTable
Raw bytes for outlines in Compact Font Format representation.
getCffTable() - Method in class com.aspose.font.TtfTableRepository
Gets cff table.
getCheckSumAdjustment() - Method in class com.aspose.font.TtfHeadTable
Gets uint32 checkSumAdjustment.
getCMapTable() - Method in class com.aspose.font.TtfTableRepository
Gets cmap table.
getComponents() - Method in class com.aspose.font.CompositeGlyph
Gets components list.
getControlValues() - Method in class com.aspose.font.TtfCvtTable
Gets list of values referenceable by instructions.
getCreated() - Method in class com.aspose.font.TtfHeadTable
Gets longDateTime created international date.
getCurrent() - Static method in class com.aspose.font.FontEnvironment
Gets current environment.
getCurrentPlatformId() - Method in class com.aspose.font.FontEnvironment
Gets current platform id.
getCvtTable() - Method in class com.aspose.font.TtfTableRepository
Gets cvt table.
getD() - Method in class com.aspose.font.TransformationMatrix
Gets D transformation matrix value.
getDescender() - Method in class com.aspose.font.CffFontMetrics
Gets Descender value.
getDescender() - Method in class com.aspose.font.FontMetrics
Gets Descender value.
getDescender(double) - Method in class com.aspose.font.FontMetrics
Returns descender for specific Font size.
getDescender() - Method in interface com.aspose.font.IFontMetrics
Gets descender value of the Font in font units.
getDescender(double) - Method in interface com.aspose.font.IFontMetrics
Returns descender for specific Font size.
getDescender() - Method in class com.aspose.font.TtfFontMetrics
Gets descender value.
getDescender() - Method in class com.aspose.font.Type1FontMetrics
Gets descender value.
getDescent() - Method in class com.aspose.font.TtfHheaTable
Gets the descent.
getEncoding() - Method in class com.aspose.font.CffFont
Gets Font encoding.
getEncoding() - Method in class com.aspose.font.Font
Gets Font encoding.
getEncoding() - Method in interface com.aspose.font.IFont
Gets Font encoding.
getEncoding() - Method in class com.aspose.font.TtfFont
Gets Font encoding.
getEncoding() - Method in class com.aspose.font.Type1Font
Gets Font encoding.
getEncoding() - Method in class com.aspose.font.Type1MetricFont
Encoding is defined in metrics file.
getEnglishString() - Method in class com.aspose.font.MultiLanguageString
Returns english string if found.
getFileDefinitions() - Method in class com.aspose.font.FontDefinition
Gets file definitions collection.
getFileExtension() - Method in class com.aspose.font.FontFileDefinition
Gets File extension.
getFileName() - Method in class com.aspose.font.FileSystemStreamSource
Gets file name.
getFileName() - Method in class com.aspose.font.FontFileDefinition
Gets File name.
getFlags() - Method in class com.aspose.font.TtfHeadTable
Gets uint16 flags.
getFontBBox() - Method in class com.aspose.font.CffFontMetrics
Gets FontBBox value.
getFontBBox() - Method in class com.aspose.font.FontMetrics
Gets FontBBox value.
getFontBBox() - Method in interface com.aspose.font.IFontMetrics
Gets Font bounding box.
getFontBBox() - Method in class com.aspose.font.TtfFontMetrics
Gets FontBBox value.
getFontBBox() - Method in class com.aspose.font.Type1FontMetrics
Gets FontBBox value.
getFontCharactersMerger(TtfFont, TtfFont) - Static method in class com.aspose.font.HelpersFactory
Creates IFontCharactersMerger instance
getFontDefinition() - Method in class com.aspose.font.CffFont
Gets font definition.
getFontDefinition() - Method in class com.aspose.font.Font
Gets Font definition.
getFontDefinition() - Method in interface com.aspose.font.IFont
Gets Font definition.
getFontDefinition() - Method in class com.aspose.font.TtfFont
Gets Font definition.
getFontDefinition() - Method in class com.aspose.font.Type1Font
Gets Font definition.
getFontDefinitions() - Method in class com.aspose.font.TtcFontSource
Returns Font definition array of the TTC Font source.
getFontDirectionHint() - Method in class com.aspose.font.TtfHeadTable
Gets int16 fontDirectionHint. 0 Mixed directional glyphs; 1 Only strongly left to right glyphs; 2 Like 1 but also contains neutrals; -1 Only strongly right to left glyphs; -2 Like -1 but also contains neutrals.
getFontFamily() - Method in class com.aspose.font.CffFont
Gets Font family.
getFontFamily() - Method in class com.aspose.font.Font
Gets Font family.
getFontFamily() - Method in interface com.aspose.font.IFont
Gets Font family.
getFontFamily() - Method in class com.aspose.font.TtfFont
Gets Font family.
getFontFamily() - Method in class com.aspose.font.Type1Font
Gets Font family.
getFontFamily() - Method in class com.aspose.font.Type1MetricFont
Gets Font family.
getFontIndex() - Method in class com.aspose.font.TtcFontFileDefinition
Gets Font index inside TTC Font.
getFontMatrix() - Method in class com.aspose.font.CffFontMetrics
Gets FontMatrix value.
getFontMatrix() - Method in class com.aspose.font.FontMetrics
Gets FontMatrix value.
getFontMatrix() - Method in interface com.aspose.font.IFontMetrics
Gets Font transformation matrix.
getFontMatrix() - Method in class com.aspose.font.TtfFontMetrics
Gets FontBBox value.
getFontMatrix() - Method in class com.aspose.font.Type1FontMetrics
Gets Font transformation matrix.
getFontMatrixForGlyph(GlyphId) - Method in class com.aspose.font.CffFontMetrics
Calculates transformation matrix for glyph specified by id.
getFontName() - Method in class com.aspose.font.CffFont
Gets Font face name.
getFontName() - Method in class com.aspose.font.Font
Gets Font face name.
getFontName() - Method in class com.aspose.font.FontDefinition
Returns Font name.
getFontName() - Method in interface com.aspose.font.IFont
Gets Font face name.
getFontName() - Method in class com.aspose.font.TtfFont
Gets Font face name.
getFontName() - Method in class com.aspose.font.Type1Font
Gets Font face name.
getFontName() - Method in class com.aspose.font.Type1MetricFont
Gets Font name.
getFontNames() - Method in class com.aspose.font.CffFont
Gets Font names.
getFontNames() - Method in class com.aspose.font.Font
Gets Font names.
getFontNames() - Method in class com.aspose.font.FontDefinition
Gets Font names as a MultiLanguageString.
getFontNames() - Method in interface com.aspose.font.IFont
Gets Font names.
getFontNames() - Method in class com.aspose.font.TtfFont
Gets Font names.
getFontNames() - Method in class com.aspose.font.Type1Font
Gets Font names.
getFontRevision() - Method in class com.aspose.font.TtfHeadTable
Get fixed fontRevision set by font manufacturer.
getFontSaver() - Method in class com.aspose.font.Font
Gets Font save functionality.
getFontSaver() - Method in interface com.aspose.font.IFont
Gets Font save functionality.
getFontSpecificEncodings() - Method in class com.aspose.font.FontEnvironment
Stores specific encodings for consumer-aware Fonts.
getFontStream() - Method in class com.aspose.font.ByteContentStreamSource
Returns Font file stream.
getFontStream() - Method in class com.aspose.font.FileSystemStreamSource
Returns Font file stream.
getFontStream() - Method in class com.aspose.font.StreamSource
Returns Font stream.
getFontStyle() - Method in class com.aspose.font.CffFont
Gets Font style.
getFontStyle() - Method in class com.aspose.font.Font
Gets Font style.
getFontStyle() - Method in interface com.aspose.font.IFont
Gets Font style.
getFontStyle() - Method in class com.aspose.font.TtfFont
Gets Font style.
getFontStyle() - Method in class com.aspose.font.Type1Font
Gets Font style.
getFontStyle() - Method in class com.aspose.font.Type1MetricFont
Gets Font style.
getFontType() - Method in class com.aspose.font.CffFont
Gets Font type.
getFontType() - Method in class com.aspose.font.Font
Gets Font type.
getFontType() - Method in class com.aspose.font.FontDefinition
Gets Font type.
getFontType() - Method in interface com.aspose.font.IFont
Gets Font type.
getFontType() - Method in class com.aspose.font.TtfFont
Gets Font type.
getFontType() - Method in class com.aspose.font.Type1Font
Gets Font type.
getFormat() - Method in class com.aspose.font.TtfCMapTable.TtfCMapSubtableDescription
Gets subtable format.
getFormat() - Method in class com.aspose.font.TtfPostTable
Gets fixed format(version) of this table.
getFpgmTable() - Method in class com.aspose.font.TtfTableRepository
Gets fpgm table.
getFSSelection() - Method in class com.aspose.font.TtfOs2Table
Contains information concerning the nature of the font patterns.
getFSType() - Method in class com.aspose.font.LicenseFlags
Gets raw fsType value from OS/2 table or 0 if this field doesn't exist in the table.
getFSType() - Method in class com.aspose.font.TtfOs2Table
Gets FSType value.
getGlyfTable() - Method in class com.aspose.font.TtfTableRepository
Gets glyf table.
getGlyph() - Method in class com.aspose.font.CompositeGlyphComponent
Gets the component glyph.
getGlyph(long) - Method in class com.aspose.font.TtfGlyfTable
Returns a glyph by glyph index.
getGlyphAccessor() - Method in class com.aspose.font.Font
Font glyph accessor.
getGlyphAccessor() - Method in interface com.aspose.font.IFont
Gets Font glyph accessor.
getGlyphBBox(GlyphId) - Method in class com.aspose.font.FontMetrics
Returns glyph Bbox.
getGlyphBBox() - Method in class com.aspose.font.Glyph
Gets glyph BBox.
getGlyphBBox(GlyphId) - Method in interface com.aspose.font.IFontMetrics
Returns glyph BBox.
getGlyphById(GlyphId) - Method in class com.aspose.font.CffFont
Returns glyph by glyph id.
getGlyphById(String) - Method in class com.aspose.font.CffFont
Returns glyph by glyph name.
getGlyphById(long) - Method in class com.aspose.font.CffFont
Returns glyph by glyph id.
getGlyphById(GlyphId) - Method in class com.aspose.font.Font
Returns glyph by glyph Id.
getGlyphById(GlyphId) - Method in interface com.aspose.font.IGlyphAccessor
Returns glyph by glyph id.
getGlyphById(GlyphId) - Method in class com.aspose.font.TtfFont
Returns glyph by glyph id.
getGlyphById(String) - Method in class com.aspose.font.TtfFont
Returns glyph by glyph name.
getGlyphById(long) - Method in class com.aspose.font.TtfFont
Returns glyph by glyph id.
getGlyphById(String) - Method in class com.aspose.font.Type1Font
Returns glyph by glyph id.
getGlyphById(long) - Method in class com.aspose.font.Type1Font
Returns glyph by glyph id.
getGlyphById(GlyphId) - Method in class com.aspose.font.Type1Font
Returns glyph by glyph id.
getGlyphById(String) - Method in class com.aspose.font.Type1MetricFont
Returns glyph by glyph Id.
getGlyphById(GlyphId) - Method in class com.aspose.font.Type1MetricFont
Returns glyph by glyph Id.
getGlyphComponentsById(GlyphId, GlyphIdList) - Method in class com.aspose.font.TtfFont
Gets a glyph by glyph identifier passed and fills passed list of glyph identifiers with components of this glyph.
getGlyphComponentsById(String, GlyphIdList) - Method in class com.aspose.font.TtfFont
Gets a glyph by glyph name passed and fills passed list of glyph identifiers with components of this glyph.
getGlyphComponentsById(long, GlyphIdList) - Method in class com.aspose.font.TtfFont
Gets a glyph by glyph index passed and fills passed list of glyph identifiers with components of this glyph.
getGlyphDataFormat() - Method in class com.aspose.font.TtfHeadTable
Gets int16 glyphDataFormat 0 for current format.
getGlyphIdType() - Method in class com.aspose.font.CffFont
Gets glyph id type specification.
getGlyphIdType() - Method in class com.aspose.font.Font
Glyph id type specification.
getGlyphIdType() - Method in interface com.aspose.font.IGlyphAccessor
Glyph id type specification.
getGlyphIdType() - Method in class com.aspose.font.TtfFont
Gets glyph id type specification.
getGlyphIdType() - Method in class com.aspose.font.Type1Font
Glyph id type specification.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat0Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat10Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat12Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat2Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat4Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat6Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormat8Table
Gets a glyph index for a given character code.
getGlyphIndex(long) - Method in class com.aspose.font.TtfCMapFormatBaseTable
Gets a glyph index for a given character code
getGlyphIndex(String) - Method in class com.aspose.font.TtfPostTable
Gets glyph index by glyph name.
getGlyphName(long) - Method in class com.aspose.font.TtfPostTable
Gets glyph name by glyph index.
getGlyphsForText(String) - Method in class com.aspose.font.Font
Gets glyphs representation for text.
getGlyphsForText(String) - Method in interface com.aspose.font.IGlyphAccessor
Get glyphs representation for text.
getGlyphsForText(String) - Method in class com.aspose.font.TtfFont
Get glyphs representation for text.
getGlyphWidth(GlyphId) - Method in class com.aspose.font.CffFontMetrics
Returns glyph width.
getGlyphWidth(GlyphId) - Method in class com.aspose.font.FontMetrics
Returns glyph width.
getGlyphWidth(GlyphId) - Method in interface com.aspose.font.IFontMetrics
Returns glyph width.
getGlyphWidth(GlyphId) - Method in class com.aspose.font.TtfFontMetrics
Returns glyphs width by glyph id.
getGlyphWidth(GlyphId) - Method in class com.aspose.font.Type1FontMetrics
Returns glyph width.
getHeadTable() - Method in class com.aspose.font.TtfTableRepository
Gets head table.
getHheaTable() - Method in class com.aspose.font.TtfTableRepository
Gets hhea table.
getHMetrics() - Method in class com.aspose.font.TtfHmtxTable
Gets horizontal metrics.
getHmtxTable() - Method in class com.aspose.font.TtfTableRepository
Gets hmtx table.
getIndexToLocFormat() - Method in class com.aspose.font.TtfHeadTable
Gets int16 indexToLocFormat 0 for short offsets, 1 for long.
getItalicAngle() - Method in class com.aspose.font.TtfPostTable
Gets fixed italicAngle Italic angle in degrees.
getItalicAngle() - Method in class com.aspose.font.Type1FontMetrics
Gets italic angle value.
getKerningValue(GlyphId, GlyphId) - Method in class com.aspose.font.FontMetrics
Returns kerning value for the glyph pair.
getKerningValue(GlyphId, GlyphId) - Method in interface com.aspose.font.IFontMetrics
Returns kerning value for the glyph pair.
getKerningValue(GlyphId, GlyphId) - Method in class com.aspose.font.TtfFontMetrics
Returns kerning value for the glyph pair.
getKeys() - Method in class com.aspose.font.NameToCodeMap
Returns string names collection.
getLeftSideBearing() - Method in class com.aspose.font.TtfHmtxTable.LongHorMetric
Gets left side bearing value.
getLeftSidebearings() - Method in class com.aspose.font.TtfHmtxTable
Gets left side bearings.
getLeftSidebearingX() - Method in class com.aspose.font.Glyph
Gets glyph side bearing x coordinate.
getLeftSidebearingY() - Method in class com.aspose.font.Glyph
Gets glyph side bearing y coordinate.
getLength() - Method in class com.aspose.font.TtfTableBase
Gets length of this table in bytes (actual length not padded length).
getLicenseFlags() - Method in class com.aspose.font.TtfOs2Table
Gets an embedded flags(fsType) in object representation.
getLineGap() - Method in class com.aspose.font.FontMetrics
Gets LineGap value.
getLineGap() - Method in interface com.aspose.font.IFontMetrics
Gets LineGap value of the Font in Font units.
getLineGap() - Method in class com.aspose.font.TtfFontMetrics
Gets LineGap value.
getLineGap() - Method in class com.aspose.font.TtfHheaTable
Gets the lineGap.
getLocaTable() - Method in class com.aspose.font.TtfTableRepository
Gets loca table.
getLowestRecPPEM() - Method in class com.aspose.font.TtfHeadTable
Gets uint16 lowestRecPPEM smallest readable size in pixels.
getMacStyle() - Method in class com.aspose.font.TtfHeadTable
Gets uint16 macStyle.
getMagicNumber() - Method in class com.aspose.font.TtfHeadTable
Gets uint32 magicNumber set to 0x5F0F3CF5.
getMatrix() - Method in class com.aspose.font.CompositeGlyphComponent
Gets the component transformation matrix.
getMaxComponentContours() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxComponentContours contours in compound glyph.
getMaxComponentDepth() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs.
getMaxComponentElements() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxComponentElements number of glyphs referenced at top level.
getMaxComponentPoints() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxComponentPoints points in compound glyph.
getMaxContours() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxContours contours in non-compound glyph.
getMaxFunctionDefs() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxFunctionDefs number of FDEFs.
getMaxInstructionDefs() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxInstructionDefs number of IDEFs.
getMaxMemType1() - Method in class com.aspose.font.TtfPostTable
Gets uint32 maxMemType1 Maximum memory usage when a TrueType Font is downloaded as a Type 1 Font.
getMaxMemType42() - Method in class com.aspose.font.TtfPostTable
Gets uint32 maxMemType42 Maximum memory usage when a TrueType font is downloaded as a Type 42 Font.
getMaxPoints() - Method in class com.aspose.font.TtfMaxpTable
Get uint16 maxPoints points in non-compound glyph.
getMaxpTable() - Method in class com.aspose.font.TtfTableRepository
Gets maxp table.
getMaxSizeOfInstructions() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxSizeOfInstructions byte count for glyph instructions.
getMaxStackElements() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxStackElements maximum stack depth.
getMaxStorage() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxStorage number of Storage Area locations.
getMaxTwilightPoints() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxTwilightPoints points used in Twilight Zone (Z0).
getMaxZones() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 maxZones set to 2.
getMetrics() - Method in class com.aspose.font.CffFont
Gets Font metrics.
getMetrics() - Method in class com.aspose.font.Font
Gets Font metrics.
getMetrics() - Method in interface com.aspose.font.IFont
Gets Font metrics.
getMetrics() - Method in class com.aspose.font.TtfFont
Gets Font metrics.
getMetrics() - Method in class com.aspose.font.Type1Font
Gets Font metrics.
getMinLeftSideBearing() - Method in class com.aspose.font.TtfHheaTable
Gets the MinLeftSideBearing value.
getMinMemType1() - Method in class com.aspose.font.TtfPostTable
Gets uint32 minMemType1 Minimum memory usage when a TrueType Font is downloaded as a Type 1 Font.
getMinMemType42() - Method in class com.aspose.font.TtfPostTable
Gets uint32 minMemType42 Minimum memory usage when a TrueType font is downloaded as a Type 42 Font.
getMinRightSideBearing() - Method in class com.aspose.font.TtfHheaTable
Gets the MinRightSideBearing value.
getModified() - Method in class com.aspose.font.TtfHeadTable
Gets longDateTime modified international date.
getMultiLanguageNameById(TtfNameTable.NameId) - Method in class com.aspose.font.TtfNameTable
returns a name by nameId
getNameById(TtfNameTable.NameId) - Method in class com.aspose.font.TtfNameTable
returns a name by nameId
getNameTable() - Method in class com.aspose.font.TtfTableRepository
Gets name table.
getNameToCharCodeIndex() - Method in class com.aspose.font.CffEncoding
Returns name to character code encoding map.
getNameToCharCodeIndex() - Method in interface com.aspose.font.ISupportsNameAddressing
Returns name to code map object.
getNameToCharCodeIndex() - Method in class com.aspose.font.Type1Encoding
Returns name to character code encoding map.
getNameToGidIndex() - Method in class com.aspose.font.CffEncoding
Returns name to character code encoding map.
getNameToSidIndex() - Method in class com.aspose.font.CffEncoding
Returns name to character code encoding map.
getNotDefId() - Static method in class com.aspose.font.GlyphStringId
Gets not defined glyph id.
getNotDefId() - Static method in class com.aspose.font.GlyphUInt32Id
Gets not defined glyph id.
getNumGlyphs() - Method in class com.aspose.font.CffFont
Gets number of glyphs in the Font.
getNumGlyphs() - Method in class com.aspose.font.Font
Gets number of glyphs in the Font.
getNumGlyphs() - Method in interface com.aspose.font.IFont
Gets number of glyphs in the Font.
getNumGlyphs() - Method in class com.aspose.font.TtfFont
Gets number of glyphs in the Font.
getNumGlyphs() - Method in class com.aspose.font.TtfMaxpTable
Gets uint16 numGlyphs the number of glyphs in the Font.
getNumGlyphs() - Method in class com.aspose.font.Type1Font
Gets number of glyphs in the Font.
getNumGlyphs() - Method in class com.aspose.font.Type1MetricFont
Gets number of glyphs in the Font.
getNumOfLongHorMetrics() - Method in class com.aspose.font.TtfHheaTable
Gets uint16 numOfLongHorMetrics number of advance widths in metrics table.
getOffset() - Method in class com.aspose.font.FontFileDefinition
Gets offset inside the stream.
getOffset() - Method in class com.aspose.font.StreamSource
Gets offset inside the source.
getOffset() - Method in class com.aspose.font.TtfTableBase
Gets offset from beginning of sfnt.
getOs2Table() - Method in class com.aspose.font.TtfTableRepository
Gets OS/2 table.
getPanose() - Method in class com.aspose.font.TtfOs2Table
This 10 byte series of numbers is used to describe the visual characteristics of a given typeface.
getPath() - Method in class com.aspose.font.Glyph
Gets glyph path.
getPlatformId() - Method in class com.aspose.font.TtfCMapFormatBaseTable
Gets PlatformId.
getPlatformId() - Method in class com.aspose.font.TtfCMapTable.TtfCMapSubtableDescription
Gets platform id.
getPlatformId() - Method in class com.aspose.font.TtfEncodingParameters
Get PlatformId value.
getPlatformSpecificId() - Method in class com.aspose.font.TtfCMapFormatBaseTable
Gets PlatformSpecificId.
getPlatformSpecificId() - Method in class com.aspose.font.TtfCMapTable.TtfCMapSubtableDescription
Gets platform-specific encoding id.
getPlatformSpecificId() - Method in class com.aspose.font.TtfEncodingParameters
Gets PlatformSpecificId value.
getPlatformTables(int, int) - Method in class com.aspose.font.TtfCMapTable
Returns CMap subtables for planformId and platformSpecificId.
getPostscriptName() - Method in class com.aspose.font.FontDefinition
Gets postscript Font name.
getPostscriptNames() - Method in class com.aspose.font.CffFont
Gets postscript Font names.
getPostscriptNames() - Method in class com.aspose.font.Font
Gets postscript font names.
getPostscriptNames() - Method in class com.aspose.font.FontDefinition
Gets postscript Font names as a MultiLanguageString.
getPostscriptNames() - Method in interface com.aspose.font.IFont
Gets postscript Font names.
getPostscriptNames() - Method in class com.aspose.font.TtfFont
Gets Postscript font names.
getPostscriptNames() - Method in class com.aspose.font.Type1Font
Gets postscript Font names.
getPostTable() - Method in class com.aspose.font.TtfTableRepository
Gets post table.
getPrepTable() - Method in class com.aspose.font.TtfTableRepository
Gets prep table.
getProgram() - Method in class com.aspose.font.TtfFpgmTable
Gets fpgm program.
getProgram() - Method in class com.aspose.font.TtfPrepTable
Set of instructions.
getRawList() - Method in class com.aspose.font.TtfHmtxTable.MetricList
 
getSCapHeight() - Method in class com.aspose.font.TtfOs2Table
Gets SCapHeight value.
getSegments() - Method in class com.aspose.font.SegmentPath
Gets path segments.
getSFamilyClass() - Method in class com.aspose.font.TtfOs2Table
This parameter is a classification of font-family design.
getSidName(int) - Method in class com.aspose.font.CffEncoding
Gets name for the SID specified.
getSourceResolution() - Method in class com.aspose.font.Glyph
Gets resolution of the source command set.
getStandardStrings() - Method in class com.aspose.font.CffEncoding
Returns standard CFF strings.
getState() - Method in class com.aspose.font.Glyph
Gets glyph state.
getStdHW() - Method in class com.aspose.font.Type1FontMetrics
Gets StdHW value.
getStdVW() - Method in class com.aspose.font.Type1FontMetrics
Gets StdVW value.
getStreamSource() - Method in class com.aspose.font.FontFileDefinition
Gets the stream source.
getStrictness() - Method in class com.aspose.font.FontEnvironment
Some Fonts may contain unexpected data, non-specified features, or may be roughly cropped.
getStyle() - Method in class com.aspose.font.CffFont
Gets Font style.
getStyle() - Method in class com.aspose.font.Font
Gets Font style.
getStyle() - Method in interface com.aspose.font.IFont
Gets Font style.
getStyle() - Method in class com.aspose.font.TtfFont
Gets Font style.
getStyle() - Method in class com.aspose.font.Type1Font
Gets Font style.
getStyle() - Method in class com.aspose.font.Type1MetricFont
Gets Font style.
getSTypoAscender() - Method in class com.aspose.font.TtfOs2Table
Gets STypoAscender value.
getSTypoDescender() - Method in class com.aspose.font.TtfOs2Table
Gets STypoDescender value.
getSTypoLineGap() - Method in class com.aspose.font.TtfOs2Table
Gets STypoLineGap value.
getSupportedTableVersions() - Method in class com.aspose.font.TtfOs2Table
Gets supported versions of the OS/2 table.
getSXHeight() - Method in class com.aspose.font.TtfOs2Table
Gets SXHeight value.
getTag() - Static method in class com.aspose.font.TtfCffTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfCMapTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfCvtTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfFpgmTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfGlyfTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfHeadTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfHheaTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfHmtxTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfLocaTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfMaxpTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfNameTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfOs2Table
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfPostTable
Gets table tag.
getTag() - Static method in class com.aspose.font.TtfPrepTable
Gets table tag.
getTtfTables() - Method in class com.aspose.font.TtfFont
Gets TTF tables.
getTtfTables() - Method in class com.aspose.font.TtfTableBase
Reference to TTF table repository.
getTX() - Method in class com.aspose.font.TransformationMatrix
Gets TX transformation matrix value.
getTY() - Method in class com.aspose.font.TransformationMatrix
Gets TY transformation matrix value.
getTypoAscender() - Method in class com.aspose.font.FontMetrics
Gets TypoAscender value.
getTypoAscender(double) - Method in class com.aspose.font.FontMetrics
Returns typographic ascender for specific Font size.
getTypoAscender() - Method in interface com.aspose.font.IFontMetrics
Gets typographic ascender value of the Font in font units
getTypoAscender(double) - Method in interface com.aspose.font.IFontMetrics
Returns typographic ascender for specific Font size.
getTypoAscender() - Method in class com.aspose.font.TtfFontMetrics
Gets TypoAscender value.
getTypoDescender() - Method in class com.aspose.font.FontMetrics
Gets TypoDescender value.
getTypoDescender(double) - Method in class com.aspose.font.FontMetrics
Returns typographic descender for specific font size param fontSize Font size.
getTypoDescender() - Method in interface com.aspose.font.IFontMetrics
Gets typographic descender value of the Font in Font units.
getTypoDescender(double) - Method in interface com.aspose.font.IFontMetrics
Returns typographic descender for specific Font size.
getTypoDescender() - Method in class com.aspose.font.TtfFontMetrics
Gets TypoDescender value.
getTypoLineGap() - Method in class com.aspose.font.FontMetrics
Gets TypoLineGap value.
getTypoLineGap(double) - Method in class com.aspose.font.FontMetrics
Returns line gap for specific Font size.
getTypoLineGap() - Method in interface com.aspose.font.IFontMetrics
Gets typographic LineGap value of the Font in Font units.
getTypoLineGap(double) - Method in interface com.aspose.font.IFontMetrics
Returns line gap for specific Font size.
getTypoLineGap() - Method in class com.aspose.font.TtfFontMetrics
Gets TypoLineGap value.
getULCodePageRange() - Method in class com.aspose.font.TtfOs2Table
Gets ULCodePageRange value.
getULUnicodeRange() - Method in class com.aspose.font.TtfOs2Table
Gets ULUnicodeRange value.
getUnderlinePosition() - Method in class com.aspose.font.TtfPostTable
Gets FWord underlinePosition Underline position.
getUnderlinePosition() - Method in class com.aspose.font.Type1FontMetrics
Gets underline position value.
getUnderlineThickness() - Method in class com.aspose.font.TtfPostTable
Gets FWord underlineThickness Underline thickness.
getUnderlineThickness() - Method in class com.aspose.font.Type1FontMetrics
Gets underline thickness value.
getUnitsPerEM() - Method in class com.aspose.font.CffFontMetrics
Gets UnitsPerEM value.
getUnitsPerEM() - Method in class com.aspose.font.FontMetrics
Gets UnitsPerEM value.
getUnitsPerEM() - Method in interface com.aspose.font.IFontMetrics
Gets Gets units per em.
getUnitsPerEM() - Method in class com.aspose.font.TtfFontMetrics
Gets UnitsPerEM value.
getUnitsPerEM() - Method in class com.aspose.font.TtfHeadTable
Gets uint16 unitsPerEM range from 64 to 16384.
getUnitsPerEM() - Method in class com.aspose.font.Type1FontMetrics
Gets underline UnitsPerEM value.
getUSBreakChar() - Method in class com.aspose.font.TtfOs2Table
Gets USBreakChar value.
getUSDefaultChar() - Method in class com.aspose.font.TtfOs2Table
Gets USDefaultChar value.
getUSFirstCharIndex() - Method in class com.aspose.font.TtfOs2Table
Gets USFirstCharIndex value.
getUSLastCharIndex() - Method in class com.aspose.font.TtfOs2Table
Gets USLastCharIndex value.
getUSMaxContext() - Method in class com.aspose.font.TtfOs2Table
Gets USMaxContext value.
getUSWeightClass() - Method in class com.aspose.font.TtfOs2Table
Indicates the visual weight (degree of blackness or thickness of strokes) of the characters in the Font.
getUSWidthClass() - Method in class com.aspose.font.TtfOs2Table
Indicates a relative change from the normal aspect ratio (width to height ratio) as specified by a font designer for the glyphs in a Font.
getUSWinAscent() - Method in class com.aspose.font.TtfOs2Table
Gets USWinAscent value.
getUSWinDescent() - Method in class com.aspose.font.TtfOs2Table
Gets USWinDescent value.
getValue() - Method in class com.aspose.font.GlyphStringId
Gets string value.
getValue() - Method in class com.aspose.font.GlyphUInt32Id
Gets int value of the ID.
getVersion() - Method in class com.aspose.font.TtfHeadTable
Fixed version 0x00010000 if (version 1.0).
getVersion() - Method in class com.aspose.font.TtfMaxpTable
Gets fixed version 0x00010000 if (version 1.0).
getVersion() - Method in class com.aspose.font.TtfOs2Table
Gets Version value.
getWeight() - Method in class com.aspose.font.Type1FontMetrics
Gets weight.
getWidthVectorX() - Method in class com.aspose.font.Glyph
Gets glyph width vector.
getWidthVectorY() - Method in class com.aspose.font.Glyph
Gets glyph width vector.
getX() - Method in class com.aspose.font.ClosePath
Gets coordinate x.
getX() - Method in class com.aspose.font.LineTo
Gets coordinate x.
getX() - Method in class com.aspose.font.MoveTo
Gets coordinate x.
getX1() - Method in class com.aspose.font.CurveTo
Gets coordinate x1.
getX2() - Method in class com.aspose.font.CurveTo
Gets coordinate x2.
getX3() - Method in class com.aspose.font.CurveTo
Gets coordinate x3.
getXAvgCharWidth() - Method in class com.aspose.font.TtfOs2Table
Gets the Average Character Width parameter.
getXHeight() - Method in class com.aspose.font.Type1FontMetrics
Gets XHeight value.
getXMax() - Method in class com.aspose.font.FontBBox
Gets XMax value.
getXMax() - Method in class com.aspose.font.TtfHeadTable
Gets FWord xMax for all glyph bounding boxes.
getXMaxExtent() - Method in class com.aspose.font.TtfHheaTable
Gets the XMaxExtent value.
getXMin() - Method in class com.aspose.font.FontBBox
Gets XMin value.
getXMin() - Method in class com.aspose.font.TtfHeadTable
Gets FWord xMin for all glyph bounding boxes.
getY() - Method in class com.aspose.font.ClosePath
Gets coordinate y.
getY() - Method in class com.aspose.font.LineTo
Gets coordinate y.
getY() - Method in class com.aspose.font.MoveTo
Gets coordinate y.
getY1() - Method in class com.aspose.font.CurveTo
Gets coordinate y1.
getY2() - Method in class com.aspose.font.CurveTo
Gets coordinate y2.
getY3() - Method in class com.aspose.font.CurveTo
Gets coordinate y3.
getYMax() - Method in class com.aspose.font.FontBBox
Gets YMax value.
getYMax() - Method in class com.aspose.font.TtfHeadTable
Gets FWord yMax for all glyph bounding boxes.
getYMin() - Method in class com.aspose.font.FontBBox
Gets YMin value.
getYMin() - Method in class com.aspose.font.TtfHeadTable
Gets FWord yMin for all glyph bounding boxes.
getYStrikeoutPosition() - Method in class com.aspose.font.TtfOs2Table
Gets YStrikeoutPosition value.
getYStrikeoutSize() - Method in class com.aspose.font.TtfOs2Table
Gets YStrikeoutSize value.
getYSubscriptXOffset() - Method in class com.aspose.font.TtfOs2Table
Gets YSubscriptXOffset value.
getYSubscriptXSize() - Method in class com.aspose.font.TtfOs2Table
Gets YSubscriptXSize value.
getYSubscriptYOffset() - Method in class com.aspose.font.TtfOs2Table
Gets YSubscriptYOffset value.
getYSubscriptYSize() - Method in class com.aspose.font.TtfOs2Table
Gets YSubscriptYSize value.
getYSuperscriptXOffset() - Method in class com.aspose.font.TtfOs2Table
Gets YSuperscriptXOffset value.
getYSuperscriptXSize() - Method in class com.aspose.font.TtfOs2Table
Gets YSuperscriptXSize value.
getYSuperscriptYOffset() - Method in class com.aspose.font.TtfOs2Table
Gets YSuperscriptYOffset value.
getYSuperscriptYSize() - Method in class com.aspose.font.TtfOs2Table
Gets YSuperscriptYSize value.
gidToUnicode(GlyphId) - Method in class com.aspose.font.CffEncoding
Decodes Gid to unicode.
gidToUnicode(GlyphId) - Method in interface com.aspose.font.IFontEncoding
Decodes Gid to unicode.
gidToUnicode(GlyphId) - Method in class com.aspose.font.TtfEncoding
Decodes glyph id to unicode.
gidToUnicode(GlyphId) - Method in class com.aspose.font.Type1Encoding
Decodes Gid to Unicode.
Glyph - Class in com.aspose.font
Represents a Font glyph.
GlyphId - Class in com.aspose.font
Represents glyph ids, available in the Font.
GlyphIdList - Class in com.aspose.font
Represents glyph id list.
GlyphIdType - Enum in com.aspose.font
Specifies types of glyph id.
GlyphOutlineRenderer - Class in com.aspose.font
Represents glyph outline renderer.
GlyphOutlineRenderer(IGlyphOutlinePainter) - Constructor for class com.aspose.font.GlyphOutlineRenderer
Initializes new GlyphOutlineRenderer object.
GlyphRendererBase - Class in com.aspose.font
Represents base class for glyph renderers.
GlyphState - Enum in com.aspose.font
Specifies the glyph state.
GlyphStringId - Class in com.aspose.font
Represents string glyph id.
GlyphStringId(String) - Constructor for class com.aspose.font.GlyphStringId
Initializes new GlyphStringID object.
GlyphUInt32Id - Class in com.aspose.font
Represents integer glyph id.
GlyphUInt32Id(long) - Constructor for class com.aspose.font.GlyphUInt32Id
Initializes new GlyphUInt32Id object.

H

hashCode() - Method in class com.aspose.font.GlyphId
Returns hashcode of object.
hashCode() - Method in class com.aspose.font.GlyphStringId
GetHashCode implementation.
hashCode() - Method in class com.aspose.font.GlyphUInt32Id
GetHashCode implementation.
hashCode() - Method in class com.aspose.font.MultiLanguageString
GetHashCode implementation.
hasNoPostScriptNames() - Method in class com.aspose.font.TtfPostTable
Indicates that no PostScript name information is provided for the glyphs in this font file.
HelpersFactory - Class in com.aspose.font
Creates objects related to TtfHelpers namespace

I

IEncodingParameters - Interface in com.aspose.font
Common interface to support encoding parameters.
IFont - Interface in com.aspose.font
Declares common functionality for all font formats.
IFontCharactersMerger - Interface in com.aspose.font
Declares helpers functionality to merge TrueType fonts.
IFontEncoding - Interface in com.aspose.font
Defines an interface for Font encoding.
IFontMetrics - Interface in com.aspose.font
Defines an interface for Font metrics tools.
IFontSaver - Interface in com.aspose.font
Defines an interface for Font save functionality.
IGlyphAccessor - Interface in com.aspose.font
Defines functionality to retrieve specified glyph identifiers and glyphs.
IGlyphOutlinePainter - Interface in com.aspose.font
Defines a outline way to draw glyphs.
IGlyphPainter - Interface in com.aspose.font
Defines a way to draw glyphs.
IGlyphRenderer - Interface in com.aspose.font
Interface used to render glyphs.
IPathSegment - Interface in com.aspose.font
Represents interface of any path segment.
isBitmapOnlyEmbedding() - Method in class com.aspose.font.LicenseFlags
Detects whether fsType permits BitmapOnly embedding.
isCidKeyedFont() - Method in class com.aspose.font.CffFont
Gets value indicating that the Font is cid-keyed.
isEditableEmbedding() - Method in class com.aspose.font.LicenseFlags
Detects whether fsType permits Editable embedding.
isEmpty() - Method in class com.aspose.font.Glyph
True if the glyph doesn't contain drawing instructions.
isFixedPitch() - Method in class com.aspose.font.FontMetrics
Gets IsFixedPitch value.
isFixedPitch() - Method in interface com.aspose.font.IFontMetrics
True, if the Font is monospaced.
isFixedPitch() - Method in class com.aspose.font.TtfPostTable
Gets uint32 isFixedPitch. 0 if the font is proportionally spaced, non-zero if the Font is not proportionally spaced (i.e. monospaced).
isFSTypeAbsent() - Method in class com.aspose.font.LicenseFlags
Returns true if fsType flag is absent in 'OS/2' table.
isInstallableEmbedding() - Method in class com.aspose.font.LicenseFlags
Detects whether fsType is Installable embedding.
isNoSubsettingEmbedding() - Method in class com.aspose.font.LicenseFlags
Detects whether fsType permits NoSubsetting embedding.
isPreviewAndPrintEmbedding() - Method in class com.aspose.font.LicenseFlags
Detects whether fsType permits Preview and Print embedding.
isReservedType() - Method in class com.aspose.font.LicenseFlags
Detects whether reserved bit(bit 0) is set for fsType.
isRestrictedLicenseEmbedding() - Method in class com.aspose.font.LicenseFlags
Detects whether fsType is Restricted License embedding.
isSymbolic() - Method in class com.aspose.font.TtfFont
Returns true in case Font is symbolic.
ISupportsNameAddressing - Interface in com.aspose.font
Defines members that are specific to encodings that support glyph name addressing
Italic - Static variable in class com.aspose.font.FontStyle
Specifies the italic Font style.

L

License - Class in com.aspose.font
Provides methods to license the component.
License() - Constructor for class com.aspose.font.License
Initializes a new instance of this class.
LicenseFlags - Class in com.aspose.font
Represents a helper wrapper for an embedding flags from 'OS/2' table (field fsType).
lineTo(LineTo) - Method in interface com.aspose.font.IGlyphOutlinePainter
Processes LineTo operation.
LineTo - Class in com.aspose.font
Represents LineTo operation.
LongHorMetric() - Constructor for class com.aspose.font.TtfHmtxTable.LongHorMetric
 

M

measureString(String, double) - Method in class com.aspose.font.CffFontMetrics
Measures string and returns string width.
measureString(String, double) - Method in class com.aspose.font.FontMetrics
Measures string and returns string width.
measureString(String, double) - Method in interface com.aspose.font.IFontMetrics
Measures string and returns string width.
measureString(String, double) - Method in class com.aspose.font.TtfFontMetrics
Measures string and returns string width.
measureString(String, double) - Method in class com.aspose.font.Type1FontMetrics
Measures string and returns string width.
mergeFonts(GlyphId[], GlyphId[], String) - Method in interface com.aspose.font.IFontCharactersMerger
Merges fonts based on glyphs lists passed.
mergeFonts(long[], long[], String) - Method in interface com.aspose.font.IFontCharactersMerger
Merges fonts based on character codes lists passed.
mergeFonts(Map<Long, GlyphId>, Map<Long, GlyphId>, String) - Method in interface com.aspose.font.IFontCharactersMerger
This method version designed for cases when you want to set character codes for glyphs in resultant font explicitly.
moveTo(MoveTo) - Method in interface com.aspose.font.IGlyphOutlinePainter
Processes MoveTo operation.
MoveTo - Class in com.aspose.font
Represents MoveTo operation.
MultiLanguageString - Class in com.aspose.font
Represents multi language string.
multiply(TransformationMatrix) - Method in class com.aspose.font.TransformationMatrix
Multiplies with another transformation matrix.
mustCloseAfterUse() - Method in class com.aspose.font.StreamSource
The inheritors may prevent stream from closing.

N

NameToCodeMap - Class in com.aspose.font
Represents name to code map.

O

op_Equality(GlyphId, Object) - Static method in class com.aspose.font.GlyphId
Returns true if two glyph ids are equal.
op_Equality(GlyphUInt32Id, Object) - Static method in class com.aspose.font.GlyphUInt32Id
Equality operator implementation.
op_Equality(MultiLanguageString, String) - Static method in class com.aspose.font.MultiLanguageString
Equality operator implementation.
op_Equality(String, MultiLanguageString) - Static method in class com.aspose.font.MultiLanguageString
Equality operator implementation.
op_Inequality(GlyphId, Object) - Static method in class com.aspose.font.GlyphId
Returns true if two glyph ids are not equal.
op_Inequality(GlyphUInt32Id, Object) - Static method in class com.aspose.font.GlyphUInt32Id
Inequality operator implementation.
op_Inequality(MultiLanguageString, String) - Static method in class com.aspose.font.MultiLanguageString
Inequality operator implementation.
op_Inequality(String, MultiLanguageString) - Static method in class com.aspose.font.MultiLanguageString
Inequality operator implementation.
open(FontDefinition) - Static method in class com.aspose.font.Font
Opens a font, using FontDefinition object.
open(FontType, StreamSource) - Static method in class com.aspose.font.Font
Opens a font, using font type and stream source.
open(FontType, String) - Static method in class com.aspose.font.Font
Opens a font, using font type and font file name.
open(FontType, byte[]) - Static method in class com.aspose.font.Font
Opens a font, using font type and font data byte array.
open(String, FontType) - Static method in class com.aspose.font.FontDefinition
Returns FontDefinition for font file and font type.
open(StreamSource, FontType) - Static method in class com.aspose.font.FontDefinition
Returns FontDefinition for font stream source and font type.

P

PathSegmentCollection - Class in com.aspose.font
Represents a path segments collection.

R

registerEncoding(String, String[]) - Method in class com.aspose.font.FontSpecificEncodings
Register encoding for consumer-aware Fonts.
Regular - Static variable in class com.aspose.font.FontStyle
Specifies the regular Font style.
remove(GlyphId) - Method in class com.aspose.font.GlyphIdList
Removes glyph id from the list.
renderGlyph(IFont, long) - Method in class com.aspose.font.GlyphRendererBase
Renders glyph
renderGlyph(IFont, long, TransformationMatrix) - Method in class com.aspose.font.GlyphRendererBase
Renders glyph.
renderGlyph(IFont, GlyphId) - Method in class com.aspose.font.GlyphRendererBase
Renders glyph.
renderGlyph(IFont, GlyphId, TransformationMatrix) - Method in class com.aspose.font.GlyphRendererBase
Renders glyph.
renderGlyph(IFont, GlyphId, Glyph, TransformationMatrix) - Method in class com.aspose.font.GlyphRendererBase
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
renderGlyph(IFont, long) - Method in interface com.aspose.font.IGlyphRenderer
Renders glyph.
renderGlyph(IFont, long, TransformationMatrix) - Method in interface com.aspose.font.IGlyphRenderer
Renders glyph.
renderGlyph(IFont, GlyphId) - Method in interface com.aspose.font.IGlyphRenderer
Renders glyph.
renderGlyph(IFont, GlyphId, TransformationMatrix) - Method in interface com.aspose.font.IGlyphRenderer
Renders glyph.
renderGlyph(IFont, GlyphId, Glyph, TransformationMatrix) - Method in interface com.aspose.font.IGlyphRenderer
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
renderIndependentGlyphPath(IFont, GlyphId, Glyph, TransformationMatrix) - Method in class com.aspose.font.GlyphRendererBase
Renders glyph using independent glyph path.
renderIndependentGlyphPath(IFont, GlyphId, Glyph, TransformationMatrix) - Method in interface com.aspose.font.IGlyphRenderer
Renders glyph using independent glyph path.

S

save(OutputStream) - Method in class com.aspose.font.Font
Saves the Font into original format.
save(String) - Method in class com.aspose.font.Font
Saves the Font into original format.
save(OutputStream) - Method in interface com.aspose.font.IFontSaver
Saves the Font into original format.
save(String) - Method in interface com.aspose.font.IFontSaver
Saves the Font into original format.
saveToFormat(OutputStream, FontSavingFormats) - Method in class com.aspose.font.Font
Saves the Font into format specified.
saveToFormat(OutputStream, FontSavingFormats) - Method in interface com.aspose.font.IFontSaver
Saves the Font into format specified.
scale(double, double, double[], double[]) - Method in class com.aspose.font.TransformationMatrix
Scales x and y with the transformation matrix: x1 = A*x + C*y; y1 = B*x + D*y.
SegmentPath - Class in com.aspose.font
Represents rendering path.
setA(double) - Method in class com.aspose.font.TransformationMatrix
Sets A transformation matrix value.
setAscender(double) - Method in class com.aspose.font.FontMetrics
Sets Ascender value.
setAscender(double) - Method in interface com.aspose.font.IFontMetrics
 
setAscender(double) - Method in class com.aspose.font.TtfFontMetrics
Sets ascender value.
setB(double) - Method in class com.aspose.font.TransformationMatrix
Sets B transformation matrix value.
setC(double) - Method in class com.aspose.font.TransformationMatrix
Sets C transformation matrix value.
setD(double) - Method in class com.aspose.font.TransformationMatrix
Sets D transformation matrix value.
setDescender(double) - Method in class com.aspose.font.FontMetrics
Sets Descender value.
setDescender(double) - Method in interface com.aspose.font.IFontMetrics
 
setDescender(double) - Method in class com.aspose.font.TtfFontMetrics
Sets descender value.
setFileName(String) - Method in class com.aspose.font.FileSystemStreamSource
Sets file name.
setFontFamily(String) - Method in class com.aspose.font.CffFont
The Font family setter is not implemented yet.
setFontFamily(String) - Method in class com.aspose.font.Font
Sets Font family.
setFontFamily(String) - Method in interface com.aspose.font.IFont
Sets Font family.
setFontFamily(String) - Method in class com.aspose.font.TtfFont
Sets Font family.
setFontFamily(String) - Method in class com.aspose.font.Type1Font
The Font family setter is not implemented yet.
setFontName(String) - Method in class com.aspose.font.CffFont
The Font face name setter is not implemented yet.
setFontName(String) - Method in class com.aspose.font.Font
Sets Font face name.
setFontName(String) - Method in interface com.aspose.font.IFont
Sets Font face name.
setFontName(String) - Method in class com.aspose.font.TtfFont
Sets Font face name.
setFontName(String) - Method in class com.aspose.font.Type1Font
The Font face name setter is not implemented yet.
setLicense(String) - Method in class com.aspose.font.License
Licenses the component.
setLicense(InputStream) - Method in class com.aspose.font.License
Licenses the component.
setOffset(long) - Method in class com.aspose.font.StreamSource
Sets offset inside the source.
setPlatformId(int) - Method in class com.aspose.font.TtfEncodingParameters
Sets PlatformId value.
setPlatformSpecificId(int) - Method in class com.aspose.font.TtfEncodingParameters
Sets PlatformSpecificId value.
setStrictness(FontEnvironment.ParsingStrictness) - Method in class com.aspose.font.FontEnvironment
Some Fonts may contain unexpected data, non-specified features, or may be roughly cropped.
setStyle(String) - Method in class com.aspose.font.CffFont
The Style setter is not implemented yet.
setStyle(String) - Method in class com.aspose.font.Font
Sets Font style.
setStyle(String) - Method in interface com.aspose.font.IFont
Sets Font style.
setStyle(String) - Method in class com.aspose.font.TtfFont
Sets Font style.
setStyle(String) - Method in class com.aspose.font.Type1Font
The Style setter is not implemented yet.
setTX(double) - Method in class com.aspose.font.TransformationMatrix
Sets TX transformation matrix value.
setTY(double) - Method in class com.aspose.font.TransformationMatrix
Sets TY transformation matrix value.
setTypoAscender(double) - Method in class com.aspose.font.FontMetrics
Sets TypoAscender value.
setTypoAscender(double) - Method in interface com.aspose.font.IFontMetrics
 
setTypoAscender(double) - Method in class com.aspose.font.TtfFontMetrics
Sets TypoAscender value.
setTypoDescender(double) - Method in class com.aspose.font.FontMetrics
Sets TypoDescender value.
setTypoDescender(double) - Method in interface com.aspose.font.IFontMetrics
 
setTypoDescender(double) - Method in class com.aspose.font.TtfFontMetrics
Sets TypoDescender value.
setUnitsPerEM(long) - Method in class com.aspose.font.FontMetrics
Sets UnitsPerEM value.
setUnitsPerEM(long) - Method in interface com.aspose.font.IFontMetrics
 
setUnitsPerEM(long) - Method in class com.aspose.font.TtfFontMetrics
 
setUnitsPerEM(long) - Method in class com.aspose.font.Type1FontMetrics
 
setValue(String) - Method in class com.aspose.font.GlyphStringId
Sets string value.
setValue(long) - Method in class com.aspose.font.GlyphUInt32Id
Sets int value of the ID.
shift(double, double) - Method in class com.aspose.font.ClosePath
Performs shift by x and y coordinates.
shift(double, double) - Method in class com.aspose.font.CurveTo
Performs shift by x and y coordinates.
shift(double, double) - Method in interface com.aspose.font.IPathSegment
Performs shift by x and y coordinates.
shift(double, double) - Method in class com.aspose.font.LineTo
Performs shift by x and y coordinates.
shift(double, double) - Method in class com.aspose.font.MoveTo
Performs shift by x and y coordinates.
size() - Method in class com.aspose.font.NameToCodeMap
Gets count of pairs name-code in the map.
size() - Method in class com.aspose.font.TtfHmtxTable.MetricList
Gets metrics count.
size() - Method in class com.aspose.font.TtfLocaTable.OffsetsList
Gets glyph offsets count.
StreamSource - Class in com.aspose.font
Defines a way to get a file stream when it is needed.
StreamSource() - Constructor for class com.aspose.font.StreamSource
Initializes stream source instance.

T

toArray() - Method in class com.aspose.font.TransformationMatrix
Allocates new array, copies the transformation matrix and returns it.
toGlyphStringId() - Method in class com.aspose.font.GlyphId
Virtual cast to GlyphStringId.
toGlyphStringId() - Method in class com.aspose.font.GlyphStringId
Cast GlyphId to GlyphStringId
toGlyphUInt32Id() - Method in class com.aspose.font.GlyphId
Virtual cast to GlyphUInt32Id.
toGlyphUInt32Id() - Method in class com.aspose.font.GlyphUInt32Id
Cast GlyphId to GlyphUInt32Id
toString() - Method in class com.aspose.font.GlyphId
Returns string representation the glyph id.
toString() - Method in class com.aspose.font.GlyphStringId
Returns string value the glyph id.
toString() - Method in class com.aspose.font.GlyphUInt32Id
Gets string representation of the integer value.
transform(TransformationMatrix) - Method in class com.aspose.font.ClosePath
Transforms coordinates with the transformation matrix.
transform(TransformationMatrix) - Method in class com.aspose.font.CurveTo
Transforms coordinates with the transformation matrix.
transform(TransformationMatrix) - Method in interface com.aspose.font.IPathSegment
Transforms coordinates with the transformation matrix.
transform(TransformationMatrix) - Method in class com.aspose.font.LineTo
Transforms coordinates with the transformation matrix.
transform(TransformationMatrix) - Method in class com.aspose.font.MoveTo
Transforms coordinates with the transformation matrix.
transform(double, double, double[], double[]) - Method in class com.aspose.font.TransformationMatrix
Transforms x and y with the transformation matrix: x1 = A*x + C*y + TX; y1 = B*x + D*y + TY.
TransformationMatrix - Class in com.aspose.font
Represents 3x3 matrix | A B 0 | | C D 0 | | TX TY 1 |.
TransformationMatrix() - Constructor for class com.aspose.font.TransformationMatrix
Creates standard 1 to 1 matrix: [ A B C D TX TY ] = [ 1, 0, 0, 1, 0, 0]
TransformationMatrix(double[]) - Constructor for class com.aspose.font.TransformationMatrix
Accepts a transformation matrix with following array representation: [ A B C D TX TY ]
TtcFontFileDefinition - Class in com.aspose.font
Represents file definition for TTC Font.
TtcFontFileDefinition(int, String, StreamSource, long) - Constructor for class com.aspose.font.TtcFontFileDefinition
Creates a file definition using file content only.
TtcFontSource - Class in com.aspose.font
Represents TTC Font source.
TtcFontSource(StreamSource) - Constructor for class com.aspose.font.TtcFontSource
Creates TTC Font source based on IStreamSource stream providing object.
TtcFontSource(String) - Constructor for class com.aspose.font.TtcFontSource
Creates TTC Font source based on ttc font collection file path.
TtfCffTable - Class in com.aspose.font
Represents "cff" table of the TTF Font file.
TtfCMapFormat0Table - Class in com.aspose.font
Represents Format0 CMap subtable of the TTF Font file.
TtfCMapFormat10Table - Class in com.aspose.font
Represents Format10 CMap subtable of the TTF Font file.
TtfCMapFormat12Table - Class in com.aspose.font
Represents Format8 CMap subtable of the TTF Font file.
TtfCMapFormat2Table - Class in com.aspose.font
Represents Format2 CMap subtable of the TTF Font file.
TtfCMapFormat4Table - Class in com.aspose.font
Represents Format4 CMap subtable of the TTF Font file.
TtfCMapFormat6Table - Class in com.aspose.font
Represents Format6 CMap subtable of the TTF Font file.
TtfCMapFormat8Table - Class in com.aspose.font
Represents Format8 CMap subtable of the TTF Font file.
TtfCMapFormatBaseTable - Class in com.aspose.font
Represents CMap sub table base class.
TtfCMapTable - Class in com.aspose.font
Represents "cmap" table of the TTF Font file.
TtfCMapTable.TtfCMapSubtableDescription - Class in com.aspose.font
Provides brief information about CMap subtable.
TtfCvtTable - Class in com.aspose.font
Represents Control Value Table (CVT) of the TTF Font file.
TtfEncoding - Class in com.aspose.font
Represents TTF Font encoding.
TtfEncodingParameters - Class in com.aspose.font
Represents TTF encoding parameters.
TtfEncodingParameters(int, int) - Constructor for class com.aspose.font.TtfEncodingParameters
Initializes new instance of TtfEncodingParameters class.
TtfFont - Class in com.aspose.font
Represents TrueType Font (TTF).
TtfFontMetrics - Class in com.aspose.font
Represents TTF Font metrics.
TtfFpgmTable - Class in com.aspose.font
Represents "fpgm" table of the TTF Font file.
TtfGlyfTable - Class in com.aspose.font
Represents "glyf" table of the TTF font file.
TtfHeadTable - Class in com.aspose.font
Represents "head" table of the TTF Font file.
TtfHheaTable - Class in com.aspose.font
Represents "hhea" table of the TTF Font file.
TtfHmtxTable - Class in com.aspose.font
Represents "hmtx" table of the TTF Font file.
TtfHmtxTable.LongHorMetric - Class in com.aspose.font
Represents metrics record.
TtfHmtxTable.MetricList - Class in com.aspose.font
Represents list of metrics
TtfLocaTable - Class in com.aspose.font
Represents "loca" table of the TTF Font file.
TtfLocaTable.OffsetsList - Class in com.aspose.font
Represents glyph offsets list.
TtfMaxpTable - Class in com.aspose.font
Represents "maxp" table of the TTF font file
TtfNameTable - Class in com.aspose.font
Represents "name" table of the TTF Font file.
TtfNameTable.NameId - Enum in com.aspose.font
Represents NameId enumeration.
TtfOs2Table - Class in com.aspose.font
Represents "OS/2" table of the TTF Font file.
TtfPostTable - Class in com.aspose.font
Represents "post" table of the TTF font file
TtfPrepTable - Class in com.aspose.font
Represents "prep" table of the TTF Font file.
TtfTableBase - Class in com.aspose.font
Represents TTF table definition.
TtfTableRepository - Class in com.aspose.font
repository of TTF tables
Type1Encoding - Class in com.aspose.font
Represents Type1 Font encoding.
Type1Font - Class in com.aspose.font
Represents Type1 Font.
Type1FontMetrics - Class in com.aspose.font
Represents Type1 Font metrics.
Type1MetricFont - Class in com.aspose.font
Type1 metric font implementation.

U

unicodeToGid(long) - Method in class com.aspose.font.CffEncoding
Decodes a unicode and returns glyph id.
unicodeToGid(long) - Method in interface com.aspose.font.IFontEncoding
Decodes a unicode and returns glyph id.
unicodeToGid(long) - Method in class com.aspose.font.TtfEncoding
Decodes a unicode and returns glyph id.
unicodeToGid(long) - Method in class com.aspose.font.Type1Encoding
Returns GlyphId for unicode.
unScale(double, double, double[], double[]) - Method in class com.aspose.font.TransformationMatrix
Scales back x1 and y1 and returns x and y before the transformation matrix.
unTransform(double, double, double[], double[]) - Method in class com.aspose.font.TransformationMatrix
Transforms back x1 and y1 and returns x and y before the transformation matrix.

V

valueOf(String) - Static method in enum com.aspose.font.FontEnvironment.ParsingStrictness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.font.FontSavingFormats
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.font.FontType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.font.GlyphIdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.font.GlyphState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.aspose.font.TtfNameTable.NameId
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.aspose.font.FontEnvironment.ParsingStrictness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.font.FontSavingFormats
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.font.FontType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.font.GlyphIdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.font.GlyphState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.aspose.font.TtfNameTable.NameId
Returns an array containing the constants of this enum type, in the order they are declared.

W

WoffFormatException - Exception in com.aspose.font
Represents WOFF font processing related exception.
WoffFormatException() - Constructor for exception com.aspose.font.WoffFormatException
Initializes new WoffFormatException object.
WoffFormatException(String) - Constructor for exception com.aspose.font.WoffFormatException
Initializes new WoffFormatException object.
WoffFormatException(String, RuntimeException) - Constructor for exception com.aspose.font.WoffFormatException
Initializes new WoffFormatException object.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2021 Aspose. All Rights Reserved.