[]
        
(Showing Draft Content)

C1.Util.FontKey

FontKey Class

Unique identifier of font in various font processing algorithms of C1Preview:

  • font substitution
  • font embedding
Inheritance
FontKey
Namespace: C1.Util
Assembly: C1.Pdf.dll
Syntax
public class FontKey

Constructors

Name Description
FontKey(string, bool, bool)
FontKey(string, byte)

Fields

Name Description
c_flgBold

Bold constant.

c_flgItalic

Italic constant.

Properties

Name Description
Bold

Gets bold flag of the font.

Flags

Gets flags of the font.

Italic

Gets italic flag of the font.

Name

Gets name of the font.

Style

Gets style of the font.

Methods

Name Description
Equals(object)
GetHashCode()

Operators

Name Description
operator ==(FontKey, FontKey)
operator !=(FontKey, FontKey)