1
0
Fork 0
python-docs-fr/library/tkinter.font.po

166 lines
4.1 KiB
Plaintext
Raw Permalink Normal View History

2020-06-05 07:32:47 +00:00
# Copyright (C) 2001-2018, Python Software Foundation
# For licence information, see README file.
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-23 16:16+0200\n"
2020-07-20 13:06:06 +00:00
"PO-Revision-Date: 2020-07-20 15:08+0200\n"
2020-06-05 07:32:47 +00:00
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
2020-07-20 13:06:06 +00:00
"Language: fr\n"
2020-06-05 07:32:47 +00:00
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/tkinter.font.rst:2
2020-06-05 07:32:47 +00:00
msgid ":mod:`tkinter.font` --- Tkinter font wrapper"
msgstr ""
#: library/tkinter.font.rst:8
2020-06-05 07:32:47 +00:00
msgid "**Source code:** :source:`Lib/tkinter/font.py`"
msgstr ""
#: library/tkinter.font.rst:12
2020-06-05 07:32:47 +00:00
msgid ""
"The :mod:`tkinter.font` module provides the :class:`Font` class for creating "
"and using named fonts."
msgstr ""
#: library/tkinter.font.rst:15
2020-06-05 07:32:47 +00:00
msgid "The different font weights and slants are:"
msgstr ""
#: library/tkinter.font.rst:24
2020-06-05 07:32:47 +00:00
msgid ""
"The :class:`Font` class represents a named font. *Font* instances are given "
"unique names and can be specified by their family, size, and style "
"configuration. Named fonts are Tk's method of creating and identifying fonts "
"as a single object, rather than specifying a font by its attributes with "
"each occurrence."
msgstr ""
#: library/tkinter.font.rst:30
2020-06-05 07:32:47 +00:00
msgid "arguments:"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*font* - font specifier tuple (family, size, options)"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*name* - unique font name"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*exists* - self points to existing named font if true"
msgstr ""
#: library/tkinter.font.rst:36
2020-06-05 07:32:47 +00:00
msgid "additional keyword options (ignored if *font* is specified):"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*family* - font family i.e. Courier, Times"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*size* - font size"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "If *size* is positive it is interpreted as size in points."
msgstr ""
#: library/tkinter.font.rst:0
2020-10-02 08:55:01 +00:00
msgid "If *size* is a negative number its absolute value is treated"
msgstr ""
#: library/tkinter.font.rst:0
msgid "as size in pixels."
2020-06-05 07:32:47 +00:00
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*weight* - font emphasis (NORMAL, BOLD)"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*slant* - ROMAN, ITALIC"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*underline* - font underlining (0 - none, 1 - underline)"
msgstr ""
#: library/tkinter.font.rst:0
2020-06-05 07:32:47 +00:00
msgid "*overstrike* - font strikeout (0 - none, 1 - strikeout)"
msgstr ""
#: library/tkinter.font.rst:50
2020-06-05 07:32:47 +00:00
msgid "Return the attributes of the font."
msgstr ""
#: library/tkinter.font.rst:54
2020-06-05 07:32:47 +00:00
msgid "Retrieve an attribute of the font."
msgstr ""
#: library/tkinter.font.rst:58
2020-06-05 07:32:47 +00:00
msgid "Modify attributes of the font."
msgstr ""
#: library/tkinter.font.rst:62
2020-06-05 07:32:47 +00:00
msgid "Return new instance of the current font."
msgstr ""
#: library/tkinter.font.rst:66
2020-06-05 07:32:47 +00:00
msgid ""
"Return amount of space the text would occupy on the specified display when "
"formatted in the current font. If no display is specified then the main "
"application window is assumed."
msgstr ""
#: library/tkinter.font.rst:72
2020-06-05 07:32:47 +00:00
msgid "Return font-specific data. Options include:"
msgstr ""
#: library/tkinter.font.rst:76
2020-06-05 07:32:47 +00:00
msgid "*ascent* - distance between baseline and highest point that a"
msgstr ""
2020-10-02 08:55:01 +00:00
#: library/tkinter.font.rst:79
2020-06-05 07:32:47 +00:00
msgid "character of the font can occupy"
msgstr ""
#: library/tkinter.font.rst:79
2020-06-05 07:32:47 +00:00
msgid "*descent* - distance between baseline and lowest point that a"
msgstr ""
#: library/tkinter.font.rst:82
2020-06-05 07:32:47 +00:00
msgid "*linespace* - minimum vertical separation necessary between any two"
msgstr ""
#: library/tkinter.font.rst:82
2020-06-05 07:32:47 +00:00
msgid "characters of the font that ensures no vertical overlap between lines."
msgstr ""
#: library/tkinter.font.rst:84
2020-06-05 07:32:47 +00:00
msgid "*fixed* - 1 if font is fixed-width else 0"
msgstr ""
#: library/tkinter.font.rst:88
2020-06-05 07:32:47 +00:00
msgid "Return the different font families."
msgstr ""
#: library/tkinter.font.rst:92
2020-06-05 07:32:47 +00:00
msgid "Return the names of defined fonts."
msgstr ""
#: library/tkinter.font.rst:96
2020-06-05 07:32:47 +00:00
msgid "Return a :class:`Font` representation of a tk named font."
msgstr ""
#: library/tkinter.font.rst:98
msgid "The *root* parameter was added."
msgstr ""