Specifies font matching flags for SysFont find routine.
Syntax
'Declaration
Public Enum ImGearPDESysFontMatchFlags
Inherits System.Enum
public enum ImGearPDESysFontMatchFlags : System.Enum
__value public enum ImGearPDESysFontMatchFlags : public System.Enum
public enum class ImGearPDESysFontMatchFlags : public System.Enum
Members
Member | Value | Description |
FONT_TYPE | 2 | Match the font type. |
NAME_AND_CHARSET | 1 | Match the font name and character set. |
WRITING_MODE | 4 | Match the writing mode, that is, horizontal or vertical. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.Formats.PDF.ImGearPDESysFontMatchFlags
See Also