Some comment fixups.
This commit is contained in:
parent
8e8cc12105
commit
a415a846f7
|
@ -2,8 +2,9 @@
|
||||||
// optionally be embellished with formatting attributes. libui
|
// optionally be embellished with formatting attributes. libui
|
||||||
// provides the list of formatting attributes, which cover common
|
// provides the list of formatting attributes, which cover common
|
||||||
// formatting traits like boldface and color as well as advanced
|
// formatting traits like boldface and color as well as advanced
|
||||||
// typographical features like superscripts and small caps.
|
// typographical features provided by OpenType like superscripts
|
||||||
// These attributes can be combined in a variety of ways.
|
// and small caps. These attributes can be combined in a variety of
|
||||||
|
// ways.
|
||||||
//
|
//
|
||||||
// In addition, uiAttributedString provides facilities for moving
|
// In addition, uiAttributedString provides facilities for moving
|
||||||
// between grapheme clusters, which represent a character
|
// between grapheme clusters, which represent a character
|
||||||
|
@ -18,7 +19,6 @@
|
||||||
// layout-specific properties.
|
// layout-specific properties.
|
||||||
typedef struct uiAttributedString uiAttributedString;
|
typedef struct uiAttributedString uiAttributedString;
|
||||||
|
|
||||||
// Note: where you say "1 = on", any nonzero value means "on". (TODO)
|
|
||||||
// TODO just make a separate field for everything?
|
// TODO just make a separate field for everything?
|
||||||
_UI_ENUM(uiAttribute) {
|
_UI_ENUM(uiAttribute) {
|
||||||
uiAttributeFamily, // use Family
|
uiAttributeFamily, // use Family
|
||||||
|
|
Loading…
Reference in New Issue