FontApi Class

PDF File Writer

FontApi Class

Font API class
Inheritance Hierarchy
SystemObject  PdfFileWriterFontApi

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class FontApi : IDisposable

The FontApi type exposes the following members.

Constructors
  NameDescription
Public methodFontApi
Font API constructor
Top
Methods
  NameDescription
Public methodDispose
Dispose unmanaged resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFontDataApi
Gets font data tables
Public methodGetGlyphIndicesApi
Gets glyph indices array
Public methodGetGlyphMetricsApi
Gets array of glyph metrics
Public methodGetGlyphMetricsApiByCode
Gets glyph metric
Public methodGetGlyphMetricsApiByGlyphIndex
Gets glyph metric
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetKerningPairsApi
Gets kerning pairs array
Public methodGetOutlineTextMetricsApi
Gets OUTLINETEXTMETRICW structure
Public methodGetTextMetricsApi
Gets TEXTMETRICW structure
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Windows API callable by C# program
See Also