当前位置:网站首页>Kivy教程之 格式化文本 (教程含源码)
Kivy教程之 格式化文本 (教程含源码)
2022-07-04 03:53:00 【知识大胖】
格式化文本
最多流行和普遍使用的标记语言毫无疑问是HTML。另一方面,Kivy 实现了 BBCode 的变体,这是一种曾经用于格式化许多留言板上的帖子的标记语言。与 HTML 的明显区别在于 BBCode 使用方括号作为标签分隔符。
这Kivy 中提供了以下标签:

为了实现所需的格式(小时为粗体,其余文本为fn_regular细字体),我们可以使用以下代码:
Label:
text: '[b]00[/b]:00:00'
markup: True
实战代码

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__ 边栏推荐
猜你喜欢

浅谈JVM的那些事

微信脑力比拼答题小程序_支持流量主带最新题库文件

PPt 教程,如何在 PowerPoint 中将演示文稿另存为 PDF 文件?

96% of the collected traffic is prevented by bubble mart of cloud hosting

Application scheme of Puyuan ds1000z series digital oscilloscope in communication principle experiment

【愚公系列】2022年7月 Go教学课程 001-Go语言前提简介

一个漂亮的API文档生成工具
![[microservice openfeign] @feignclient detailed explanation](/img/8d/83bcde1355366c7c88a7a9ade7f9eb.png)
[microservice openfeign] @feignclient detailed explanation

Leetcode skimming: binary tree 07 (maximum depth of binary tree)

Longest increasing subsequence problem (do you really know it)
随机推荐
Three years of graduation, half a year of distance | community essay solicitation
Leetcode skimming: binary tree 07 (maximum depth of binary tree)
Imitation of "game bird" source code, mobile game issue evaluation, open service, open test collection, game download website template
架构训练毕业设计+总结
leetcode:1314. Matrix area and [2D prefix and template]
Small record of thinking
Redis: order collection Zset type data operation command
Katalon uses script to query list size
Understand the principle of bytecode enhancement technology through the jvm-sandbox source code
Ppt tutorial, how to save a presentation as a PDF file in PowerPoint?
Application scheme of Puyuan ds1000z series digital oscilloscope in communication principle experiment
戳气球和布尔运算问题(巨难)
(pointer) write a function to compare the size of strings by yourself, which is similar to StrCmp.
批处理初识
MySQL JDBC编程
深入解析结构化异常处理(SEH) - by Matt Pietrek
Restore the subtlety of window position
Apple CMS imitation watermelon video atmospheric response video template source code
y55.第三章 Kubernetes从入门到精通 -- HPA控制器及metrics-server(二八)
Rhcsa 04 - process management