当前位置:网站首页>Formatted text of Kivy tutorial (tutorial includes source code)
Formatted text of Kivy tutorial (tutorial includes source code)
2022-07-04 04:35:00 【Knowledge fatness】
Formatting text
The most popular and widely used markup language is undoubtedly HTML. On the other hand ,Kivy Realized BBCode A variation of the , This is a markup language that has been used to format posts on many message boards . And HTML The obvious difference is BBCode Use square brackets as the label separator .
this Kivy The following labels are provided in :
In order to implement the required format ( Hours in bold , The rest of the text is fn_regular Fine font ), We can use the following code :
Label:
text: '[b]00[/b]:00:00'
markup: True
Combat code
from kivy.app import App
from kivy.lang import Builder
# File: clock.kv
KV = '''
BoxLayout:
orientation: 'vertical'
Label:
text: 'normal:11:00:00'
Label:
text: 'format:[b]00[/b]:00:00'
markup: True
'''
class ClockApp(App):
def build(self):
return Builder.load_string(KV)
if __name__
边栏推荐
- Redis: hash type data operation command
- 陪驾注意事项 这23点要注意!
- One click compilation and deployment of MySQL
- “找工作不要太在意工资”,这是我听过最大的谎言
- 精品网址导航主题整站源码 wordpress模板 自适应手机端
- Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
- leetcode:1314. 矩阵区域和【二维前缀和模板】
- y55.第三章 Kubernetes从入门到精通 -- HPA控制器及metrics-server(二八)
- UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x98 in position 1093: illegal multibyte sequence
- DP83848+网线热拔插
猜你喜欢
架构实战营 - 第 6 期 模块九之毕业设计
Many founders of technology companies provided enterpriser first with a round C financing of up to US $158million to help it invest in the next generation of global innovators
一个漂亮的API文档生成工具
Redis:集合Set类型数据的操作命令
Exercises in quantum mechanics
Virtual commodity account trading platform source code_ Support personal QR code collection
NFT new opportunity, multimedia NFT aggregation platform okaleido will be launched soon
FT2000+下LPC中断绑核使用说明
Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
【愚公系列】2022年7月 Go教学课程 002-Go语言环境安装
随机推荐
Boutique website navigation theme whole station source code WordPress template adaptive mobile terminal
leetcode:1314. Matrix area and [2D prefix and template]
MIN_RTO 对话
NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
NFT新的契机,多媒体NFT聚合平台OKALEIDO即将上线
Kivy教程之 自定义字体(教程含源码)
Architecture training graduation design + summary
What is context?
RHCSA 01 - 创建分区与文件系统
“找工作不要太在意工资”,这是我听过最大的谎言
浅谈JVM的那些事
Rhcsa 06 - suid, sgid, sticky bit (to be added)
RPC技术
[microservices openfeign] two degradation methods of feign | fallback | fallbackfactory
RHCSA 07 - 用户与群组管理
Asahi Kasei participated in the 5th China International Import Expo (5th ciie) for the first time
Main applications of TDK lambda power supply
Statistical genetics: Chapter 3, population genetics
Flink learning 8: data consistency
2020 Bioinformatics | TransformerCPI