示例#1
0
    def get_fontconfig_pattern(self):
        """
        Get a fontconfig_ pattern_ suitable for looking up the font as
        specified with fontconfig's ``fc-match`` utility.

        This support does not depend on fontconfig; we are merely borrowing its
        pattern syntax for use here.
        """
        return generate_fontconfig_pattern(self)
示例#2
0
    def get_fontconfig_pattern(self):
        """
        Get a fontconfig_ pattern_ suitable for looking up the font as
        specified with fontconfig's ``fc-match`` utility.

        This support does not depend on fontconfig; we are merely borrowing its
        pattern syntax for use here.
        """
        return generate_fontconfig_pattern(self)
示例#3
0
    def get_fontconfig_pattern(self):
        """
        Get a fontconfig_ pattern_ suitable for looking up the font as
        specified with fontconfig's ``fc-match`` utility.

        This support does not require fontconfig to be installed or
        support for it to be enabled.  We are merely borrowing its
        pattern syntax for use here.
        """
        return generate_fontconfig_pattern(self)
示例#4
0
    def get_fontconfig_pattern(self):
        """
        Get a fontconfig_ pattern_ suitable for looking up the font as
        specified with fontconfig's ``fc-match`` utility.

        This support does not require fontconfig to be installed or
        support for it to be enabled.  We are merely borrowing its
        pattern syntax for use here.
        """
        return generate_fontconfig_pattern(self)
示例#5
0
 def get_fontconfig_pattern(self):
     """
     Get a fontconfig pattern suitable for looking up the font as
     specified with fontconfig's ``fc-match`` utility.
     See the documentation on `fontconfig patterns
     <http://www.fontconfig.org/fontconfig-user.html>`_.
     This support does not require fontconfig to be installed or
     support for it to be enabled.  We are merely borrowing its
     pattern syntax for use here.
     """
     return generate_fontconfig_pattern(self)
    def get_fontconfig_pattern(self):
        """
        Get a fontconfig pattern suitable for looking up the font as
        specified with fontconfig's ``fc-match`` utility.

        See the documentation on `fontconfig patterns
        <http://www.fontconfig.org/fontconfig-user.html>`_.

        This support does not require fontconfig to be installed or
        support for it to be enabled.  We are merely borrowing its
        pattern syntax for use here.
        """
        return generate_fontconfig_pattern(self)
示例#7
0
 def get_fontconfig_pattern(self):
     return generate_fontconfig_pattern(self.__props.__dict__)
示例#8
0
 def get_fontconfig_pattern(self):
     return generate_fontconfig_pattern(self)
示例#9
0
 def get_fontconfig_pattern(self):
     return generate_fontconfig_pattern(self.__props.__dict__)
示例#10
0
 def get_fontconfig_pattern(self):
     return generate_fontconfig_pattern(self)