Universal Document Shell Plugin Font interface. Through IPluginFont, caller can get/set font size and font family. More...
#include <plugin_font.h>
Data Fields | |
int(* | get_font_size )(IPluginUnknown *thiz) |
Get the font size in point. | |
PluginStatus(* | set_font_size )(IPluginUnknown *thiz, const unsigned int font_size) |
Set the font size in point. | |
PluginStatus(* | get_font_family )(IPluginUnknown *thiz, UDSString *font_family) |
Get the font family. | |
PluginStatus(* | set_font_family )(IPluginUnknown *thiz, const UDSString *font_family) |
Set the font family. |
Universal Document Shell Plugin Font interface. Through IPluginFont, caller can get/set font size and font family.
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 41 of file plugin_font.h.
PluginStatus(* IPluginFont::get_font_family)(IPluginUnknown *thiz, UDSString *font_family) |
Get the font family.
thiz | IPluginUnknown pointer to the object which implments IPluginFont. | |
font_family | The output string of the font_family. |
Referenced by text::PluginViewImpl::PluginViewImpl(), pdf::PluginViewImpl::PluginViewImpl(), and images::PluginViewImpl::PluginViewImpl().
int(* IPluginFont::get_font_size)(IPluginUnknown *thiz) |
Get the font size in point.
thiz | IPluginUnknown pointer to the object which implments IPluginFont. |
Referenced by text::PluginViewImpl::PluginViewImpl(), pdf::PluginViewImpl::PluginViewImpl(), and images::PluginViewImpl::PluginViewImpl().
PluginStatus(* IPluginFont::set_font_family)(IPluginUnknown *thiz, const UDSString *font_family) |
Set the font family.
thiz | IPluginUnknown pointer to the object which implments IPluginFont. | |
font_family | The input string of the font_family which is going to be set. |
Referenced by text::PluginViewImpl::PluginViewImpl(), pdf::PluginViewImpl::PluginViewImpl(), and images::PluginViewImpl::PluginViewImpl().
PluginStatus(* IPluginFont::set_font_size)(IPluginUnknown *thiz, const unsigned int font_size) |
Set the font size in point.
thiz | IPluginUnknown pointer to the object which implments IPluginFont. | |
font_size | The font size to be set. |
Referenced by text::PluginViewImpl::PluginViewImpl(), pdf::PluginViewImpl::PluginViewImpl(), and images::PluginViewImpl::PluginViewImpl().