Pango-1.42.4
      
      
      
        
          Installation of Pango
        
        
          Install Pango by running the
          following commands:
        
        
mkdir build &&
cd    build &&
meson --prefix=/usr --sysconfdir=/etc .. &&
ninja
        
          To test the results, issue: ninja
          test. Two tests, test-layout and test-itemize, are
          known to fail.
        
        
          Now, as the root user:
        
        
ninja install
       
      
        
          Command Explanations
        
        
          -Denable-docs: Use this switch if
          gtk-doc is installed and you wish to rebuild and install the API
          documentation.
        
        
          -Dgir=false: Use this switch if you do
          not want to use gobject-introspection-1.60.2.
        
       
      
        
          Configuring Pango
        
        
          
            Config Files
          
          
            /etc/pango/pangorc, ~/.pangorc and the file specified in the
            environment variable PANGO_RC_FILE
          
         
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              pango-list and pango-view
            
            
              Installed Libraries:
              libpango-1.0.so, libpangocairo-1.0.so,
              libpangoft2-1.0.so, and libpangoxft-1.0.so
            
            
              Installed Directories:
              /usr/include/pango-1.0,
              /usr/share/installed-tests/pango, and
              /usr/share/gtk-doc/html/pango
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                   
                    pango-list
                   
                 | 
                
                   
                    displays a list of fonts that Pango can use that are currently
                    installed on the system.
                   
                 | 
              
              
                | 
                   
                    pango-view
                   
                 | 
                
                   
                    renders a given text file through Pango for viewing purposes.
                   
                 | 
              
              
                | 
                   
                    libpango-1.0.so
                   
                 | 
                
                   
                    contains low level layout rendering routines, a high
                    level driver for laying out entire blocks of text, and
                    routines to assist in editing internationalized text.
                   
                 | 
              
            
          
         
       
      
        Last updated on 2019-08-16 20:24:05 -0700