
    [6g                     >    d dl Z G d dej        j                  ZdS )    Nc                         e Zd Zd fd	Z xZS )TextfontValidatortextfontscattermapboxc           
           t          t          |           j        d|||                    dd          |                    dd          d| d S )Ndata_class_strTextfont	data_docsa  
            color

            family
                HTML font family - the typeface that will be
                applied by the web browser. The web browser
                will only be able to apply a font if it is
                available on the system which it operates.
                Provide multiple font families, separated by
                commas, to indicate the preference in which to
                apply fonts if they aren't available on the
                system. The Chart Studio Cloud (at
                https://chart-studio.plotly.com or on-premise)
                generates images on a server, where only a
                select number of fonts are installed and
                supported. These include "Arial", "Balto",
                "Courier New", "Droid Sans", "Droid Serif",
                "Droid Sans Mono", "Gravitas One", "Old
                Standard TT", "Open Sans", "Overpass", "PT Sans
                Narrow", "Raleway", "Times New Roman".
            size

            style
                Sets whether a font should be styled with a
                normal or italic face from its family.
            weight
                Sets the weight (or boldness) of the font.
)plotly_nameparent_namer   r
    )superr   __init__pop)selfr   r   kwargs	__class__s       h/var/www/surfInsights/venv3-11/lib/python3.11/site-packages/plotly/validators/scattermapbox/_textfont.pyr   zTextfontValidator.__init__   sv    /&&/ $	
##!::&6
CCjj 	$	
 $	
F G$	
 $	
 $	
 $	
 $	
    )r   r   )__name__
__module____qualname__r   __classcell__)r   s   @r   r   r      s=        %
 %
 %
 %
 %
 %
 %
 %
 %
 %
r   r   )_plotly_utils.basevalidators_plotly_utilsbasevalidatorsCompoundValidatorr   r   r   r   <module>r      sK    # # # #&
 &
 &
 &
 &
4F &
 &
 &
 &
 &
r   