Click or drag to resize
IFontDescriptor Interface
A font descriptor specifies metrics and other attributes of a font, as distinct from the metrics of individual glyphs.

Namespace: Kettic.AspNet.Controls.Toolkit.Apoc.Layout
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IFontDescriptor

The IFontDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyFlags
Gets a collection of flags providing various font characteristics.
Public propertyFontBBox
Gets the smallest rectangle that will encompass the shape that would result if all glyhs of the font were placed with their origins coincident.
Public propertyFontData
Gets a byte array representing a font program to be embedded in a document.
Public propertyHasKerningInfo
Gets a value that indicates whether this font has kerning support.
Public propertyIsEmbeddable
Gets a value that indicates whether this font program may be legally embedded within a document.
Public propertyIsSubsettable
Gets a value that indicates whether this font program my be subsetted.
Public propertyItalicAngle
Gets the main italic angle of the font expressed in tenths of a degree counterclockwise from the vertical.
Public propertyKerningInfo
Gets kerning information for this font.
Public propertyStemV
TODO: The thickness, measured horizontally, of the dominant vertical stems of the glyphs in the font.
Top
Remarks
See page 355 of PDF 1.4 specification for more information.
See Also