11.9. Font Formatting Codes

简介:


11.9.1. strong

			
<para><emphasis role="strong">Note</emphasis></para>
			
			

Note

11.9.2. bold

			
<emphasis role="bold">text</emphasis>
			
			
text

11.9.3. italic

			
<emphasis role="italic">text</emphasis>
			
			
text

11.9.4. literal

			
<para><literal>literal</literal></para>
			
			

literal

Code

			
<literal role="code">< ! [ CDATA [ code ] ] ></literal>
			
			
code

11.9.5. remark

			
<remark>Some details are still a bit shaky</remark>
			
			

Some details are still a bit shaky




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
UserWarning: Glyph 28857 (\N{CJK UNIFIED IDEOGRAPH-70B9}) missing from current font. FigureCanvasA
UserWarning: Glyph 28857 (\N{CJK UNIFIED IDEOGRAPH-70B9}) missing from current font. FigureCanvasA
UserWarning: Glyph 28857 (\N{CJK UNIFIED IDEOGRAPH-70B9}) missing from current font. FigureCanvasA
|
7月前
|
Ubuntu Linux Python
UserWarning: Glyph 27668 (\N{CJK UNIFIED IDEOGRAPH-6C14}) missing from current font.
UserWarning: Glyph 27668 (\N{CJK UNIFIED IDEOGRAPH-6C14}) missing from current font.
322 2
|
前端开发
display:contents
display:contents
75 1
|
C#
Beginner’s Tutorial: 3D Line and Border Effects in XAML
This mini-tutorial might be for you if you’re having troubles finding the right line colors to achieve simple 3D effects like these:   The solutio...
1158 0
|
Java
itext生成PDF文件报错“Font 'STSong-Light' with 'UniGB-UCS2-H' is not recognized.”
最近需要写一个抽取表结构的工具,类似于powerdesigner中的表图,其中有一步用到了itext这个第三方jar包来生成pdf文件,碰到了一个问题,记录于此。
2998 0
成功解决OSError: cannot open resource self.font = core.getfont(font, size, index, encoding, layout_engin
成功解决OSError: cannot open resource self.font = core.getfont(font, size, index, encoding, layout_engin

热门文章

最新文章