Go to the source code of this file.
|
enum | StretchType {
UndefinedStretch,
NormalStretch,
UltraCondensedStretch,
ExtraCondensedStretch,
CondensedStretch,
SemiCondensedStretch,
SemiExpandedStretch,
ExpandedStretch,
ExtraExpandedStretch,
UltraExpandedStretch,
AnyStretch
} |
|
enum | StyleType {
UndefinedStyle,
NormalStyle,
ItalicStyle,
ObliqueStyle,
AnyStyle,
BoldStyle
} |
|
|
MagickExport char ** | GetTypeList (const char *, size_t *, ExceptionInfo *) |
|
MagickExport MagickBooleanType | ListTypeInfo (FILE *, ExceptionInfo *) |
|
MagickExport MagickBooleanType | TypeComponentGenesis (void) |
|
MagickExport const TypeInfo * | GetTypeInfo (const char *, ExceptionInfo *) |
|
MagickExport const TypeInfo * | GetTypeInfoByFamily (const char *, const StyleType, const StretchType, const size_t, ExceptionInfo *) |
|
MagickExport const TypeInfo ** | GetTypeInfoList (const char *, size_t *, ExceptionInfo *) |
|
MagickExport void | TypeComponentTerminus (void) |
|
◆ TypeInfo
◆ StretchType
Enumerator |
---|
UndefinedStretch | |
NormalStretch | |
UltraCondensedStretch | |
ExtraCondensedStretch | |
CondensedStretch | |
SemiCondensedStretch | |
SemiExpandedStretch | |
ExpandedStretch | |
ExtraExpandedStretch | |
UltraExpandedStretch | |
AnyStretch | |
◆ StyleType
Enumerator |
---|
UndefinedStyle | |
NormalStyle | |
ItalicStyle | |
ObliqueStyle | |
AnyStyle | |
BoldStyle | |
◆ GetTypeInfo()
◆ GetTypeInfoByFamily()
◆ GetTypeInfoList()
References AcquireQuantumMemory(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GetTypeInfo(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _TypeInfo::name, ResetSplayTreeIterator(), _TypeInfo::stealth, TraceEvent, type_cache, type_semaphore, TypeInfoCompare(), and UnlockSemaphoreInfo().
Referenced by ListTypeInfo().
◆ GetTypeList()
References AcquireMagickMemory(), AcquireQuantumMemory(), AddValueToSplayTree(), ConcatenateMagickString(), CondensedStretch, ConstantString(), CopyMagickString(), ExpandedStretch, ExtensionPath, ExtraCondensedStretch, ExtraExpandedStretch, _TypeInfo::family, GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GetPathComponent(), GetTypeInfo(), GlobExpression(), _TypeInfo::glyphs, ItalicStyle, LocaleCompare(), LockSemaphoreInfo(), LogMagickEvent(), MagickCoreSignature, MagickExport, MagickFalse, MagickTrue, MaxTextExtent, _TypeInfo::name, NormalStretch, NormalStyle, ObliqueStyle, _TypeInfo::path, ResetSplayTreeIterator(), SemiCondensedStretch, SemiExpandedStretch, _TypeInfo::signature, _TypeInfo::stealth, _TypeInfo::stretch, _TypeInfo::style, SubstituteString(), TraceEvent, type_cache, type_semaphore, TypeCompare(), UltraCondensedStretch, UltraExpandedStretch, UnlockSemaphoreInfo(), and _TypeInfo::weight.
◆ ListTypeInfo()
◆ TypeComponentGenesis()
◆ TypeComponentTerminus()