OfficeIMO

API Reference

Class

FontResolver

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Modifiers static

Resolves generic font family names to platform specific fonts.

Inheritance

  • Object
  • FontResolver

Methods

public static String Resolve(String fontFamily) #
Returns: String

Resolves the provided font family name to an actual installed font. Generic families like serif or monospace are mapped to platform specific fonts.

Parameters

fontFamily System.String requiredposition: 0
The requested font family.

Returns

The resolved font family or fontFamily if no mapping exists.