Inkscape
Vector Graphics Editor
|
Font Object WMF manual 2.2.1.2 Warning, only pass by pointer, passing by value will will truncate in Facename! More...
#include <uwmf.h>
Public Attributes | |
int16_t | Height |
Height in Logical units. | |
int16_t | Width |
Average Width in Logical units. | |
int16_t | Escapement |
Angle in 0.1 degrees betweem escapement vector and X axis. | |
int16_t | Orientation |
Angle in 0.1 degrees between baseline and X axis. | |
int16_t | Weight |
LF_Weight Enumeration. | |
uint8_t | Italic |
LF_Italic Enumeration. | |
uint8_t | Underline |
LF_Underline Enumeration. | |
uint8_t | StrikeOut |
LF_StrikeOut Enumeration. | |
uint8_t | CharSet |
LF_CharSet Enumeration. | |
uint8_t | OutPrecision |
LF_OutPrecision Enumeration. | |
uint8_t | ClipPrecision |
LF_ClipPrecision Enumeration. | |
uint8_t | Quality |
LF_Quality Enumeration. | |
uint8_t | PitchAndFamily |
LF_PitchAndFamily Enumeration. | |
uint8_t | FaceName [1] |
Name of font. ANSI Latin1, null terminated. | |
Font Object WMF manual 2.2.1.2 Warning, only pass by pointer, passing by value will will truncate in Facename!
int16_t U_FONT::Escapement |
Angle in 0.1 degrees betweem escapement vector and X axis.
Definition at line 786 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_font().
uint8_t U_FONT::FaceName[1] |
int16_t U_FONT::Height |
Height in Logical units.
Definition at line 784 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_font().
uint8_t U_FONT::Italic |
LF_Italic Enumeration.
Definition at line 789 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_font().
int16_t U_FONT::Orientation |
uint8_t U_FONT::PitchAndFamily |
uint8_t U_FONT::StrikeOut |
LF_StrikeOut Enumeration.
Definition at line 791 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_font().
uint8_t U_FONT::Underline |
LF_Underline Enumeration.
Definition at line 790 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_font().
int16_t U_FONT::Weight |
LF_Weight Enumeration.
Definition at line 788 of file uwmf.h.
Referenced by Inkscape::Extension::Internal::Wmf::select_font().