Skip to content

Commit

Permalink
Addition of Text.fonts_installed_list to call reference. New coupon c…
Browse files Browse the repository at this point in the history
…ode for Udemy course (old one just expired - Udemy forces this to happen, wasn't a choice.)
  • Loading branch information
PySimpleGUI committed Jan 24, 2022
1 parent 81599f6 commit 0c38b53
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 13 deletions.
16 changes: 15 additions & 1 deletion docs/call reference.md
Expand Up @@ -10499,7 +10499,21 @@ Parameter Descriptions:
| bool | expand_y | If True Element will expand in the Vertical directions |
| bool | expand_row | If True the row containing the element will also expand. Without this your element is "trapped" within the row |

#### get
### fonts_installed_list

Returns a list of strings that tkinter reports as the installed fonts

```
fonts_installed_list()
```

Parameter Descriptions:

|Type|Name|Meaning|
|--|--|--|
| List[str] | **RETURN** | List of the installed font names

### get

Gets the current value of the displayed text

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -25,9 +25,9 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
2E43BB0C9E0997247E30
5C14671AABA040B06FDC
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?referralCode=68B3C3DE22776E5F8EFE','_blank');">
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=5C14671AABA040B06FDC','_blank');">
click here to visit course page
</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/readme.md
Expand Up @@ -9,8 +9,8 @@
<img src="https://www.dropbox.com/s/6wzf3ebmj97v4zs/PySimpleGUI-GitHub-Udemy-Course.png?raw=1" width=200 alt="PySimpleGUI Udemy Course">
</td>
<td>
<h5>apply coupon for discount:<br>2E43BB0C9E0997247E30</h6>
<a href="https://www.udemy.com/course/pysimplegui/?referralCode=68B3C3DE22776E5F8EFE">click here to visit course page</a>
<h5>apply coupon for discount:<br>5C14671AABA040B06FDC</h6>
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=5C14671AABA040B06FDC">click here to visit course page</a>
</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -9,8 +9,8 @@
<img src="https://www.dropbox.com/s/6wzf3ebmj97v4zs/PySimpleGUI-GitHub-Udemy-Course.png?raw=1" width=200 alt="PySimpleGUI Udemy Course">
</td>
<td>
<h5>apply coupon for discount:<br>2E43BB0C9E0997247E30</h6>
<a href="https://www.udemy.com/course/pysimplegui/?referralCode=68B3C3DE22776E5F8EFE">click here to visit course page</a>
<h5>apply coupon for discount:<br>5C14671AABA040B06FDC</h6>
<a href="https://www.udemy.com/course/pysimplegui/?couponCode=5C14671AABA040B06FDC">click here to visit course page</a>
</td>
</tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions readme_creator/markdown input files/1_HEADER_top_part.md
Expand Up @@ -52,9 +52,9 @@ HOW DO I INSERT IMAGES ???
<span style="font-weight: normal;">
apply coupon for discount:
</span>
2E43BB0C9E0997247E30
5C14671AABA040B06FDC
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?referralCode=68B3C3DE22776E5F8EFE','_blank');">
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=5C14671AABA040B06FDC','_blank');">
click here to visit course page
</button>
</div>
Expand Down
5 changes: 4 additions & 1 deletion readme_creator/markdown input files/5_call_reference.md
Expand Up @@ -2300,7 +2300,10 @@ The following methods are here for backwards compatibility reference. You will
### expand
<!-- <+Text.expand+> -->

#### get
### fonts_installed_list
<!-- <+Text.fonts_installed_list+> -->

### get
<!-- <+Text.get+> -->

### get_size
Expand Down
16 changes: 15 additions & 1 deletion readme_creator/output/call reference.md
Expand Up @@ -10499,7 +10499,21 @@ Parameter Descriptions:
| bool | expand_y | If True Element will expand in the Vertical directions |
| bool | expand_row | If True the row containing the element will also expand. Without this your element is "trapped" within the row |

#### get
### fonts_installed_list

Returns a list of strings that tkinter reports as the installed fonts

```
fonts_installed_list()
```

Parameter Descriptions:

|Type|Name|Meaning|
|--|--|--|
| List[str] | **RETURN** | List of the installed font names

### get

Gets the current value of the displayed text

Expand Down
4 changes: 2 additions & 2 deletions readme_creator/output/index.md
Expand Up @@ -25,9 +25,9 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
2E43BB0C9E0997247E30
5C14671AABA040B06FDC
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?referralCode=68B3C3DE22776E5F8EFE','_blank');">
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=5C14671AABA040B06FDC','_blank');">
click here to visit course page
</button>
</div>
Expand Down

0 comments on commit 0c38b53

Please sign in to comment.