|
Class: FCPatternHandle (private in XftFontDescription
This class is only visible from within
XftFontDescription.
Object
|
+--ExternalAddress
|
+--XftFontDescription::FCPatternHandle
- Package:
- stx:libview
- Category:
- Graphics-Support
- Owner:
- XftFontDescription
instance creation
-
create
-
self new create destroy
primitives
-
add: attribute value: value
-
Add a value to the specified pattern element after existing values
-
add: attribute value: value append: append
-
Add a value to the specified pattern element. If 'append' is true, the value
is added after existing values, otherwise it is added before them.
-
create
-
-
delete: pattern attribute: attribute
-
-
destroy
-
-
duplicate
-
-
get: attribute index: index
-
Return a value from the specified element -- multiple values can be indexed
with 'index' starting at zero.
-
getFontOnDisplayId: displayId
-
Note: the pattern is destroyed when the font is closed
-
matchFontOnDisplayId: displayId screen: screen
-
|