LibreOffice Module hwpfilter (master) 1
Public Member Functions | Public Attributes | List of all members
CharShape Struct Reference

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
 

Detailed Description

Style of character.

Definition at line 212 of file hinfo.h.

Constructor & Destructor Documentation

◆ CharShape()

CharShape::CharShape ( )

Definition at line 261 of file hinfo.cxx.

References index, and size.

Member Function Documentation

◆ Read()

void CharShape::Read ( HWPFile hwpf)

Member Data Documentation

◆ attr

unsigned char CharShape::attr

Definition at line 227 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().

◆ color

unsigned char CharShape::color[2]

Definition at line 222 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), and HwpReader::parseCharShape().

◆ font

unsigned char CharShape::font

Definition at line 223 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().

◆ index

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().

◆ ratio

unsigned char CharShape::ratio

Definition at line 225 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().

◆ shade

unsigned char CharShape::shade

Definition at line 226 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().

◆ size

hunit CharShape::size

Font size.

Definition at line 221 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().

◆ space

char CharShape::space

Definition at line 224 of file hinfo.h.

Referenced by HWPFile::compareCharShape(), HwpReader::parseCharShape(), and Read().


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