2014-01-17 05:05:25 +01:00
|
|
|
/*
|
|
|
|
* fontconfig/src/fcobjs.h
|
|
|
|
*
|
|
|
|
* Copyright © 2000 Keith Packard
|
|
|
|
*
|
|
|
|
* Permission to use, copy, modify, distribute, and sell this software and its
|
|
|
|
* documentation for any purpose is hereby granted without fee, provided that
|
|
|
|
* the above copyright notice appear in all copies and that both that
|
|
|
|
* copyright notice and this permission notice appear in supporting
|
|
|
|
* documentation, and that the name of the author(s) not be used in
|
|
|
|
* advertising or publicity pertaining to distribution of the software without
|
|
|
|
* specific, written prior permission. The authors make no
|
|
|
|
* representations about the suitability of this software for any purpose. It
|
|
|
|
* is provided "as is" without express or implied warranty.
|
|
|
|
*
|
|
|
|
* THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
|
|
|
* INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
|
|
|
* EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
|
|
|
* CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
|
|
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
|
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
* PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
*/
|
2012-09-20 20:42:31 +02:00
|
|
|
/* DON'T REORDER! The order is part of the cache signature. */
|
2013-02-06 11:02:07 +01:00
|
|
|
FC_OBJECT (FAMILY, FcTypeString, FcCompareFamily)
|
|
|
|
FC_OBJECT (FAMILYLANG, FcTypeString, NULL)
|
|
|
|
FC_OBJECT (STYLE, FcTypeString, FcCompareString)
|
|
|
|
FC_OBJECT (STYLELANG, FcTypeString, NULL)
|
|
|
|
FC_OBJECT (FULLNAME, FcTypeString, NULL)
|
|
|
|
FC_OBJECT (FULLNAMELANG, FcTypeString, NULL)
|
|
|
|
FC_OBJECT (SLANT, FcTypeInteger, FcCompareNumber)
|
|
|
|
FC_OBJECT (WEIGHT, FcTypeInteger, FcCompareNumber)
|
|
|
|
FC_OBJECT (WIDTH, FcTypeInteger, FcCompareNumber)
|
2013-11-20 10:44:59 +01:00
|
|
|
FC_OBJECT (SIZE, FcTypeRange, FcCompareSizeRange)
|
2013-02-06 11:02:07 +01:00
|
|
|
FC_OBJECT (ASPECT, FcTypeDouble, NULL)
|
|
|
|
FC_OBJECT (PIXEL_SIZE, FcTypeDouble, FcCompareSize)
|
|
|
|
FC_OBJECT (SPACING, FcTypeInteger, FcCompareNumber)
|
|
|
|
FC_OBJECT (FOUNDRY, FcTypeString, FcCompareString)
|
|
|
|
FC_OBJECT (ANTIALIAS, FcTypeBool, FcCompareBool)
|
|
|
|
FC_OBJECT (HINT_STYLE, FcTypeInteger, NULL)
|
|
|
|
FC_OBJECT (HINTING, FcTypeBool, NULL)
|
|
|
|
FC_OBJECT (VERTICAL_LAYOUT, FcTypeBool, NULL)
|
|
|
|
FC_OBJECT (AUTOHINT, FcTypeBool, NULL)
|
|
|
|
FC_OBJECT (GLOBAL_ADVANCE, FcTypeBool, NULL) /* deprecated */
|
|
|
|
FC_OBJECT (FILE, FcTypeString, FcCompareFilename)
|
|
|
|
FC_OBJECT (INDEX, FcTypeInteger, NULL)
|
2014-06-10 03:53:01 +02:00
|
|
|
FC_OBJECT (RASTERIZER, FcTypeString, FcCompareString) /* deprecated */
|
2013-02-06 11:02:07 +01:00
|
|
|
FC_OBJECT (OUTLINE, FcTypeBool, FcCompareBool)
|
2013-08-07 05:19:33 +02:00
|
|
|
FC_OBJECT (SCALABLE, FcTypeBool, FcCompareBool)
|
2013-02-06 11:02:07 +01:00
|
|
|
FC_OBJECT (DPI, FcTypeDouble, NULL)
|
|
|
|
FC_OBJECT (RGBA, FcTypeInteger, NULL)
|
|
|
|
FC_OBJECT (SCALE, FcTypeDouble, NULL)
|
|
|
|
FC_OBJECT (MINSPACE, FcTypeBool, NULL)
|
|
|
|
FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
|
|
|
|
FC_OBJECT (CHAR_HEIGHT, FcTypeInteger, NULL)
|
|
|
|
FC_OBJECT (MATRIX, FcTypeMatrix, NULL)
|
|
|
|
FC_OBJECT (CHARSET, FcTypeCharSet, FcCompareCharSet)
|
|
|
|
FC_OBJECT (LANG, FcTypeLangSet, FcCompareLang)
|
|
|
|
FC_OBJECT (FONTVERSION, FcTypeInteger, FcCompareNumber)
|
|
|
|
FC_OBJECT (CAPABILITY, FcTypeString, NULL)
|
2013-08-14 05:51:26 +02:00
|
|
|
FC_OBJECT (FONTFORMAT, FcTypeString, FcCompareString)
|
2013-02-06 11:02:07 +01:00
|
|
|
FC_OBJECT (EMBOLDEN, FcTypeBool, NULL)
|
|
|
|
FC_OBJECT (EMBEDDED_BITMAP, FcTypeBool, NULL)
|
|
|
|
FC_OBJECT (DECORATIVE, FcTypeBool, FcCompareBool)
|
|
|
|
FC_OBJECT (LCD_FILTER, FcTypeInteger, NULL)
|
|
|
|
FC_OBJECT (NAMELANG, FcTypeString, NULL)
|
|
|
|
FC_OBJECT (FONT_FEATURES, FcTypeString, NULL)
|
|
|
|
FC_OBJECT (PRGNAME, FcTypeString, NULL)
|
2014-07-07 00:26:03 +02:00
|
|
|
FC_OBJECT (HASH, FcTypeString, NULL) /* deprecated */
|
2013-01-18 03:30:10 +01:00
|
|
|
FC_OBJECT (POSTSCRIPT_NAME, FcTypeString, FcComparePostScript)
|
2014-12-14 22:39:41 +01:00
|
|
|
FC_OBJECT (COLOR, FcTypeBool, FcCompareBool)
|
2015-05-19 00:26:03 +02:00
|
|
|
FC_OBJECT (SYMBOL, FcTypeBool, FcCompareBool)
|
2012-09-20 20:42:31 +02:00
|
|
|
/* ^-------------- Add new objects here. */
|