Bug 68955 - Deprecate / remove FC_RASTERIZER
This commit is contained in:
parent
a61e145304
commit
7e44a0b5a8
|
@ -170,7 +170,7 @@ convenience for the application's rendering mechanism.
|
|||
the file
|
||||
ftface FC_FT_FACE FT_Face Use the specified FreeType
|
||||
face object
|
||||
rasterizer FC_RASTERIZER String Which rasterizer is in use
|
||||
rasterizer FC_RASTERIZER String Which rasterizer is in use (deprecated)
|
||||
outline FC_OUTLINE Bool Whether the glyphs are outlines
|
||||
scalable FC_SCALABLE Bool Whether glyphs can be scaled
|
||||
scale FC_SCALE Double Scale factor for point->pixel
|
||||
|
|
|
@ -116,7 +116,7 @@ convenience for the applications' rendering mechanism.
|
|||
file String The filename holding the font
|
||||
index Int The index of the font within the file
|
||||
ftface FT_Face Use the specified FreeType face object
|
||||
rasterizer String Which rasterizer is in use
|
||||
rasterizer String Which rasterizer is in use (deprecated)
|
||||
outline Bool Whether the glyphs are outlines
|
||||
scalable Bool Whether glyphs can be scaled
|
||||
scale Double Scale factor for point->pixel conversions
|
||||
|
|
|
@ -91,7 +91,7 @@ typedef int FcBool;
|
|||
#define FC_FILE "file" /* String */
|
||||
#define FC_INDEX "index" /* Int */
|
||||
#define FC_FT_FACE "ftface" /* FT_Face */
|
||||
#define FC_RASTERIZER "rasterizer" /* String */
|
||||
#define FC_RASTERIZER "rasterizer" /* String (deprecated) */
|
||||
#define FC_OUTLINE "outline" /* Bool */
|
||||
#define FC_SCALABLE "scalable" /* Bool */
|
||||
#define FC_SCALE "scale" /* double */
|
||||
|
|
Loading…
Reference in New Issue