public class

ShapedText.FailureReason

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.ShapedText.FailureReason

Summary

Constants
int e_font_data_not_found
int e_no_failure
int e_not_index_encoded
int e_unsupported_font_type
Public Constructors
FailureReason()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int e_font_data_not_found

Constant Value: 3 (0x00000003)

public static final int e_no_failure

Constant Value: 0 (0x00000000)

public static final int e_not_index_encoded

Constant Value: 2 (0x00000002)

public static final int e_unsupported_font_type

Constant Value: 1 (0x00000001)

Public Constructors

public FailureReason ()