ImageGear for .NET
ImGearPDEFontFlags Enumeration
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEFontFlags Enumeration




Glossary Item Box

Specifies font's attributes.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ALL_CAP0x00010000The font is an all-caps font.
FIXED_WIDTH0x00000001All glyphs in the font are the same width.
FORCE_BOLD0x00040000Force bold characters to draw bold even at small point sizes.
ITALIC0x00000040The font is an italic font.
PI0x00000004The font is a symbolic (pi) font.
SCRIPT0x00000008The font is a script font.
SERIF0x00000002The font is a serif font.
SMALL_CAP0x00020000The font is a small caps font.
STD_ENCODING0x00000020The font uses standard encoding.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDEFontFlags

See Also

©2013. Accusoft Corporation. All Rights Reserved.