Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
- Exported types
- Methods
- betterMatch
- copy
- copyStatic
- equal
- free
- fromString
- getFamily
- getGravity
- getSetFields
- getSize
- getSizeIsAbsolute
- getStretch
- getStyle
- getVariant
- getVariations
- getWeight
- hash
- merge
- mergeStatic
- new
- setAbsoluteSize
- setFamily
- setFamilyStatic
- setGravity
- setSize
- setStretch
- setStyle
- setVariant
- setVariations
- setVariationsStatic
- setWeight
- toFilename
- toString
- unsetFields
A PangoFontDescription
describes a font in an implementation-independent
manner.
PangoFontDescription
structures are used both to list what fonts are
available on the system and also for specifying the characteristics of
a font to load.
Synopsis
- newtype FontDescription = FontDescription (ManagedPtr FontDescription)
- fontDescriptionBetterMatch :: (HasCallStack, MonadIO m) => FontDescription -> Maybe FontDescription -> FontDescription -> m Bool
- fontDescriptionCopy :: (HasCallStack, MonadIO m) => FontDescription -> m (Maybe FontDescription)
- fontDescriptionCopyStatic :: (HasCallStack, MonadIO m) => FontDescription -> m (Maybe FontDescription)
- fontDescriptionEqual :: (HasCallStack, MonadIO m) => FontDescription -> FontDescription -> m Bool
- fontDescriptionFree :: (HasCallStack, MonadIO m) => FontDescription -> m ()
- fontDescriptionFromString :: (HasCallStack, MonadIO m) => Text -> m FontDescription
- fontDescriptionGetFamily :: (HasCallStack, MonadIO m) => FontDescription -> m (Maybe Text)
- fontDescriptionGetGravity :: (HasCallStack, MonadIO m) => FontDescription -> m Gravity
- fontDescriptionGetSetFields :: (HasCallStack, MonadIO m) => FontDescription -> m [FontMask]
- fontDescriptionGetSize :: (HasCallStack, MonadIO m) => FontDescription -> m Int32
- fontDescriptionGetSizeIsAbsolute :: (HasCallStack, MonadIO m) => FontDescription -> m Bool
- fontDescriptionGetStretch :: (HasCallStack, MonadIO m) => FontDescription -> m Stretch
- fontDescriptionGetStyle :: (HasCallStack, MonadIO m) => FontDescription -> m Style
- fontDescriptionGetVariant :: (HasCallStack, MonadIO m) => FontDescription -> m Variant
- fontDescriptionGetVariations :: (HasCallStack, MonadIO m) => FontDescription -> m (Maybe Text)
- fontDescriptionGetWeight :: (HasCallStack, MonadIO m) => FontDescription -> m Weight
- fontDescriptionHash :: (HasCallStack, MonadIO m) => FontDescription -> m Word32
- fontDescriptionMerge :: (HasCallStack, MonadIO m) => FontDescription -> Maybe FontDescription -> Bool -> m ()
- fontDescriptionMergeStatic :: (HasCallStack, MonadIO m) => FontDescription -> FontDescription -> Bool -> m ()
- fontDescriptionNew :: (HasCallStack, MonadIO m) => m FontDescription
- fontDescriptionSetAbsoluteSize :: (HasCallStack, MonadIO m) => FontDescription -> Double -> m ()
- fontDescriptionSetFamily :: (HasCallStack, MonadIO m) => FontDescription -> Text -> m ()
- fontDescriptionSetFamilyStatic :: (HasCallStack, MonadIO m) => FontDescription -> Text -> m ()
- fontDescriptionSetGravity :: (HasCallStack, MonadIO m) => FontDescription -> Gravity -> m ()
- fontDescriptionSetSize :: (HasCallStack, MonadIO m) => FontDescription -> Int32 -> m ()
- fontDescriptionSetStretch :: (HasCallStack, MonadIO m) => FontDescription -> Stretch -> m ()
- fontDescriptionSetStyle :: (HasCallStack, MonadIO m) => FontDescription -> Style -> m ()
- fontDescriptionSetVariant :: (HasCallStack, MonadIO m) => FontDescription -> Variant -> m ()
- fontDescriptionSetVariations :: (HasCallStack, MonadIO m) => FontDescription -> Maybe Text -> m ()
- fontDescriptionSetVariationsStatic :: (HasCallStack, MonadIO m) => FontDescription -> Text -> m ()
- fontDescriptionSetWeight :: (HasCallStack, MonadIO m) => FontDescription -> Weight -> m ()
- fontDescriptionToFilename :: (HasCallStack, MonadIO m) => FontDescription -> m Text
- fontDescriptionToString :: (HasCallStack, MonadIO m) => FontDescription -> m Text
- fontDescriptionUnsetFields :: (HasCallStack, MonadIO m) => FontDescription -> [FontMask] -> m ()
Exported types
newtype FontDescription Source #
Memory-managed wrapper type.
Instances
Eq FontDescription Source # | |
Defined in GI.Pango.Structs.FontDescription (==) :: FontDescription -> FontDescription -> Bool # (/=) :: FontDescription -> FontDescription -> Bool # | |
GBoxed FontDescription Source # | |
Defined in GI.Pango.Structs.FontDescription | |
ManagedPtrNewtype FontDescription Source # | |
Defined in GI.Pango.Structs.FontDescription | |
TypedObject FontDescription Source # | |
Defined in GI.Pango.Structs.FontDescription | |
HasParentTypes FontDescription Source # | |
Defined in GI.Pango.Structs.FontDescription | |
IsGValue (Maybe FontDescription) Source # | Convert |
Defined in GI.Pango.Structs.FontDescription gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe FontDescription -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe FontDescription) # | |
type ParentTypes FontDescription Source # | |
Defined in GI.Pango.Structs.FontDescription |
Methods
Click to display all available methods, including inherited ones
Methods
betterMatch, copy, copyStatic, equal, free, hash, merge, mergeStatic, toFilename, toString, unsetFields.
Getters
getFamily, getGravity, getSetFields, getSize, getSizeIsAbsolute, getStretch, getStyle, getVariant, getVariations, getWeight.
Setters
setAbsoluteSize, setFamily, setFamilyStatic, setGravity, setSize, setStretch, setStyle, setVariant, setVariations, setVariationsStatic, setWeight.
betterMatch
fontDescriptionBetterMatch Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Maybe FontDescription |
|
-> FontDescription |
|
-> m Bool | Returns: |
Determines if the style attributes of newMatch
are a closer match
for desc
than those of oldMatch
are, or if oldMatch
is Nothing
,
determines if newMatch
is a match at all.
Approximate matching is done for weight and style; other style attributes
must match exactly. Style attributes are all attributes other than family
and size-related attributes. Approximate matching for style considers
StyleOblique
and StyleItalic
as matches, but not as good
a match as when the styles are equal.
Note that oldMatch
must match desc
.
copy
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m (Maybe FontDescription) | Returns: the newly allocated |
Make a copy of a PangoFontDescription
.
copyStatic
fontDescriptionCopyStatic Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m (Maybe FontDescription) | Returns: the newly allocated |
Make a copy of a PangoFontDescription
, but don't duplicate
allocated fields.
This is like fontDescriptionCopy
, but only a shallow
copy is made of the family name and other allocated fields. The result
can only be used until desc
is modified or freed. This is meant
to be used when the copy is only needed temporarily.
equal
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> FontDescription |
|
-> m Bool | Returns: |
Compares two font descriptions for equality.
Two font descriptions are considered equal if the fonts they describe
are provably identical. This means that their masks do not have to match,
as long as other fields are all the same. (Two font descriptions may
result in identical fonts being loaded, but still compare False
.)
free
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m () |
Frees a font description.
fromString
fontDescriptionFromString Source #
:: (HasCallStack, MonadIO m) | |
=> Text |
|
-> m FontDescription | Returns: a new |
Creates a new font description from a string representation.
The string must have the form
"\[FAMILY-LIST] \[STYLE-OPTIONS] \[SIZE] \[VARIATIONS]",
where FAMILY-LIST is a comma-separated list of families optionally terminated by a comma, STYLE_OPTIONS is a whitespace-separated list of words where each word describes one of style, variant, weight, stretch, or gravity, and SIZE is a decimal number (size in points) or optionally followed by the unit modifier "px" for absolute size. VARIATIONS is a comma-separated list of font variation specifications of the form "@axis=value" (the = sign is optional).
The following words are understood as styles: "Normal", "Roman", "Oblique", "Italic".
The following words are understood as variants: "Small-Caps", "All-Small-Caps", "Petite-Caps", "All-Petite-Caps", "Unicase", "Title-Caps".
The following words are understood as weights: "Thin", "Ultra-Light", "Extra-Light", "Light", "Semi-Light", "Demi-Light", "Book", "Regular", "Medium", "Semi-Bold", "Demi-Bold", "Bold", "Ultra-Bold", "Extra-Bold", "Heavy", "Black", "Ultra-Black", "Extra-Black".
The following words are understood as stretch values: "Ultra-Condensed", "Extra-Condensed", "Condensed", "Semi-Condensed", "Semi-Expanded", "Expanded", "Extra-Expanded", "Ultra-Expanded".
The following words are understood as gravity values: "Not-Rotated", "South", "Upside-Down", "North", "Rotated-Left", "East", "Rotated-Right", "West".
Any one of the options may be absent. If FAMILY-LIST is absent, then
the family_name field of the resulting font description will be
initialized to Nothing
. If STYLE-OPTIONS is missing, then all style
options will be set to the default values. If SIZE is missing, the
size in the resulting font description will be set to 0.
A typical example:
"Cantarell Italic Light 15 @wght=200"
getFamily
fontDescriptionGetFamily Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m (Maybe Text) | Returns: the family name field for the font
description, or |
Gets the family name field of a font description.
getGravity
fontDescriptionGetGravity Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Gravity | Returns: the gravity field for the font description.
Use |
getSetFields
fontDescriptionGetSetFields Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m [FontMask] | Returns: a bitmask with bits set corresponding to the
fields in |
Determines which fields in a font description have been set.
getSize
fontDescriptionGetSize Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Int32 | Returns: the size field for the font description in points
or device units. You must call
|
Gets the size field of a font description.
getSizeIsAbsolute
fontDescriptionGetSizeIsAbsolute Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Bool | Returns: whether the size for the font description is in
points or device units. Use |
Determines whether the size of the font is in points (not absolute) or device units (absolute).
See fontDescriptionSetSize
and fontDescriptionSetAbsoluteSize
.
Since: 1.8
getStretch
fontDescriptionGetStretch Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Stretch | Returns: the stretch field for the font description.
Use |
Gets the stretch field of a font description.
getStyle
fontDescriptionGetStyle Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Style | Returns: the style field for the font description.
Use |
Gets the style field of a PangoFontDescription
.
getVariant
fontDescriptionGetVariant Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Variant | Returns: the variant field for the font description.
Use |
Gets the variant field of a PangoFontDescription
.
getVariations
fontDescriptionGetVariations Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m (Maybe Text) | Returns: the variations field for the font
description, or |
getWeight
fontDescriptionGetWeight Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Weight | Returns: the weight field for the font description.
Use |
Gets the weight field of a font description.
hash
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Word32 | Returns: the hash value. |
Computes a hash of a PangoFontDescription
structure.
This is suitable to be used, for example, as an argument
to g_hash_table_new()
. The hash value is independent of desc
->mask.
merge
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Maybe FontDescription |
|
-> Bool |
|
-> m () |
mergeStatic
fontDescriptionMergeStatic Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> FontDescription |
|
-> Bool |
|
-> m () |
Merges the fields that are set in descToMerge
into the fields in
desc
, without copying allocated fields.
This is like fontDescriptionMerge
, but only a shallow copy
is made of the family name and other allocated fields. desc
can only
be used until descToMerge
is modified or freed. This is meant to
be used when the merged font description is only needed temporarily.
new
:: (HasCallStack, MonadIO m) | |
=> m FontDescription | Returns: the newly allocated |
Creates a new font description structure with all fields unset.
setAbsoluteSize
fontDescriptionSetAbsoluteSize Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Double |
|
-> m () |
Sets the size field of a font description, in device units.
This is mutually exclusive with fontDescriptionSetSize
which sets the font size in points.
Since: 1.8
setFamily
fontDescriptionSetFamily Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Text |
|
-> m () |
Sets the family name field of a font description.
The family
name represents a family of related font styles, and will
resolve to a particular PangoFontFamily
. In some uses of
PangoFontDescription
, it is also possible to use a comma
separated list of family names for this field.
setFamilyStatic
fontDescriptionSetFamilyStatic Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Text |
|
-> m () |
Sets the family name field of a font description, without copying the string.
This is like fontDescriptionSetFamily
, except that no
copy of family
is made. The caller must make sure that the
string passed in stays around until desc
has been freed or the
name is set again. This function can be used if family
is a static
string such as a C string literal, or if desc
is only needed temporarily.
setGravity
fontDescriptionSetGravity Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Gravity |
|
-> m () |
Sets the gravity field of a font description.
The gravity field
specifies how the glyphs should be rotated. If gravity
is
GravityAuto
, this actually unsets the gravity mask on
the font description.
This function is seldom useful to the user. Gravity should normally
be set on a PangoContext
.
Since: 1.16
setSize
fontDescriptionSetSize Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Int32 |
|
-> m () |
Sets the size field of a font description in fractional points.
This is mutually exclusive with
fontDescriptionSetAbsoluteSize
.
setStretch
fontDescriptionSetStretch Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Stretch |
|
-> m () |
Sets the stretch field of a font description.
The Stretch
field specifies how narrow or
wide the font should be.
setStyle
fontDescriptionSetStyle Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Style |
|
-> m () |
Sets the style field of a PangoFontDescription
.
The Style
enumeration describes whether the font is
slanted and the manner in which it is slanted; it can be either
StyleNormal
, StyleItalic
, or StyleOblique
.
Most fonts will either have a italic style or an oblique style, but not both, and font matching in Pango will match italic specifications with oblique fonts and vice-versa if an exact match is not found.
setVariant
fontDescriptionSetVariant Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Variant |
|
-> m () |
Sets the variant field of a font description.
The Variant
can either be VariantNormal
or VariantSmallCaps
.
setVariations
fontDescriptionSetVariations Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Maybe Text |
|
-> m () |
Sets the variations field of a font description.
OpenType font variations allow to select a font instance by specifying values for a number of axes, such as width or weight.
The format of the variations string is
AXIS1=VALUE,AXIS2=VALUE...
with each AXIS a 4 character tag that identifies a font axis, and each VALUE a floating point number. Unknown axes are ignored, and values are clamped to their allowed range.
Pango does not currently have a way to find supported axes of a font. Both harfbuzz and freetype have API for this. See for example hb_ot_var_get_axis_infos.
Since: 1.42
setVariationsStatic
fontDescriptionSetVariationsStatic Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Text |
|
-> m () |
Sets the variations field of a font description.
This is like fontDescriptionSetVariations
, except
that no copy of variations
is made. The caller must make sure that
the string passed in stays around until desc
has been freed
or the name is set again. This function can be used if
variations
is a static string such as a C string literal,
or if desc
is only needed temporarily.
Since: 1.42
setWeight
fontDescriptionSetWeight Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> Weight |
|
-> m () |
Sets the weight field of a font description.
The weight field
specifies how bold or light the font should be. In addition
to the values of the Weight
enumeration, other
intermediate numeric values are possible.
toFilename
fontDescriptionToFilename Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Text | Returns: a new string that must be freed with |
Creates a filename representation of a font description.
The filename is identical to the result from calling
fontDescriptionToString
, but with underscores
instead of characters that are untypical in filenames, and in
lower case only.
toString
fontDescriptionToString Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> m Text | Returns: a new string that must be freed with |
Creates a string representation of a font description.
See [funcpango
.FontDescription.from_string] for a description
of the format of the string representation. The family list in
the string description will only have a terminating comma if
the last word of the list is a valid style option.
unsetFields
fontDescriptionUnsetFields Source #
:: (HasCallStack, MonadIO m) | |
=> FontDescription |
|
-> [FontMask] |
|
-> m () |
Unsets some of the fields in a PangoFontDescription
.
The unset fields will get back to their default values.