|
LibreOffice Module hwpfilter (master) 1
|
Style of character. More...
#include <hinfo.h>
Public Member Functions | |
| void | Read (HWPFile &) |
| CharShape () | |
Public Attributes | |
| int | index |
| Index of character style. More... | |
| hunit | size |
| Font size. More... | |
| unsigned char | color [2] |
| unsigned char | font |
| char | space |
| unsigned char | ratio |
| unsigned char | shade |
| unsigned char | attr |
| void CharShape::Read | ( | HWPFile & | hwpf | ) |
Definition at line 273 of file hinfo.cxx.
References attr, font, NLanguage, ratio, HWPFile::Read1b(), HWPFile::Read2b(), HWPFile::ReadBlock(), shade, size, HWPFile::SkipBlock(), and space.
Referenced by HWPStyle::Read().
| unsigned char CharShape::attr |
Definition at line 227 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().
| unsigned char CharShape::color[2] |
Definition at line 222 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), and HwpReader::parseCharShape().
| unsigned char CharShape::font |
Definition at line 223 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().
| int CharShape::index |
Index of character style.
Definition at line 217 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::make_text_p1(), HwpReader::make_text_p3(), and HwpReader::makeTStyle().
| unsigned char CharShape::ratio |
Definition at line 225 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().
| unsigned char CharShape::shade |
Definition at line 226 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().
| hunit CharShape::size |
Font size.
Definition at line 221 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().
| char CharShape::space |
Definition at line 224 of file hinfo.h.
Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().