personalizedFonts

Typeproperty
Dictionarywidget.circleavatar
LibraryCircle Avatar
Syntax
set the personalizedFonts of widget to {<true> | <false>}
get the personalizedFonts of widget
Associationscom.livecode.widget.circleavatar
Summary

Specifies whether to use custom fonts or the default font.

OSmac, windows, linux, ios, android, web
Platformsdesktop, mobile, web
Example
set the personalizedFonts of widget "Circle Avatar" to true
Description

Use the personalizedFonts property to specify whether to use custom fonts or the default font. When the default font is used, changes made to the textFont and textSize properties will have no effect. For changes to these two properties to be reflected in the widget, the personalizedFonts property must be true.