:doc:`LocationServiceMapsV2 <../../geo-maps>` / Client / get_glyphs

**********
get_glyphs
**********



.. py:method:: LocationServiceMapsV2.Client.get_glyphs(**kwargs)

  

  ``GetGlyphs`` returns the map's glyphs.

   

  For more information, see `Style labels with glyphs <https://docs.aws.amazon.com/location/latest/developerguide/styling-labels-with-glyphs.html>`__ in the *Amazon Location Service Developer Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/geo-maps-2020-11-19/GetGlyphs>`_  


  **Request Syntax**
  ::

    response = client.get_glyphs(
        FontStack='string',
        FontUnicodeRange='string'
    )
    
  :type FontStack: string
  :param FontStack: **[REQUIRED]** 

    Name of the ``FontStack`` to retrieve.

     

    Example: ``Amazon Ember Bold,Noto Sans Bold``.

     

    The supported font stacks are as follows:

     

    
    * Amazon Ember Bold
     
    * Amazon Ember Bold Italic
     
    * Amazon Ember Bold,Noto Sans Bold
     
    * Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold
     
    * Amazon Ember Condensed RC BdItalic
     
    * Amazon Ember Condensed RC Bold
     
    * Amazon Ember Condensed RC Bold Italic
     
    * Amazon Ember Condensed RC Bold,Noto Sans Bold
     
    * Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold
     
    * Amazon Ember Condensed RC Light
     
    * Amazon Ember Condensed RC Light Italic
     
    * Amazon Ember Condensed RC LtItalic
     
    * Amazon Ember Condensed RC Regular
     
    * Amazon Ember Condensed RC Regular Italic
     
    * Amazon Ember Condensed RC Regular,Noto Sans Regular
     
    * Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular
     
    * Amazon Ember Condensed RC RgItalic
     
    * Amazon Ember Condensed RC ThItalic
     
    * Amazon Ember Condensed RC Thin
     
    * Amazon Ember Condensed RC Thin Italic
     
    * Amazon Ember Heavy
     
    * Amazon Ember Heavy Italic
     
    * Amazon Ember Light
     
    * Amazon Ember Light Italic
     
    * Amazon Ember Medium
     
    * Amazon Ember Medium Italic
     
    * Amazon Ember Medium,Noto Sans Medium
     
    * Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium
     
    * Amazon Ember Regular
     
    * Amazon Ember Regular Italic
     
    * Amazon Ember Regular Italic,Noto Sans Italic
     
    * Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular
     
    * Amazon Ember Regular,Noto Sans Regular
     
    * Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular
     
    * Amazon Ember Thin
     
    * Amazon Ember Thin Italic
     
    * AmazonEmberCdRC_Bd
     
    * AmazonEmberCdRC_BdIt
     
    * AmazonEmberCdRC_Lt
     
    * AmazonEmberCdRC_LtIt
     
    * AmazonEmberCdRC_Rg
     
    * AmazonEmberCdRC_RgIt
     
    * AmazonEmberCdRC_Th
     
    * AmazonEmberCdRC_ThIt
     
    * AmazonEmber_Bd
     
    * AmazonEmber_BdIt
     
    * AmazonEmber_He
     
    * AmazonEmber_HeIt
     
    * AmazonEmber_Lt
     
    * AmazonEmber_LtIt
     
    * AmazonEmber_Md
     
    * AmazonEmber_MdIt
     
    * AmazonEmber_Rg
     
    * AmazonEmber_RgIt
     
    * AmazonEmber_Th
     
    * AmazonEmber_ThIt
     
    * Noto Sans Black
     
    * Noto Sans Black Italic
     
    * Noto Sans Bold
     
    * Noto Sans Bold Italic
     
    * Noto Sans Extra Bold
     
    * Noto Sans Extra Bold Italic
     
    * Noto Sans Extra Light
     
    * Noto Sans Extra Light Italic
     
    * Noto Sans Italic
     
    * Noto Sans Light
     
    * Noto Sans Light Italic
     
    * Noto Sans Medium
     
    * Noto Sans Medium Italic
     
    * Noto Sans Regular
     
    * Noto Sans Semi Bold
     
    * Noto Sans Semi Bold Italic
     
    * Noto Sans Thin
     
    * Noto Sans Thin Italic
     
    * NotoSans-Bold
     
    * NotoSans-Italic
     
    * NotoSans-Medium
     
    * NotoSans-Regular
     
    * Open Sans Regular,Arial Unicode MS Regular
    

    

  
  :type FontUnicodeRange: string
  :param FontUnicodeRange: **[REQUIRED]** 

    A Unicode range of characters to download glyphs for. This must be aligned to multiples of 256.

     

    Example: ``0-255.pbf``

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Blob': StreamingBody(),
          'ContentType': 'string',
          'CacheControl': 'string',
          'ETag': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Blob** (:class:`.StreamingBody`) -- 

        The Glyph, as a binary blob.

        
      

      - **ContentType** *(string) --* 

        Header that represents the format of the response. The response returns the following as the HTTP body.

        
      

      - **CacheControl** *(string) --* 

        Header that instructs caching configuration for the client.

        
      

      - **ETag** *(string) --* 

        The glyph's Etag.

        
  