PTGStateAttribute

enum PTGStateAttribute
{
/// General graphics state attributes
e_pttransform = 0,
e_ptrendering_intent,

e_ptstroke_cs,
e_ptstroke_color,
e_ptfill_cs,
e_ptfill_color,

/// Path attributes
e_ptline_width,
e_ptline_cap,
e_ptline_join,
e_ptflatness,
e_ptmiter_limit,
e_ptdash_pattern,

/// Text attributes
e_ptchar_spacing,
e_ptword_spacing,
e_pthorizontal_scale,
e_ptleading,
e_ptfont,
e_ptfont_size,
e_pttext_render_mode,
e_pttext_rise,
e_pttext_knockout,

// Adjusts the text position by a given amount. The attribute can be
// accessed through Element interface
e_pttext_pos_offset,

/// Extended graphics state attributes
e_ptblend_mode,
e_ptopacity_fill,
e_ptopacity_stroke,
e_ptalpha_is_shape,
e_ptsoft_mask,
e_ptsmoothnes,
e_ptauto_stoke_adjust,
e_ptstroke_overprint,
e_ptfill_overprint,
e_ptoverprint_mode,
e_pttransfer_funct,
e_ptBG_funct,
e_ptUCR_funct,
e_pthalftone,

// null attribute
e_ptg_null
}

Undocumented

  • General graphics state attributes

    Declaration

    Objective-C

    e_pttransform = 0
  • General graphics state attributes

    Declaration

    Objective-C

    e_ptrendering_intent
  • General graphics state attributes

    Declaration

    Objective-C

    e_ptstroke_cs
  • General graphics state attributes

    Declaration

    Objective-C

    e_ptstroke_color
  • General graphics state attributes

    Declaration

    Objective-C

    e_ptfill_cs
  • General graphics state attributes

    Declaration

    Objective-C

    e_ptfill_color
  • Path attributes

    Declaration

    Objective-C

    e_ptline_width
  • Path attributes

    Declaration

    Objective-C

    e_ptline_cap
  • Path attributes

    Declaration

    Objective-C

    e_ptline_join
  • Path attributes

    Declaration

    Objective-C

    e_ptflatness
  • Path attributes

    Declaration

    Objective-C

    e_ptmiter_limit
  • Path attributes

    Declaration

    Objective-C

    e_ptdash_pattern
  • Text attributes

    Declaration

    Objective-C

    e_ptchar_spacing
  • Text attributes

    Declaration

    Objective-C

    e_ptword_spacing
  • Text attributes

    Declaration

    Objective-C

    e_pthorizontal_scale
  • Text attributes

    Declaration

    Objective-C

    e_ptleading
  • Text attributes

    Declaration

    Objective-C

    e_ptfont
  • Text attributes

    Declaration

    Objective-C

    e_ptfont_size
  • Text attributes

    Declaration

    Objective-C

    e_pttext_render_mode
  • Text attributes

    Declaration

    Objective-C

    e_pttext_rise
  • Text attributes

    Declaration

    Objective-C

    e_pttext_knockout
  • Text attributes

    Declaration

    Objective-C

    e_pttext_pos_offset
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptblend_mode
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptopacity_fill
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptopacity_stroke
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptalpha_is_shape
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptsoft_mask
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptsmoothnes
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptauto_stoke_adjust
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptstroke_overprint
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptfill_overprint
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptoverprint_mode
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_pttransfer_funct
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptBG_funct
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptUCR_funct
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_pthalftone
  • Extended graphics state attributes

    Declaration

    Objective-C

    e_ptg_null