getRunFont method
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;
}
Reads the font properties of a Run object from the paragraph.
Future<FontResponse> getRunFont(GetRunFontRequest request) async {
return await _apiClient.call(request) as FontResponse;
}