getRunFont method

Future<FontResponse> getRunFont(
  1. GetRunFontRequest request
)

Reads the font properties of a Run object from the paragraph.

Implementation

Future<FontResponse> getRunFont(GetRunFontRequest request) async {
  return await _apiClient.call(request) as FontResponse;
}