Fonts, Capital A Height
4 Pixel Height
 U8glib Font
 FontStruct
5 Pixel Height
 04 Font
 04 Font
 04 Font
 X11 Font
 X11 Font
 Orgdot Font
 FontStruct
 FontStruct
 FontStruct
 FontStruct
6 Pixel Height
 X11 Font
 X11 Font
 Adobe X11
Font
 Adobe X11
Font
 FontStruct
 ProFont
7 Pixel Height
 X11 Font
 X11 Font
 Orgdot Font
 Adobe X11 Font
 Adobe X11 Font
 FontStruct
 FontStruct
 ProFont
8 Pixel Height
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 ProFont
9 Pixel Height
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 Orgdot Font
 Orgdot Font
 Adobe X11 Font
 Adobe X11 Font
 ProFont
10 Pixel Height
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 X11 Font
 Unifont
 Adobe X11
Font
 Adobe X11 Font
 Adobe X11
Font
 Adobe X11
Font
11 Pixel Height
 cu12
 Free Universal
 Free Universal
 Gentium
 Gentium
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 ProFont
12 Pixel Height
 Gentium
 Gentium
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
13 Pixel Height
 X11 Font
 Adobe X11
Font
 Adobe X11
Font
14 Pixel Height
 Free Universal
 Free
Universal
 Gentium
 Gentium
 Adobe X11 Font
 Adobe X11
Font
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 ProFont
15 Pixel Height
 Adobe X11
Font
17 Pixel Height
 Free Universal
 Free Universal
 Gentium
 Gentium
 Adobe X11 Font
 Adobe X11 Font
18 Pixel Height
 Old Standard
 Old Standard
 Adobe X11
Font
 Adobe X11
Font
19 Pixel Height
 Adobe X11 Font
 Adobe X11 Font
 Adobe X11 Font
 ProFont
20 Pixel Height
 Free Universal
 Free Universal
 Gentium
 Gentium
 Adobe X11 Font
21 Pixel Height
 Old Standard
 Old Standard
23 Pixel Height
 Adobe X11 Font
 Adobe X11 Font
24 Pixel Height
 Contributed
Fonts
25 Pixel Height
 Free
Universal
 Free Universal
 Gentium
 Gentium
 Adobe X11 Font
 Adobe X11
Font
 Adobe X11 Font
 Adobe X11 Font
26 Pixel Height
 Old Standard
 Old Standard
29 Pixel Height
 Old Standard
 Old Standard
30 Pixel Height
 Free Universal
 Free Universal
 Gentium
 Gentium
35 Pixel Height
 Free Universal
 Free Universal
 Old Standard
 Old Standard
42 Pixel Height
 Free Universal
 Free
Universal
49 Pixel Height
 Free
Universal
 Free
Universal
---------------------
作者:arenascat
来源:CSDN
原文:https://blog.csdn.net/u012388993/article/details/60868561
版权声明:本文为博主原创文章,转载请附上博文链接!

Arduino学习——u8glib提供的字体样式的更多相关文章

  1. Arduino学习——u8glib库资料整理

    第一部分,u8glib标准语法格式: 本文使用的是DFRobot出品的LCD12864 Shield V1.0 端口占用情况: SPI Com: SCK = 13, MOSI = 11, CS = 1 ...

  2. CSS学习笔记1:字体样式属性

    CSS初识 成叠样式表,主要用于设置html页面的外观 产生原因:为了解决混乱的结构和样式,使结构和样式相分离. CSS注释 /*这是CSS注释*/ CSS样式规则 1.选择器用于指定css样式作用的 ...

  3. 【CSS学习】--- 字体样式

    一.前言 CSS字体属性可以定义文本的字体系列.大小.加粗.颜色.风格(如斜体)和变形(如小型大写字母). CSS的字体属性: font-family 设置字体系列 font-size 设置字体的尺寸 ...

  4. 学习微信小程序之css4设置颜色,单位表示,字体样式

    颜色的设置可以通过RGB设置 可以直接通过英文单词设置 可以通过16进制来设置 长度单位: 字体样式: 设置字体样式 字体粗细 设置字体风格 设置字间距

  5. css字体样式(Font Style),属性

    css字体样式(Font Style),属性   css字体样式(Font Style)是网页中不可或缺的样式属性之一,有了字体样式,我们的网页才能变得更加美观,因此字体样式属性也就成为了每一位设计者 ...

  6. Android TextView使用HTML处理字体样式、显示图片等

    一般情况下,TextView中的文本都是一个样式.那么如何对于TextView中各个部分的文本来设置字体,大小,颜色,样式,以及超级链接等属性呢?下面我们通过SpannableString的具体实例操 ...

  7. css 字体样式设置

    css字体样式(Font Style),属性 时间:2014-05-08 21:49 来源:我爱学习网 | 作者:我爱学习网 | 本文已影响 68353 人   css字体样式(Font Style) ...

  8. amazeui学习笔记--css(基本样式3)--文字排版Typography

    amazeui学习笔记--css(基本样式3)--文字排版Typography 一.总结 1.字体:amaze默认非 衬线字体(sans-serif) 2.引用块blockquote和定义列表:引用块 ...

  9. 【iOS-Cocos2d游戏开发之四】独自收集Cocos2d提供的字体!共57种(有对照的字体图)

    本站文章均为李华明Himi原创,转载务必在明显处注明:(作者新浪微博:@李华明Himi) 转载自[黑米GameDev街区] 原文链接: http://www.himigame.com/iphone-c ...

随机推荐

  1. node - multer 加图片后缀

    var multer = require('multer') var storage = multer.diskStorage({   destination: function (req, file ...

  2. 【LeetCode】寻找右区间

    [问题] 给定一组区间,对于每一个区间 i,检查是否存在一个区间 j,它的起始点大于或等于区间 i 的终点,这可以称为 j 在 i 的“右侧”. 对于任何区间,你需要存储的满足条件的区间 j 的最小索 ...

  3. Java集合基于JDK1.8的ArrayList源码分析

    本篇分析ArrayList的源码,在分析之前先跟大家谈一谈数组.数组可能是我们最早接触到的数据结构之一,它是在内存中划分出一块连续的地址空间用来进行元素的存储,由于它直接操作内存,所以数组的性能要比集 ...

  4. 如何让Dev支持c++11特性

    1.点击工具选择编译选项 2.在编译时加入以下命令点击之后再将-std=c++11加入,点击确定就ok了

  5. php绕过open_basedir设置

    原理关于open_basedir    open_basedir是php.ini中的一个配置选项    它可将用户访问文件的活动范围限制在指定的区域,    假设open_basedir=/home/ ...

  6. http error 502.5

    原文地址:https://www.cnblogs.com/loui/p/7826073.html 在部署网站时遇到的各种问题,通过检索找到了解决方案,感谢!!记录一下以免忘记.. 解决方法:把IIS的 ...

  7. 《ES6标准入门》(阮一峰)--7.数值的扩展

    1.二进制和八进制表示法 ES6 提供了二进制和八进制数值的新的写法,分别用前缀0b(或0B)和0o(或0O)表示. 0b111110111 === 503 // true 0o767 === 503 ...

  8. HTML的文档结构与语法(一)

    一.走进Web开发 Web运行的原理: 二.HTML 1.1什么是html HTML是用来描述网页的一种语言 HTML指的是超文本标记语言(Hyper Text Markup Language) 超文 ...

  9. apache启动错误:Could not reliably determine the server's fully qualified domain name

    启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@serv ...

  10. (转)深入理解JVM—JVM内存模型

    原文地址:http://www.cnblogs.com/dingyingsi/p/3760447.html 我们知道,计算机CPU和内存的交互是最频繁的,内存是我们的高速缓存区,用户磁盘和CPU的交互 ...