GObject.Object
                PangoFT2.PangoFcDecoder
		   
| Import line: | PangoFT2 = imports.gi.PangoFT2; | 
| GIR File: | PangoFT2-1.0.gir | 
| C documentation: | PangoFT2PangoFcDecoder | 
| Class : | PangoFcDecoder | 
| Extends: | GObject.Object | 
| Show / Hide Inherited methods, properties and signals | 
| Properties | Defined By | |
|---|---|---|
| 
			
			 
				parent_instance : GObject.Object 
                 read only  
                     
			 
		  
			 | 
		    PangoFT2.PangoFcDecoder | |
| Method / Constructor | Defined By | |
|---|---|---|
| 
                
		 
			new  PangoFT2.PangoFcDecoder
				
				 (Object properties) 
			
				
			
		 
                Create a new PangoFT2.PangoFcDecoder  
		 
		 
                    
			
			
			
				Create a new PangoFT2.PangoFcDecoder
			
			
				                     
                
  | 
            ||
| 
                
		 
			get_charset
				
				 (PangoFcFont fcfont) 
			
				
					 : 
					fontconfig.CharSet
					
				
			
		 
                Generates an FcCharSet of supported characters for the fcfont given.  
		 
		 
		 
                    
			
				Generates an FcCharSet of supported characters for the fcfont given.  The returned FcCharSet will be a reference to an internal value stored by the PangoFcDecoder and must not be modified or freed. or freed.
		    
				
			
			
			
			
				                     
                
 
  | 
            PangoFT2.PangoFcDecoder | |
| 
                
		
                 Generates a PangoGlyph for the given Unicode point using the custom decoder.  
		 
		 
		 
                    
			
				Generates a PangoGlyph for the given Unicode point using the custom decoder. For complex scripts where there can be multiple glyphs for a single character, the decoder will return whatever glyph is most convenient for it. (Usually whatever glyph is directly in the fonts character map table.) covered by the font.
		    
				
			
			
			
			
				                     
                
 
  | 
            PangoFT2.PangoFcDecoder | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| 
		
			PangoFT2.PangoFcFontMap
             Method  | 
            
            
 
	   
            
                
		 
			find_decoder
				
				 (Pattern pattern) 
			
				
					 : 
					PangoFT2.PangoFcDecoder
					
				
			
		 
                Finds the decoder to use for pattern.  
		 
		 
		 
                 
		     
              
             |