Click or drag to resize
CanvasFontSet Methods

The CanvasFontSet type exposes the following members.

Methods
  NameDescription
Public methodCountFontsMatchingProperty
Returns a count of how many times a given property value occurs in the set.
Public methodDispose
Releases all resources used by the CanvasFontSet.
Public methodGetMatchingFonts(CanvasFontProperty)
Gets a subset of fonts matching the specified criteria.
Public methodGetMatchingFonts(String, FontWeight, FontStretch, FontStyle)
Gets a subset of fonts within the given WWS family prioritized by WWS distance.
Public methodGetPropertyValues(CanvasFontPropertyIdentifier)
Returns all unique property values in the set, which can be used for purposes such as displaying a family list or tag cloud.
Public methodGetPropertyValues(UInt32, CanvasFontPropertyIdentifier)
Returns the property values of a specific font item index.
Public methodGetPropertyValues(CanvasFontPropertyIdentifier, String)
Returns all unique property values in the set, which can be used for purposes such as displaying a family list or tag cloud.
Public methodStatic memberGetSystemFontSet
Gets a grouping of all the fonts available locally on the system.
Public methodTryFindFontFace
Gets the index of the matching font face in the font set, with the same file, face index, and simulations.
Top
See Also