PDF marker and graphics state operations
Handles marker drawing, color management, and graphics state operations
          
      
      
        
          Subroutines
              
    
    
          
  
  Arguments
      
    
      
        | Type | Intent | Optional | Attributes |  | Name |  | 
    
        
            | type(pdf_context_handle), | intent(in) |  |  | :: | ctx_handle |  | 
        
            | type(pdf_stream_writer), | intent(inout) |  |  | :: | stream_writer |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | x |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | y |  | 
        
            | character(len=*), | intent(in) |  |  | :: | style |  | 
    
  
     
   
              
    
    
          
  
  Arguments
      
    
      
        | Type | Intent | Optional | Attributes |  | Name |  | 
    
        
            | type(pdf_context_core), | intent(inout) |  |  | :: | core_ctx |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_r |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_g |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_b |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_r |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_g |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_b |  | 
    
  
     
   
              
    
    
          
  
  Arguments
      
    
      
        | Type | Intent | Optional | Attributes |  | Name |  | 
    
        
            | type(pdf_context_core), | intent(inout) |  |  | :: | core_ctx |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_r |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_g |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_b |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | edge_alpha |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_r |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_g |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_b |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | face_alpha |  | 
    
  
     
   
              
    
    
          
  
  Arguments
      
    
      
        | Type | Intent | Optional | Attributes |  | Name |  | 
    
        
            | type(pdf_context_handle), | intent(in) |  |  | :: | ctx_handle |  | 
        
            | type(pdf_stream_writer), | intent(inout) |  |  | :: | stream_writer |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | x |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | y |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | dx |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | dy |  | 
        
            | real(kind=wp), | intent(in) |  |  | :: | size |  | 
        
            | character(len=*), | intent(in) |  |  | :: | style |  |