[docs] More
This commit is contained in:
parent
46072b7cb5
commit
524fb70216
@ -27,7 +27,16 @@
|
||||
#include "hb-map.hh"
|
||||
|
||||
|
||||
/* Public API */
|
||||
/**
|
||||
* SECTION:hb-map
|
||||
* @title: Map
|
||||
* @short_description: Object representing integer to integer mapping
|
||||
* @include: hb.h
|
||||
*
|
||||
* Map objects are integer-to-integer hash-maps. Currently they are
|
||||
* not used in the HarfBuzz public API, but are provided for client's
|
||||
* use if desired.
|
||||
**/
|
||||
|
||||
|
||||
/**
|
||||
|
@ -27,7 +27,16 @@
|
||||
#include "hb-set.hh"
|
||||
|
||||
|
||||
/* Public API */
|
||||
/**
|
||||
* SECTION:hb-set
|
||||
* @title: Set
|
||||
* @short_description: Object representing a set of integers
|
||||
* @include: hb.h
|
||||
*
|
||||
* Set objects represent a mathematical set of integer values. They are
|
||||
* used in non-shaping API to query certain set of characters or glyphs,
|
||||
* or other integer values.
|
||||
**/
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user