Skip to content

gordonlu310-old/FontTypeface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FontTypeface

An App Inventor extension that sets the font typeface, font weight and font style of visible components dynamically.

๐Ÿ“ฆ Package name: com.gordonlu.fonttypeface.aix

๐Ÿ• Version: 1

๐Ÿ“… Release date: 2022-03-11 10:00 AM (Asia/Hong_Kong)

๐ŸŽซ Tested components

  • User Interface: Button, Checkbox, DatePicker, Label, ListPicker, PasswordTextBox, Switch, TextBox, TimePicker.

  • Media: ImagePicker.

  • Social: ContactPicker, EmailPicker, PhoneNumberPicker.

๐Ÿ“– Documentation

Method blocks

SetFontTypeface

image

Sets the font typeface of the TextBox, including whether to bold, italicize, and the font of the TextBox. Use the blocks in the properties of this extension for the font parameter. If useCurrentFont is true, the font parameter will be ignored.

Parameters: component - component, bold = boolean, italic = boolean, font = text, useCurrentFont = boolean

Property blocks

DefaultFont

image

A font block.

Returns: "DEFAULT"

Monospace

image

A font block.

Returns: "MONOSPACE"

SansSerif

image

A font block.

Returns: "SANS SERIF"

Serif

image

A font block.

Returns: "SERIF"

Best regards,

Gordon

About

An App Inventor extension that sets the font typeface, font weight and font style of visible components dynamically.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages