7.0.0.18
2.7 Text Formatting Helpers
(require slideshow/text) | package: slideshow-lib |
This module provides conveniences functions for formatting text.
语法
(with-size size expr)
添加于package slideshow-lib的1.2版本。
语法
(with-scale scale expr)
添加于package slideshow-lib的1.2版本。
添加于package slideshow-lib的1.2版本。
语法
(with-font font expr)
添加于package slideshow-lib的1.2版本。
语法
(with-style style expr)
添加于package slideshow-lib的1.2版本。
语法
(bold text)
语法
(italic text)
语法
(subscript text)
语法
(superscript text)
语法
(caps text)
Adds the attributes for bold, italic, superscript, subscript, or small caps
text, respectively, to current-main-font while running text.
添加于package slideshow-lib的1.2版本。
函数
(blank-line) → pict?
Adds a blank line of the current font size’s height.
添加于package slideshow-lib的1.2版本。