Skip to content

Comments

Add feature change default font style and fix errors#7

Open
Thong-Tran wants to merge 13 commits intoAndreMiras:developfrom
skglobal-jsc:for-PR
Open

Add feature change default font style and fix errors#7
Thong-Tran wants to merge 13 commits intoAndreMiras:developfrom
skglobal-jsc:for-PR

Conversation

@Thong-Tran
Copy link

Fix error in Theme picker.
Add packaging spec file for Windows, edit android spec.
Add feature: Change default font style.

from kivy.config import Config
Config.set('myapp', 'default_font_style', '<your font style>')
Config.set('myapp', 'list_fonts',
    {'<your font style>':
        # Font path, Bold, Mobile size, Desktop size (None if same as Mobile)
        ['/path/to/file.ttf', False, 14, 13]
})

@Thong-Tran Thong-Tran closed this Dec 29, 2018
@Thong-Tran
Copy link
Author

I found some error of "Change default font style".

@Thong-Tran Thong-Tran deleted the for-PR branch December 29, 2018 05:03
@Thong-Tran Thong-Tran reopened this Dec 29, 2018
From Kivy:
Changed in version 1.10.1: cursor_blink has been refactored to enable switching the blinking on/off and the previous behavior has been moved to a private _cursor_blink property. The previous default value False has been changed to True.
@Thong-Tran Thong-Tran closed this Jan 2, 2019
@Thong-Tran Thong-Tran reopened this Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant