LibreOffice Module writerfilter (master) 1
Public Attributes | List of all members
writerfilter::rtftok::RTFFontNameSuffix Struct Reference

Font name can contain special suffixes used to determine encoding for given font table entry For example "Arial CE" is "Arial" with CP1250 encoding List of these suffixes is not official and detected in a empirical way thus may be inexact and incomplete. More...

#include <rtfcharsets.hxx>

Public Attributes

const char * suffix
 
int codepage
 

Detailed Description

Font name can contain special suffixes used to determine encoding for given font table entry For example "Arial CE" is "Arial" with CP1250 encoding List of these suffixes is not official and detected in a empirical way thus may be inexact and incomplete.

Definition at line 28 of file rtfcharsets.hxx.

Member Data Documentation

◆ codepage

int writerfilter::rtftok::RTFFontNameSuffix::codepage

◆ suffix

const char* writerfilter::rtftok::RTFFontNameSuffix::suffix

The documentation for this struct was generated from the following file: